Jwsdp - examples  ant install problem

hi,
this is what i get when trying to install bookstore1 example app with ant (-verbose)install.
ant prepare and ant build worked successfully. can someone give me a hint what i have to change? thanks a lot. jens
Ant version 1.4.1 compiled on July 31 2002
Buildfile: build.xml
Detected Java version: 1.4 in: /home/jens/sdk1.4/jre
Detected OS: Linux
parsing buildfile /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build.xml with URI = file:/home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build.xml
Project base dir set to: /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1
[property] Loading /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build.properties
[property] Unable to find property file: /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build.properties
[property] Loading /home/jens/build.properties
Build sequence for target `install' is [init, prepare, build, install]
Complete build sequence is [init, prepare, build, install, reload, package, deploy, remove, list, undeploy]
init:
prepare:
build:
[javac] cart/ShoppingCart.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/cart/ShoppingCart.class is up to date.
[javac] cart/ShoppingCartItem.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/cart/ShoppingCartItem.class is up to date.
[javac] util/Currency.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/util/Currency.class is up to date.
[javac] util/Counter.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/util/Counter.class is up to date.
[javac] messages/BookstoreMessages.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/messages/BookstoreMessages.class is up to date.
[javac] messages/BookstoreMessages_es.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/messages/BookstoreMessages_es.class is up to date.
[javac] database/BookDB.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/database/BookDB.class is up to date.
[javac] database/BookDetails.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/database/BookDetails.class is up to date.
[javac] exception/BookNotFoundException.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/BookNotFoundException.class is up to date.
[javac] exception/BooksNotFoundException.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/BooksNotFoundException.class is up to date.
[javac] exception/OrderException.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/OrderException.class is up to date.
[javac] CatalogServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/CatalogServlet.class is up to date.
[javac] BookDetailsServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BookDetailsServlet.class is up to date.
[javac] filters/HitCounterFilter.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/HitCounterFilter.class is up to date.
[javac] filters/OrderFilter.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/OrderFilter.class is up to date.
[javac] filters/CharResponseWrapper.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/CharResponseWrapper.class is up to date.
[javac] ReceiptServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/ReceiptServlet.class is up to date.
[javac] listeners/ContextListener.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/listeners/ContextListener.class is up to date.
[javac] BannerServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BannerServlet.class is up to date.
[javac] BookStoreServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BookStoreServlet.class is up to date.
[javac] ShowCartServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/ShowCartServlet.class is up to date.
[javac] CashierServlet.java omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/CashierServlet.class is up to date.
[copy] web.xml omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/WEB-INF/web.xml is up to date.
[copy] duke.books.gif omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/duke.books.gif is up to date.
[copy] errorpage.html omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/errorpage.html is up to date.
[copy] context.xml omitted as /home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build/META-INF/context.xml is up to date.
install:
[install] FAIL - Encountered exception java.io.IOException: java.lang.reflect.InvocationTargetException
BUILD FAILED
/home/jens/jwsdp-1_0_01/docs/tutorial/examples/web/bookstore1/build.xml:91: FAIL - Encountered exception java.io.IOException: java.lang.reflect.InvocationTargetException
at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:278)
at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:171)
at org.apache.catalina.ant.InstallTask.execute(InstallTask.java:157)
at org.apache.tools.ant.Task.perform(Task.java:217)
at org.apache.tools.ant.Target.execute(Target.java:184)
at org.apache.tools.ant.Target.performTasks(Target.java:202)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at org.apache.tools.ant.Project.executeTargets(Project.java:560)
at org.apache.tools.ant.Main.runBuild(Main.java:454)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.launcher.Launcher.main(Launcher.java:208)
--- Nested Exception ---
FAIL - Encountered exception java.io.IOException: java.lang.reflect.InvocationTargetException
at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:274)
at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:171)
at org.apache.catalina.ant.InstallTask.execute(InstallTask.java:157)
at org.apache.tools.ant.Task.perform(Task.java:217)
at org.apache.tools.ant.Target.execute(Target.java:184)
at org.apache.tools.ant.Target.performTasks(Target.java:202)
at org.apache.tools.ant.Project.executeTarget(Project.java:601)
at org.apache.tools.ant.Project.executeTargets(Project.java:560)
at org.apache.tools.ant.Main.runBuild(Main.java:454)
at org.apache.tools.ant.Main.start(Main.java:153)
at org.apache.tools.ant.Main.main(Main.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.launcher.Launcher.main(Launcher.java:208)

Unable to load the launcher file index. Invalid file type in file index.
what is wrong here? ive downloaded file for 3 hours and this is what i get?

Similar Messages

  • Ant install problem

    I can't get "ant install" to work. If I do an "ant list" afterwards the service is loaded but it it "stopped". When I try to start it through the manager I get "could not be started". When I try "ant reload" I get a null pointer exception.
    If I deploy the war file to webapps and restart Tomcat, it works fine. Does anyone know what I doing wrong?
    Thanks,
    Gilles

    By the way, I used gservany to get it installed as a service. I thought of that the other day. It doesn't come with that ability in itself. gservany allows you to use batch files as startup and shutdown commands. Also, it doesn't come with a shutdown batch file, you have to create it yourself. I enclosed the text to do so. ;-)
    @echo off
    set JBOSS_CLASSPATH=C:\YOUR JBOSS DIRECTORY
    set JAVA_HOME=C:\YOUR JDK DIRECTORY
    set JBOSS_CLASSPATH=%JBOSS_CLASSPATH%;%JBOSS_CLASSPATH%\lib\ext\jboss.jar;%JAVA_HOME%\lib\tools.jar
    echo %JBOSS_CLASSPATH%
    java %JAXP% -classpath "%JBOSS_CLASSPATH%" org.jboss.Shutdown $@
    Stick all this is a file called shutdown.bat, and put it in the same directory as your start up batch files. Then you can use it as parameters to gservany, and it will use it to start it up as a service. Happy JBossing...

  • "ant install" command problem-JWSDP EA2

    Hello. I get an error message like the following:
    "Server returned HTTP response code: 401 for URL ..." when I invoked the "ant install" command. According to the tutorial, it says I need create a "build.properties" file in my home directory. It said for Windows 2000 it is c:\Documents. But I have W98SE and by default I do not have a Documents directory. So I created the Documents folder under the root directory of my local c: drive (c:\Documents). I then created a build.properties file that has the username and password as determined in the tomcat-users.xml file. Then I saved the file in c:\Documents folder. I executed the "ant install" command and I still get the error message. Then I was thinking that perhaps for W98SE, my home directory is c:\My Documents since that is my default directory when I'm saving files in Office applications. So I repeated the above, but saved the build.properties in c:\My Documents instead. But I still get the error message. I even enclosed my username and password in double-quotes and without double-quotes, but again I still get the error message. Please help. Thanks.

    I found out that my "home" directory is c:\windows based on this:
    System.out.println(System.getProperty("user.home"));
    But, I still get that "...Server returned HTTP response code: 401 for URL: http://localhost:8080/manger/install..." after I saved my build.properties file in the c:\windows folder. This is getting frustrating. arrrrrgh!!!! If I don't get any help, I guess I'm just going to install just the standalone Tomcat installation instead of the installation that came with JWSDP EA2. This ANT thing is getting on my nerve. :) It seems I could just use DOS batch files, which would similarily accomplish what the ANT tool is doing.

  • "The Java Web Services" - ant install

    Hi, I recently downloaded "The Java Web Services" and "The Java Web Services Tutorial".
    And I've reached the Creating the Build Properties File portion of the tutorial:
    http://java.sun.com/webservices/docs/1.0/tutorial/doc/GettingStarted2.html#73059
    I'm using Windows ME and I have no idea where to put the build.properties file.
    Can anyone give me any suggestions? I am successfully able to
    ant compile
    but I can't get
    ant install
    to work once I have done the ant compile and I suspect this is because of me not having the build.properties file set... although it could be unrelated to that.
    when I try to use:
    ant install
    I get the following error at the command prompt:
    C:\tim\programs\jwsdp-1_0\docs\tutorial\examples\gs\build.xml:46: java.io.IOExce
    ption: Server returned HTTP response code: 401 for URL: http://localhost:8080/ma
    nager/install?path=%2Fgs&war=file%3AC%3A%5Ctim%5Cprograms%5Cjwsdp-1_0%2Fdocs%2Ft
    utorial%2Fexamples%2Fgs%2Fbuild
    Now tomcat is running on the correct port (8080) and the directory being referenced in the above URL exists. Am I supposed to map tomcat to a particular file system or something?
    Thanks,
    Tim
    PS I have another post in this forum (it contains only my first question concerning the build.properties file), so if you would like the Duke dollars for both posts, feel free to post in both threads and if your answer helps me out, I'll give you the Dollars from both threads.

    Hi Tim
    I have the same problem with the build.properties file. i am not able to solve the problem. did u find any solution for that problem u had. so plz let me knpow about that. i would appreciate if u could mail mne at [email protected]
    thanks in ADV.

  • The command "ant install" is not running

    I have a problem when I entered the command "ant install" in the .
    I am using the JWSDP and I followed the procedure to install this web service package, but when I try to run the ANT task install, the result is:
    C:\jwsdp-1_0_01\docs\tutorial\examples\web\hello1>ant install
    Buildfile: build.xml
    init:
    prepare:
    build:
    [javac] Compiling 1 source file to C:\jwsdp\docs\tutorial\examples\web\hello
    1\build\WEB-INF\classes
    install:
    BUILD FAILED
    Total time: 14 seconds
    C:\jwsdp-1_0_01\docs\tutorial\examples\web\hello1\build.xml:86: java.io.FileNotF
    oundException: http://localhost:8080/manager/install?path=%2Fhello1&war=file%3AC
    %3A%5Cjwsdp%2Fdocs%2Ftutorial%2Fexamples%2Fweb%2Fhello1%2Fbuild
    The log
    access_log.2003-03-14.txt
    127.0.0.1 - - [14/Mar/2003:23:48:44 -0300] "GET /hello1/greeting?username=plautz HTTP/1.1" 200 -
    127.0.0.1 - - [14/Mar/2003:23:48:48 -0300] "GET /hello1/greeting?username=Tchau HTTP/1.1" 200 -
    127.0.0.1 - - [14/Mar/2003:23:51:27 -0300] "GET /manager/install?path=%2Fhello1&war=file%3AC%3A%5Cjwsdp%2Fdocs%2Ftutorial%2Fexamples%2Fweb%2Fhello1%2Fbuild HTTP/1.1" 401 -
    Path C:\oracle\ora81\bin;
    C:\oracle\ora81\Apache\Perl\5.00503\bin\mswin32-x86;
    C:\Program Files\Oracle\jre\1.1.7\bin;
    %SystemRoot%\system32;%SystemRoot%;
    %SystemRoot%\System32\Wbem;
    %PATH%;%ANT_HOME%\bin;
    %PATH%;
    c:\jdk1.3.1\bin;
    c:\jwsdp\bin
    ANT_HOME %=JWSDP_HOME%
    JAVA_HOME c:\jdk1.3.1
    JWSDP_HOME c:\jwsdp
    The servlet that I am using is the first one that comes with the JWSDP-TUTORIAl.
    The diretory C:\JWSDP is the home for the web server pachage
    C:\JWSDP-1_0_01 is the diretory of the tutorial package.
    I have Windows 2000 professional install in my Laptop.
    I have this problem for more than two weeks.
    Thanks in advance
    Plautz

    Hello. I've made that.
    1. Create build.bat in the folder docs\tutorial\examples\web\hello1 with a content:
    =================================
    set JWSDP_HOME=c:/jwsdp-1_0_01
    %JWSDP_HOME%/bin/ant.bat -buildfile build.xml -logfile build.log %1
    =================================
    2. You have to specify a correct server manager username and password to the build.xml at the line 86. You can find these in the %JWSDP_HOME%/conf/tomcat-users.xml or you have to add the username, password and associate with a role "manager". This is the tomcat-users.xml content:
    =================================
    <?xml version='1.0'?>
    <tomcat-users>
    <role rolename="manager"/>
    <role rolename="provider"/>
    <role rolename="admin"/>
    <user username="your_name" password="your_password" roles="admin,manager,provider"/>
    </tomcat-users>
    =================================
    This is the build.xml correct content at line 86:
    =================================
    <target name="install" description="Install web application"
    depends="build">
    <install url="${url}" username="your_name" password="your_password"
    path="${path}" war="file:${build}"/>
    </target>
    3. Run Tomcat.
    4. Run 'build.bat install' command.
    Good luck.

  • ANT Install Failure

    I am trying to use ANT Install on the bookstore1 example in JWSDP. I am using j2sdk1.4.0 on Red Hat.
    The ANT build worked fine, but just can't see why the install failed. The error is:
    44: java.io.IOException: Server returned HTPP response code: 401 for URL:
    http://localhost:8080/manager/install? path=/myapp config=/path/to/file.xml
    I read the FAQ's and all it said in relation to this error, was to check that the username and password in home_directory/build.properties matches JWSDP_home/conf/tomcat_users.xml. It does!
    Can anyone help?
    Thanks
    Scott

    I have an extended error message here using the verbose command...can anyone understand what's going on?
    [root@localhost bookstore1]# /root/jwsdp-1_0-ea2/bin/ant install -v
    Ant version 1.4.1 compiled on March 14 2002
    Buildfile: build.xml
    Detected Java version: 1.4 in: /usr/java/j2sdk1.4.0/jre
    Detected OS: Linux
    parsing buildfile /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build.xml with URI = file:/root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build.xml
    Project base dir set to: /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1
    [property] Loading /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build.properties
    [property] Unable to find property file: /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build.properties
    [property] Loading /root/build.properties
    Build sequence for target `install' is [init, prepare, build, install]
    Complete build sequence is [init, prepare, build, install, remove, reload, list]
    init:
    prepare:
    build:
    [javac] exception/OrderException.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/OrderException.class is up to date.
    [javac] exception/BookNotFoundException.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/BookNotFoundException.class is up to date.
    [javac] exception/BooksNotFoundException.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/exception/BooksNotFoundException.class is up to date.
    [javac] util/Counter.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/util/Counter.class is up to date.
    [javac] util/Currency.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/util/Currency.class is up to date.
    [javac] filters/HitCounterFilter.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/HitCounterFilter.class is up to date.
    [javac] filters/CharResponseWrapper.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/CharResponseWrapper.class is up to date.
    [javac] filters/OrderFilter.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/filters/OrderFilter.class is up to date.
    [javac] cart/ShoppingCart.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/cart/ShoppingCart.class is up to date.
    [javac] cart/ShoppingCartItem.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/cart/ShoppingCartItem.class is up to date.
    [javac] database/BookDetails.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/database/BookDetails.class is up to date.
    [javac] database/BookDB.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/database/BookDB.class is up to date.
    [javac] messages/BookstoreMessages_es.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/messages/BookstoreMessages_es.class is up to date.
    [javac] messages/BookstoreMessages.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/messages/BookstoreMessages.class is up to date.
    [javac] listeners/ContextListener.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/listeners/ContextListener.class is up to date.
    [javac] BannerServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BannerServlet.class is up to date.
    [javac] CashierServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/CashierServlet.class is up to date.
    [javac] ReceiptServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/ReceiptServlet.class is up to date.
    [javac] ShowCartServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/ShowCartServlet.class is up to date.
    [javac] CatalogServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/CatalogServlet.class is up to date.
    [javac] BookDetailsServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BookDetailsServlet.class is up to date.
    [javac] BookStoreServlet.java omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/classes/BookStoreServlet.class is up to date.
    [copy] web.xml omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/WEB-INF/web.xml is up to date.
    [copy] errorpage.html omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/errorpage.html is up to date.
    [copy] duke.books.gif omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/duke.books.gif is up to date.
    [copy] bookstore1.xml omitted as /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build/bookstore1.xml is up to date.
    install:
    Property ${password} has not been set
    BUILD FAILED
    /root/jwsdp-1_0-ea2/docs/tutorial/examples/web/bookstore1/build.xml:44: java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/install?path=%2Fbookstore1&config=file%3A%2Froot%2Fjwsdp-1_0-ea2%2Fdocs%2Ftutorial%2Fexamples%2Fweb%2Fbookstore1%2Fbuild%2Fbookstore1.xml
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:278)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:171)
    at org.apache.catalina.ant.InstallTask.execute(InstallTask.java:157)
    at org.apache.tools.ant.Task.perform(Task.java:217)
    at org.apache.tools.ant.Target.execute(Target.java:184)
    at org.apache.tools.ant.Target.performTasks(Target.java:202)
    at org.apache.tools.ant.Project.executeTarget(Project.java:601)
    at org.apache.tools.ant.Project.executeTargets(Project.java:560)
    at org.apache.tools.ant.Main.runBuild(Main.java:454)
    at org.apache.tools.ant.Main.start(Main.java:153)
    at org.apache.tools.ant.Main.main(Main.java:176)
    --- Nested Exception ---
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://localhost:8080/manager/install?path=%2Fbookstore1&config=file%3A%2Froot%2Fjwsdp-1_0-ea2%2Fdocs%2Ftutorial%2Fexamples%2Fweb%2Fbookstore1%2Fbuild%2Fbookstore1.xml
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:691)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:248)
    at org.apache.catalina.ant.AbstractCatalinaTask.execute(AbstractCatalinaTask.java:171)
    at org.apache.catalina.ant.InstallTask.execute(InstallTask.java:157)
    at org.apache.tools.ant.Task.perform(Task.java:217)
    at org.apache.tools.ant.Target.execute(Target.java:184)
    at org.apache.tools.ant.Target.performTasks(Target.java:202)
    at org.apache.tools.ant.Project.executeTarget(Project.java:601)
    at org.apache.tools.ant.Project.executeTargets(Project.java:560)
    at org.apache.tools.ant.Main.runBuild(Main.java:454)
    at org.apache.tools.ant.Main.start(Main.java:153)
    at org.apache.tools.ant.Main.main(Main.java:176)

  • WSDPe2-ant buld, ant install

    On WindowsNT
    After successful \gs>ant build,
    I'm getting error after \gs>ant install:
    BUILD FAILED
    D:\jwsdp_e2\docs\tutorial\examples\gs\build.xml:41: java.io.FileNotFoundExceptio
    n: http://localhost:8080/manager/install?path=%2Fgs&war=file%3AD%3A%5Cjwsdp_e2%2
    Fdocs%2Ftutorial%2Fexamples%2Fgs%2Fbuild
    My build.properties file is in c:\winnt\profiles\administrator and consist of just 1 line:
    username=vgkogut password=sch106.
    The tomcat-users.xml file has corresponding line:
    <user username="vgkogut" password="sch106" roles="admin,manager,provider"/>
    So what might be wrong ?
    Thanks,
    Vlad

    I have the same problem with "ant install" if I login as "root" user.(even if I have created the build.properties file correctly in root account directory) If I login as normal user, "ant install" work. I have no problem getting the example "gs" to build, install and run properly. However, when I run "ant install" on the example: <JWSDP_HOME>/docs/tutorial/examples/web/hello1, it run successfully but there is nothing created for me at the <JWSDP_HOME>/Standard Engine/localhost/hello1 directory. I wonder anybody has encountered this problem and know the solution for this problem! Thank you.

  • Weird install problem with OS X, please help!

    I've been upgrading a friend powerbook firewire 400Mhz G3, we installed 1GB of memory and put in an 80GB HD. I partioned so that OSX can be on the first 8GB, put 9.1 on the second parition of 7GB, upgraded the firmware, and i think i have tried just about everything i could find here on the discussion board.
    I have several versions of X including the first version, panther (retail), and tiger (borrowed, on DVD). tiger and the original version get as far as installing, then go into kernal panic (you must restart right now.....etc). 10.2 just gts to the apple screen then a white jagged bar pops up.
    i'm at a loss. i really don't know what i try to make this better, any help is greatly appriciated!!!!
    oh, and the memory seemed fine when her original 6GB drive was in there, which had tiger installed.
    j

    jhw1,
    I will just run by you some potential causes for your problem and hope that one hits the target.
    - I will ask, out of curiosity, why you are making an 8GB partition for OSX? This limitation applies only to the older Wallstreet powerbook. There is no need to partition the HD unless you have a specific reason.
    - Since the HD is new, and you still want to run Classic and also boot 9.x, make sure you install the MacOS 9 HD driver, an option in OSX's Disk Utility when erasing an HD, or go ahead and install OS 9.x first...this will automatically install the OS9 HD driver. If you install OSX first on a clean HD without installing the OS9 HD driver, MacOS 9 will run fine in Classic under 10.x but 9.x will no longer boot.
    http://docs.info.apple.com/article.html?artnum=107285
    - The Pismo has a history of failing DVD-ROM drives and usually the CD-side starts acting up first. If you have access to another Pismo or Lombard, swap drives and try the install. If you have access to a FireWire CD-RW, you can also boot OSX CDs using it.
    - Reset the PRAM if you have not done so.
    - You may have dirty or bad CDs; carefully clean or try others.
    - You mentioned the 'book ran fine with 1GB of RAM and running Tiger on a 6GB HD, but probably the 1GB was installed after Tiger was on the HD. There is the remote possibility that the RAM is problematic when running the installers. A Wallstreet, for example, often has problems installing with 512MB, but if one 256MB module is removed, the install goes fine, then the RAM is reinstalled.
    If this were my 'book, I would try this:
    1. Disconnect all peripherals and reset the PRAM.
    2. Boot to the 9.x CD > use Drive Setup to repartition the HD (if you wish) > install 9.x to make sure the HD, RAM, etc, are good-to-go.
    3. Boot to your OSX CD and see how the install proceeds. If it fails, it may be a problem with the optical drive and/or CDs. Try the options I mentioned earlier.
    4. If you wish, remove the top memory module and try the install again. If successful, reinstall the module.
    5. If there is no workaround for the optical drive, you might try installing via FireWire Target Disk Mode. The 'target' will be the Pismo's HD on the desktop of the 'host' computer and you will boot the host computer to the OSX CD and select the Pismo's HD as the destination.
    http://docs.info.apple.com/article.html?artnum=58583

  • Jwstutorial13 ant install build fail

    Hello again. I am still working on CH3 of the jwstutorial 13 on windowsxp home edition
    the build properties file is as follows:
    tutorial.home=C:/jwstutorial13
    tutorial.install=${tutorial.home}/jwstutorial13
    username=myusername
    password=mypassword
    host=localhost
    port=8080
    secure.port=8443
    url=http://${host}:${port}/manager
    ant build was successful
    ant install failed:
    file:C:/jwstutorial13/exmaples/common/targets.xml:15: java.io.IOException:Server returned
    HTTP response code: 401 for URL:http://localhost:8080/manager/install?path=%2Fgs&war=file%3AC%A2Fjwstutorial13%2Fjwstutorial13%jwstutorial13%2Fexamples%2Fgs%2Fbuild
    I checked out targets.xml at line 15 which appears to refer to the context and war files.
    I went through the tutorial and modified the build file. In the set up, i put all the required files in the path.
    i have gone through previous complaints about this in this forum and there have been many suggestions, but none of them have been specific to line 15 of the the targets.xml which appears to be concerned with the context and war files.
    any help with this would be greatly appreciated.
    thanks.

    also,
    in the jwsdp_log i also see this:
    2003-12-19 16:51:07 createObjectName with StandardEngine[Catalina]
    2003-12-19 16:51:07 preRegister with Catalina:type=Logger
    2003-12-19 16:51:07 UserDatabaseRealm[Catalina]: Exception looking up UserDatabase under key UserDatabase
    javax.naming.NamingException: Element type "user" must be followed by either attribute specifications, ">" or "/>".
         at org.apache.naming.NamingContext.lookup(NamingContext.java:849)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:197)
         at org.apache.catalina.realm.UserDatabaseRealm.start(UserDatabaseRealm.java:302)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1119)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:502)
         at org.apache.catalina.core.StandardService.start(StandardService.java:519)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2311)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:577)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    2003-12-19 17:04:13 createObjectName with StandardEngine[Catalina]
    2003-12-19 17:04:13 preRegister with Catalina:type=Logger
    2003-12-19 17:04:13 UserDatabaseRealm[Catalina]: Exception looking up UserDatabase under key UserDatabase
    javax.naming.NamingException: Element type "user" must be followed by either attribute specifications, ">" or "/>".
         at org.apache.naming.NamingContext.lookup(NamingContext.java:849)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:197)
         at org.apache.catalina.realm.UserDatabaseRealm.start(UserDatabaseRealm.java:302)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1119)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:502)
         at org.apache.catalina.core.StandardService.start(StandardService.java:519)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2311)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:577)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    2003-12-19 17:12:04 createObjectName with StandardEngine[Catalina]
    2003-12-19 17:12:04 preRegister with Catalina:type=Logger
    2003-12-19 17:12:04 UserDatabaseRealm[Catalina]: Exception looking up UserDatabase under key UserDatabase
    javax.naming.NamingException: Element type "user" must be followed by either attribute specifications, ">" or "/>".
         at org.apache.naming.NamingContext.lookup(NamingContext.java:849)
         at org.apache.naming.NamingContext.lookup(NamingContext.java:197)
         at org.apache.catalina.realm.UserDatabaseRealm.start(UserDatabaseRealm.java:302)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1119)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:502)
         at org.apache.catalina.core.StandardService.start(StandardService.java:519)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:2311)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:577)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:328)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.commons.launcher.ChildMain.run(ChildMain.java:269)
    at c:\jwstutorial13\examples\common\targets.xml i see this:
    Only one top level element is allowed in an XML document. Error processing resource 'file:///C:/jwstutorial13/examples/common/targets.xml'. Line 2, Position 4
    <taskdef name="install" classname="org.apache.catalina.ant.InstallTask"/>
    ---^
    the source code of targets.xml:
    <taskdef name="list" classname="org.apache.catalina.ant.ListTask"/>     
    <taskdef name="install" classname="org.apache.catalina.ant.InstallTask"/>
    <taskdef name="reload" classname="org.apache.catalina.ant.ReloadTask"/>
    <taskdef name="remove" classname="org.apache.catalina.ant.RemoveTask"/>     
    <taskdef name="deploy" classname="org.apache.catalina.ant.DeployTask"/>     
    <taskdef name="undeploy" classname="org.apache.catalina.ant.UndeployTask"/>     
    <target name="list" description="List web applications" >
    <list url="${url}" username="${username}" password="${password}" />
    </target>
    <target name="install" description="Install web application"
    depends="build">
    <install url="${url}" username="${username}" password="${password}"
    path="/${context.path}" war="file:${build}"/>
    </target>
    <target name="reload" description="Reload web application"
    depends="build">
    <reload url="${url}" username="${username}" password="${password}"
    path="/${context.path}"/>
    </target>
    <target name="remove" description="Remove web application">
    <remove url="${url}" username="${username}" password="${password}"
    path="/${context.path}"/>
    </target>
    <target name="package"
    description="Packages the WAR file">
    <echo message="Packaging the WAR...."/>
    <delete file="dist/${war.file}" />
    <jar jarfile="dist/${war.file}" >
    <fileset dir="${build}" />
    </jar>
    </target>
    <target name="deploy" description="Deploy a Web application">
    <deploy url="${url}" username="${username}" password="${password}"
    path="/${context.path}" war="file:${example.path}/dist/${war.file}"
    />
    </target>
    <target name="undeploy" description="Undeploy web application">
    <undeploy url="${url}" username="${username}" password="${password}"
    path="/${context.path}"/>
    </target>
    Thank you very much for your help in this.
    cyuno

  • Ant install (maybe OT)

    Hi
    sorry if this is OT ...
    I have written an application and then installed in Tomcat with "ant install".
    But every time I'm starting Tomcat (for example after a reboot), I must doing "ant install" again.
    Why??
    Thanks

    ::It sure sounds a bit funny ...
    Yes ... I have installed all with the default
    options.
    I could try to createa new host inside tomcat admin
    ...How would that help?
    >
    But, you confirm it is sufficent doing "ant install"?As I said earlier, it depends on what your ant task does. The author of the ant script is the best person to answer this :)
    There are several ways to deploy an application on tomcat. For example, you can have an ant script that builds a war file and then just dump this war file into tomcat's webapps directory and tomcat would pick it up almost instantaneously and deploy it.
    It also depends on the specifics of your requirements. Have you tried going through the build script to find what it exactly does when you do an ant "install"? If its just building a war file using the source code and pusing into webapps directory, then you really shouldnt have to run the script again on restart.
    But ant can be used to do lots other tasks (like say running a script that sets some environmental variables) and probably your application requires that ant be run to do some specific tasks before your application is actually deployed - its very hard to tell without looking at the ant script.
    ram.

  • OS 9 Install problem on imac G3

    hello all,
    i have an OS install problem on my imac . I just finished formatting the drive . the drive is
    paritioned :
    1st partition = HD1: 5.5 Gb
    2nd partition = HD2 : 2.5 Gb
    3rd partition = HD3 : 110+ Gb
    Then, in order to save some time ( i thought ) , i tried directly install os 9 from an imac
    DV CD , on HD1 : i thought i d be quicker so i would have to start with os 8.5 then upgrade to 8.6 and etc .
    that turned out to be a bad idea. the system install warned me it couldnt install Air port because the hardware wasnt compatible . it gave me two options : either ignore this message or quit . i chose ignore : again certainly a bad choice .
    After the install was finished , the mac wouldnt start on HD1 . the sytem install is apparently incomplete ,or anycase it doesnt work .
    i then installed os 8.5 from original imac tray load install CD on HD2 , and it works fine .
    now the question is : what should i do with my bad os9 system ? i need an operating system on this partition. perhaps i can trash it and reinstall mac os8.5 on it ? i hope there is a way to get out of this without formatting the drive again .
    thanks for any advice .

    about the os9 CD : it is a retail verson , only not of the same imac model .
    That is not a retail version of OS 9. A retail version of OS 9 has no dependencies on any model of Mac. You have a machine specific disc which probably won't work with your iMac.
    1/ i dont know how to reformat a partition without formatting the entire drive . perhaps you can explain .
    In OS X you use Disk Utility and only select the partition that you want to reformat. It has been ages since I used OS 8 so I'm not sure if it is even possible using "Drive Setup".

  • Nano install problems. Works on USB 1.1!

    Twelve months ago I went through the getting an IPOD to install properly problems with my son's IPOD, on his all singing all dancing new PC. Only finally resolved this by installing via the firewire port rather than USB. Therefore it was with some trepidation that I recently got a Nano for my wife's birthday, but hey I thought someone like Apple would have got their act together in the interim and installing should be straight forward. Have they? NO! Tried installing the Nano on my aging Pentium III which has a USB 2.0 PCI card, and for which all other devices plugged into it worked OK. Couldn't even get Windows to properly recognise it "A problem occurred during harware install your device may not be working properly". Tried Apple's suggestions and other users suggestions all to no avail. Firewire install option is not a possibility with Nano, but finally thought why not try one of the USB 1.1 ports on my aging computer, and guess what it installed first time and works without any problems. Transfer rate is not to bad either 850 songs in 1hr 10min. The only slightly different thing I did (which some other users also say) is not to re-boot the computer at the end of installation when it prompts you to and start using Itunes straight away and do some downloading then re-boot later.
    Not much comfort to users with newer PC's but if you have an older computer with a USB 1.1 port and have install problems, try it as it may work for you as well.
    Like every one else with install problems on PC's I say "come on Apple" individually or together with Microsoft please get this sorted out. My view of Apple was that they have great products (still true) that are easy to use (still true) and install without problems (patently not true).
    Pentium III 800   Windows XP  

    Gosh, I have tried this many times. Over several days. I have also reset the shuffle, which as far as I can tell, consists of turning it on and then off.
    Last night, it started updating the music via the keyboard USB 1.1, which I know takes forever. Then it lost communications and quit.

  • Logic Studio Install Problems

    Purchased Logic Studio a couple weeks ago.  The first set I recieved would not install correctly and it errored out several times regardless of how I went about installing it.  Contacted Apple Support and they indicated I may have a bad set of disks so I returned my set and recieved a new set yesterday.  Install problems continue but now different.  Orginal set woudl load a coiuple of disks then error out.  This set will laod the install disk then when asked to insert the Audio Content 1 disk the computer will spin th edisk around a few times the spit it out.  Tried several times and even tried inserting other content disks.  I've read some of the conent here and some mention a possibel bad DVD Drive but I do no think my DVD Drive is the problem since after trying the Logic Studio set I successfully installed FrameForge.
    When I attempted to install the first set of disks last week I was able to select all the options, SoundTrack Pro, Mainstage, etc.  On this set my SoundTrack Pro option is grayed out and I cannot select it to load.  I read here last week, when the first set would not load, to remove everything associated with Logic Studio and try again, which I did.  Is it possible there are remneants remaining somewhere on my system that is disallowing the SoundTrack install this time?
    My system config is:
    Processor: 3.4 GHz Intel Core i7
    Memory: 16GB 1333 MHz DDR3
    Graphics: AMD Radeon HD 6970M 2048MB
    Software: Mac OSX Lion 10.7.5 (11G63b)
    1TB Internal SATA Disk (This is the drive I am attempting to load on)
    256GB Flash Storage
    12TB (RAID 5 Configure to 6TB) Pegasus External
    This evening I will call Apple Support again, but any advice from the audience is much appreciated.
    Signed: Frustrated but Determined

    Purchased Logic Studio a couple weeks ago.  The first set I recieved would not install correctly and it errored out several times regardless of how I went about installing it.  Contacted Apple Support and they indicated I may have a bad set of disks so I returned my set and recieved a new set yesterday.  Install problems continue but now different.  Orginal set woudl load a coiuple of disks then error out.  This set will laod the install disk then when asked to insert the Audio Content 1 disk the computer will spin th edisk around a few times the spit it out.  Tried several times and even tried inserting other content disks.  I've read some of the conent here and some mention a possibel bad DVD Drive but I do no think my DVD Drive is the problem since after trying the Logic Studio set I successfully installed FrameForge.
    When I attempted to install the first set of disks last week I was able to select all the options, SoundTrack Pro, Mainstage, etc.  On this set my SoundTrack Pro option is grayed out and I cannot select it to load.  I read here last week, when the first set would not load, to remove everything associated with Logic Studio and try again, which I did.  Is it possible there are remneants remaining somewhere on my system that is disallowing the SoundTrack install this time?
    My system config is:
    Processor: 3.4 GHz Intel Core i7
    Memory: 16GB 1333 MHz DDR3
    Graphics: AMD Radeon HD 6970M 2048MB
    Software: Mac OSX Lion 10.7.5 (11G63b)
    1TB Internal SATA Disk (This is the drive I am attempting to load on)
    256GB Flash Storage
    12TB (RAID 5 Configure to 6TB) Pegasus External
    This evening I will call Apple Support again, but any advice from the audience is much appreciated.
    Signed: Frustrated but Determined

  • Another Install Problem (With Log Files)

    Hey there.
    I've read many of the install problem threads and have tried numerous things to get this working, but to no avail. This is getting VERY frustrating.. :-E
    Machine is a Dell Latitude with 1Gb mem, Running XP Pro SP2.
    My login ID is dgault.
    I've set my temp directories (temp and tmp) both to point to c:\temp
    Hera are my log files:
    ====================================
    XE.bat.log -- START
    ====================================
    Instance created.
    ====================================
    XE.bat.log -- END
    ====================================
    ====================================
    CloneRmanRestore.log -- START
    ====================================
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\cloneDBCreation.log
    ====================================
    CloneRmanRestore.log -- END
    ====================================
    ====================================
    CloneDBCreation.log -- START
    ====================================
    SQL> Create controlfile reuse set database "XE"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 Datafile
    8 'C:\oraclexe\oradata\XE\system.dbf',
    9 'C:\oraclexe\oradata\XE\undo.dbf',
    10 'C:\oraclexe\oradata\XE\sysaux.dbf',
    11 'C:\oraclexe\oradata\XE\users.dbf'
    12 LOGFILE GROUP 1 ('C:\oraclexe\oradata\XE\log1.dbf') SIZE 51200K,
    13 GROUP 2 ('C:\oraclexe\oradata\XE\log2.dbf') SIZE 51200K,
    14 GROUP 3 ('C:\oraclexe\oradata\XE\log3.dbf') SIZE 51200K RESETLOGS;
    SP2-0640: Not connected
    SQL> exec dbms_backup_restore.zerodbid(0);
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> shutdown immediate;
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\initXETemp.ora";
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> Create controlfile reuse set database "XE"
    2 MAXINSTANCES 8
    3 MAXLOGHISTORY 1
    4 MAXLOGFILES 16
    5 MAXLOGMEMBERS 3
    6 MAXDATAFILES 100
    7 Datafile
    8 'C:\oraclexe\oradata\XE\system.dbf',
    9 'C:\oraclexe\oradata\XE\undo.dbf',
    10 'C:\oraclexe\oradata\XE\sysaux.dbf',
    11 'C:\oraclexe\oradata\XE\users.dbf'
    12 LOGFILE GROUP 1 ('C:\oraclexe\oradata\XE\log1.dbf') SIZE 51200K,
    13 GROUP 2 ('C:\oraclexe\oradata\XE\log2.dbf') SIZE 51200K,
    14 GROUP 3 ('C:\oraclexe\oradata\XE\log3.dbf') SIZE 51200K RESETLOGS;
    SP2-0640: Not connected
    SQL> alter system enable restricted session;
    SP2-0640: Not connected
    SQL> alter database "XE" open resetlogs;
    SP2-0640: Not connected
    SQL> alter database rename global_name to "XE";
    SP2-0640: Not connected
    SQL> ALTER TABLESPACE TEMP ADD TEMPFILE 'C:\oraclexe\oradata\XE\temp.dbf' SIZE 20480K REUSE AUTOEXTEND ON NEXT 640K MAXSIZE UNLIMITED;
    SP2-0640: Not connected
    SQL> select tablespace_name from dba_tablespaces where tablespace_name='USERS';
    SP2-0640: Not connected
    SQL> select sid, program, serial#, username from v$session;
    SP2-0640: Not connected
    SQL> alter user sys identified by "&&sysPassword";
    SP2-0640: Not connected
    SQL> alter user system identified by "&&systemPassword";
    SP2-0640: Not connected
    SQL> alter system disable restricted session;
    SP2-0640: Not connected
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\postScripts.sql
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> set echo on
    SQL> spool C:\oraclexe\app\oracle\product\10.2.0\server\config\log\postScripts.log
    ====================================
    CloneDBCreation.log -- END
    ====================================
    ====================================
    postScripts.log -- START
    ====================================
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql;
    SP2-0310: unable to open file "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmssml.sql"
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\dbmsclr.plb;
    SQL> DROP PUBLIC DATABASE LINK DBMS_CLRDBLINK;
    SP2-0640: Not connected
    SQL> CREATE PUBLIC DATABASE LINK DBMS_CLRDBLINK USING 'ORACLR_CONNECTION_DATA';
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE LIBRARY ORACLECLR_LIB wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 16
    20 51 8d
    21 LSqVp2u3D6yxyD42bHCkpHL03/8wg04I9Z7AdBjDpSjA9TNSMjO9GP4I9Qm4dCtp6jfnlRLO
    22 EXUFAGLlV0fbBvBjoirfWNdXU3VV0WYkgIWTZhXOjnGHQ2VzowkkIKuoKmprxsHwQ=
    23
    24 /
    SP2-0640: Not connected
    SQL> DROP TYPE DBMS_CLRParamTable;
    SP2-0640: Not connected
    SQL> DROP TYPE DBMS_CLRType;
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE DBMS_CLRType wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 d
    20 4be 207
    21 3WAupYEFJyUtDT58GzFPeWkUS6wwgwKJr0hqynRAv7leuFljpGFIgxvNNkagWXCAOYNjnLy1
    22 ulbIGu/7Jr4I+E4ghHw/fZT2AjJ43oXGRL90ldDxQSra1CPcaBsAtcpUa02tik8fNqx/KMgr
    23 633l8+Va2DhCmvZXp9G7vbOPt7Pl3MM9zMw2e9Y0okY53GpiRO894C9geS1Y7KzzE/IgLaEu
    24 32gKwpBN6M0RCm7BYQ+ovzICzvY5VVyfs/mJp4oYS98qQpcbag5dyZAf0OP/aKDRu8nMxkFb
    25 i/etbPODbix+jSyOsHVw8+Q+m5vbJnoYgrAEVyEgB3LQctJbF95qK2fWuM+PzvFnTTxAGGzD
    26 bbFaBpyXAP09LtZsxHxeICUOFvBRezKHmWrTb5DRlika6Lg9ukf6Rh9Vb+74Kw+dCaqdPNsm
    27 BbgD7N+pj3pEKfdUH3CrGeQtEflPW7LZ5wEdk1k/oTs5nee7t70+LOfUmSdFznr3wK/OVfn4
    28 KShfwfMR
    29
    30 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE BODY DBMS_CLRType wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 e
    20 41f 191
    21 WGxKHaEucYlWwCTtmi+GiJKjekYwgwK3ctxqfHQHrbs+zza9qFIBBo/k3vRdV42GdJcBu7Vv
    22 ITu0l2CDDI1d+D9K6+h7yxxZwO9Xtk4x8RFMvTqmcLYXjeAqvfUCO0DbqqDG+0SG03B8N8zU
    23 x3CB7ZzBJqbdVlPKP72aumnr8weouKrQT4tmBg3nhDN3+4ve7JkpJVEIEI+T5dJDg3IF2nEb
    24 xv03mcyUhyCvDbOazgEBY+LaQTQ99WwuW3WZw4y5xOakbH7mnBiomlFxUQglR1Hft6tRchhS
    25 tJTSEuprYV4kbm7IcRmC1LRlilvfcjDmMRWJUyC8NDvKu45v5GiDxx268uhVJTkhTBGaNgPz
    26 idKIcZk/6eV4Myw05MkyijGkKIEIpR3Fl0SO
    27
    28 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE TYPE DBMS_CLRParamTable AS TABLE OF DBMS_CLRType;
    2 /
    SP2-0640: Not connected
    SQL> CREATE OR REPLACE PACKAGE DBMS_CLR wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 9
    20 3162 65e
    21 igQsRO8he8CDCdDl4nWpC6D62Xcwgz0T2UgFey9AmP9euDHhTNtIIypFDhpSVolmshjyUX7k
    22 SDMhxRY91oYjSjLiIwWaV61R3iM8yqEjBdxa/QqeVR3pZs7ue/BsPqTYpXW8XRTJmbmDO5
    23 y6g6sM26+9djcF+m6Fqq8mC6NyZn6S5/u5YqlKUW6Z0/jFVzc+7lxa51jAi2w83JxUetuepc
    24 Egxc0uEGzxAtwztimeUcybwG552DvNxfbRYPmlZcF9ms5bun8tEOU37kSxAxwg78sGNmXyJg
    25 Jp+fefVhVk3C9oZaBEqX7v/i8BgyRDcEjUz9lIky1qFGl+LwK6UjnlZNwvaMFeGiVd1F/AUF
    26 mHTk3md05YqDaT+DTqV8W1zC30fR3VfRvaLGYXiY3Q7FSir0QtQzyR8EXCMAYA3EXEaUFpex
    27 HwxcYAocVlx+EIrX0XzluGgiDXiY3Q4l/lmPizTlkrkJ9LGUPSicGFqTaYHrCe0hotIXVND2
    28 F7HUVK9cmOiDrcMQA+iDHp686BzH3ZSlKjFqVM6JTMPDsiJPMkNbw/6M6OgXOuH2yHO9AMlb
    29 OziQdfrmRltzw9EUNffiMMtRhoLdqYs1e2XMMqCVgGctzFg7P2tU+kbANpabiyUIvhhaAu7a
    30 xyvmPVJnmysL4u823iZM2GqZiZCpKW3Qv4NbJpkxn9LDl13NZ651CmCRtTHYpzbEOxcukq0t
    31 lwO08hc0bwA3SconEG/mRIBo82vHgSlwIZu7C4AMzIIYYHFCc85MYN2EANfivUZrD486W1F/
    32 gR3t490htjoHcFdVf1DiPqkXdtb79WooM4LoLHkw8U+qpiF2NYvSl6lJgb7BVdDiI3dux9EI
    33 z61yE26Ss4Fd8U7cZM56fUJJ7aWLcdeAiNbVenhTe3KFBHHuOq+tP/9upKGieCQXcjKNfxCw
    34 +1WK69iQf7XbU9OsMBAoNQ7Bo27SJLPVjEvTtkKuNfMrly1CbKAe9AzUNy5bE5S593CX54xc
    35 Vw68Qij7gam+GE04w25o+7JJ3oiAgi8jYYbYD2zZxIWMz4MmrVq3eE390NbSHyo7jwHegxKK
    36 f3h+yaUTftrGMN6jT2lokTEy1KiyE7MSEwHBtNF5y79IE8xyVuVpIMIMc0DE/TJ0uJ7SOfLE
    37 6SqgfhRxYRnsuAM1/GFNB7fwRPx19omV1+MCt2mBmwWKreim3q4NJgWKrexOr0FoZGET9buf
    38 RaRVyXcxl/K3Xu/C19hkaqBibbH9eQf9JAWUOtDPAvh/ThmIIy15+VGDFNmummh9SXftWiSE
    39 D0vX9JgmaYFFgfMECrWS664SELEFQKBDY2tyhUXo5a0E6EMyi2X4B+aqeJszH5WuDGcKF+d/
    40 7NklyocS0C9rvMWyDj1qV73XI6vfmBdSFS55SOx3O5uzoKk4Vw3sFlLVkwyA3w2fuV/6PcOI
    41 mayz9ZGxGT3tryZDopGviZT6Zd+BJdzRDexA9vz6kHEnKqSxtLQws8Nbtzm7e+9X7kd2yDnN
    42 zdju2xPRoVlXR/M41DFx8QRY5B1OfryhhCITa25oua0+Yrt8bQJCmke63jDNWP+92nHIEU+e
    43 eWu1mrm9oOz5JJXuag+ENbhu
    44
    45 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> CREATE OR REPLACE PACKAGE BODY DBMS_CLR wrapped
    2 a000000
    3 1
    4 abcd
    5 abcd
    6 abcd
    7 abcd
    8 abcd
    9 abcd
    10 abcd
    11 abcd
    12 abcd
    13 abcd
    14 abcd
    15 abcd
    16 abcd
    17 abcd
    18 abcd
    19 b
    20 933d 1c32
    21 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
    120
    121 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> CREATE OR REPLACE PUBLIC SYNONYM DBMS_CLR FOR DBMS_CLR;
    SP2-0640: Not connected
    SQL> DECLARE
    2 ORCL_HOME_DIR VARCHAR2(1024);
    3 BEGIN
    4 DBMS_SYSTEM.GET_ENV('ORACLE_HOME', ORCL_HOME_DIR);
    5 EXECUTE IMMEDIATE 'CREATE OR REPLACE DIRECTORY ORACLECLRDIR AS ''' || ORCL_HOME_DIR || '\bin\clr''';
    6 END;
    7 /
    SP2-0640: Not connected
    SQL> show errors
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\admin\patch\patch_4659228.sql;
    SQL> set echo off
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ...wwv_flow_help
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0641: "SHOW ERRORS" requires connection to server
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    timing for: Load Start
    Elapsed: 00:00:00.00
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SP2-0640: Not connected
    ====================================
    postScripts.log -- END
    ====================================
    ====================================
    PostDBCreation.log -- START
    ====================================
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> set echo on
    SQL> //create or replace directory DB_BACKUPS as 'C:\oraclexe\app\oracle\flash_recovery_area';
    SP2-0640: Not connected
    SQL> begin
    2      dbms_xdb.sethttpport('8080');
    3      dbms_xdb.setftpport('0');
    4 end;
    5 /
    SP2-0640: Not connected
    SQL> create spfile='C:\oraclexe\app\oracle\product\10.2.0\server\dbs/spfileXE.ora' FROM pfile='C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora';
    SP2-0640: Not connected
    SQL> shutdown immediate;
    ORA-24324: service handle not initialized
    ORA-24323: value not allowed
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> connect "SYS"/"&&sysPassword" as SYSDBA
    ERROR:
    ORA-28547: connection to server failed, probable Oracle Net admin error
    SQL> startup ;
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    SQL> select 'utl_recomp_begin: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    SP2-0640: Not connected
    SQL> execute utl_recomp.recomp_serial();
    SP2-0640: Not connected
    SP2-0641: "EXECUTE" requires connection to server
    SQL> select 'utl_recomp_end: ' || to_char(sysdate, 'HH:MI:SS') from dual;
    SP2-0640: Not connected
    SQL> alter user hr password expire account lock;
    SP2-0640: Not connected
    SQL> alter user ctxsys password expire account lock;
    SP2-0640: Not connected
    SQL> alter user outln password expire account lock;
    SP2-0640: Not connected
    SQL> spool off;
    ====================================
    PostDBCreation.log -- END
    ====================================

    There were no CORE*.LOG files.. So here are the other two..
    ============================
    alert_xe.log START
    ============================
    Dump file c:\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log
    Wed Nov 09 10:52:59 2005
    ORACLE V10.2.0.1.0 - Beta vsnsta=1
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:596M/1023M, Ph+PgF:2167M/2459M, VA:1936M/2047M
    Wed Nov 09 10:52:59 2005
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    sessions = 49
    sga_target = 285212672
    control_files = C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    compatible = 10.2.0.1.0
    undo_management = AUTO
    undo_tablespace = UNDO
    remote_login_passwordfile= EXCLUSIVE
    dispatchers = (PROTOCOL=TCP) (SERVICE=XEXDB)
    shared_servers = 4
    local_listener = (ADDRESS=(PROTOCOL=TCP)(HOST=DGAULT.hotsos.com)(PORT=1521))
    job_queue_processes = 4
    audit_file_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP
    background_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\BDUMP
    user_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    core_dump_dest = C:\ORACLEXE\APP\ORACLE\ADMIN\XE\CDUMP
    db_name = XE
    open_cursors = 300
    pga_aggregate_target = 94371840
    PMON started with pid=2, OS id=2948
    PSP0 started with pid=3, OS id=3468
    MMAN started with pid=4, OS id=3600
    DBW0 started with pid=5, OS id=3148
    LGWR started with pid=6, OS id=4028
    CKPT started with pid=7, OS id=2588
    SMON started with pid=8, OS id=3868
    RECO started with pid=9, OS id=124
    CJQ0 started with pid=10, OS id=1892
    MMON started with pid=11, OS id=1732
    Wed Nov 09 10:53:08 2005
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=2344
    Wed Nov 09 10:53:08 2005
    starting up 4 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    ============================
    alert_xe.log END
    ============================
    ============================
    xe_ora_3500.trc START (11:04 AM)
    ============================
    Dump file c:\oraclexe\app\oracle\admin\xe\udump\xe_ora_3500.trc
    Wed Nov 09 11:04:54 2005
    ORACLE V10.2.0.1.0 - Beta vsnsta=1
    vsnsql=14 vsnxtr=3
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Beta
    Windows XP Version V5.1 Service Pack 2
    CPU : 1 - type 586
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:598M/1023M, Ph+PgF:1863M/2459M, VA:1617M/2047M
    Instance name: xe
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Windows thread id: 3500, image: ORACLE.EXE (SHAD)
    opiino: Attach failed! error=-1 ifvp=0000000
    ============================
    xe_ora_3500.trc END
    ============================
    Message was edited by:
    Doug Gault

  • Solaris 8 Install Problem - Partition(s)

    First, I am a relative "newbie" when it comes to SUN Solaris and System Adminstration, though I know enough UNIX to be dangerous (read "get me into trouble" - hahaha).
    I tried to do an "upgrade" to the O/S (2.7) on my Ultra 5, but when doing an "initial install", the system will only allow me to set the partitions/slices manually at the cylinder level. Any attempts to do so have failed, as I keep getting an "overlapping cylinder" error message, regardless of how I try to setup root, /usr, etc. The Solaris 8 O/S setup swap as follows:
    Starting - 3275 Size - 1110
    FYI, I was trying to do the install using the Solaris 8 CDROM, Solaris build date 2/02.
    Overall, I appear to be having a lot of issues with the Seagate Medalist ST34321A (4.1 Gbyte) drive that came with my Sun Ultra 5. The drive appears to work correctly, but an attempts to "wipe out" the drive (reformat) have not met with success.
    Any suggestions anyone can provide regarding the install problem would be appreciated.

    If you are trying to Upgrade to Sol 8 it is strongly suggested that you do not use the Installation CD. Use CD 1 of 2 with a boot cdrom. You will have to answer the sysid questions and then should get prompted for Initial Install or Upgrade. If you do not get the Upgrade prompt then there is a problem with your original Sol 7 system. Things like nfs mounts in vfstab, links to /var/sadm/patch, pkg or install/contents.
    An Upgrade should not be asking you to lay out filesystems. It should use your existing ones.

Maybe you are looking for

  • Gr/ir account item not cleared

    HI all,            for a PO, we done GR and IR and payment., we have done MR11, and f.13, but still in GR/IR gl it is showing open item only.. how can I clear this line item??

  • RMAN duplicate target database from active database - performance problem

    Hello. I'm running into a major performance problem when trying to duplicate a database from a target located inside our firewall to an auxiliary located outside our firewall. Both target and auxiliary are located in the same equipment room just on d

  • Material Prcorement Status Report

    Dear All, I am working for a Real Estate Company. I need a report on status i.e Project Defination - WBS  - Network no - Activity no  - PR No - PO no  - GR no  - IV no. with the QTYS. Had anyone developed this kind of report ever. Please let me know,

  • Problem getting good levels

    Hi folks Im trying to record vocals on garageband 4.1.2. using Duet as an interface (Duet 1 not 2) and I have rented a universal audio preamp 6176 and a SM7 mic.  My problem is that I cannot get the vocals loud enough without distorting.  I have trie

  • How to call webservices in visuval composure CE 7.1 server

    Hi , How to call webservices in visuval composure CE 7.1 server (WSDL) ,  please send step  by step process Thanks & Regards, Suresh