"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.

Similar Messages

  • INSTALL Command Problem

    I have loaded the wallet sample to my GalactIC Lite card.
    APDU : 80 E6 02 00 0E 09 A0 00 00 00 62 03 01 0C 06 00 00 00 00 00
    Response : 00 90 00
    APDU : 80 E8 00 00 1A C4 82 03 95 01 00 13 DE CA FF ED 01 02 04 00 01 09 A0 00 00 00 62 03 01 0C 06
    Response : 90 00
    APDU : 80 E8 80 20 17 01 10 04 b4 31 01 30 01 b0 02 41 06 68 00 a1 01 20 03 44 10 04 b4 32
    Response : 00 90 00
    I sent INSTALL command to install wallet sample but I got 6A 80 error.
    APDU : 80 E6 0C 00 26 09 A0 00 00 00 62 03 01 0C 06 0A A0 00 00 00 62 03 01 0C 06 01 0A A0 00 00 00 62 03 01 0C 06 01 01 00 02 c9 00 00
    Response : 6A 80
    What�s wrong with my INSTALL command?
    Thanks!

    Darn,
    I have added the following to the Install data for my applet
    C9050102030405where 0102030405 is my pin value
    My install method is as follows (thank you mk)
    // Constructor
    private Wallet (byte[] bArray, short bOffset, byte bLength)
         pin = new OwnerPIN(PIN_TRY_LIMIT, MAX_PIN_SIZE);
         // Create PIN instance     
         pin = new OwnerPIN(PIN_TRY_LIMIT, MAX_PIN_SIZE);     
         // register with specified AID               
         register(bArray, (short) (bOffset + 1), bArray[bOffset]);     
         bOffset += (short) (bArray[bOffset] + 1);     
         bOffset += (short) (bArray[bOffset] + 1);     
         pin.update(bArray, (short) (bOffset + 1), bArray[bOffset]);
    }// end of constructorwhich by debugging I can see that the bytes sent to the update method are {-55,5,1,2,3,4,5} - Correct, I think.
    When I call the pin.check method
    private void verify(APDU apdu)
         byte[] buffer = apdu.getBuffer();
         //retrieve the PIN data for validation
         byte byteRead = (byte)(apdu.setIncomingAndReceive());
         // check pin
         // the PIN data is read into the APDU buffer at the offset ISO7816.OFFSET_CDATA
         // the PIN data length = byteRead
         if(pin.check(buffer, ISO7816.OFFSET_CDATA, byteRead) == false)
              ISOException.throwIt(SW_VERIFICATION_FAILED);
    }// end of validate mI can see that the data sent to the check method is {1,2,3,4,5}.
    However, the SW_VERIFICATION_FAILED exception is being thrown.
    Can anyone see why??
    Thanks,
    Ann

  • 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 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...

  • "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.

  • 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)

  • How to run Ant from command line in Tarantella env?

    I am getting Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.tools.ant.launch.Launcher error message when I run Ant from tarantella command line. Is this Ant version issue? I can only find Ant with version 1.4.2. Where can I find the correct Ant version (1.6.5) and what class path do I need to specify if I want to run Ant from command line. This works if I run Ant inside of Jdeveloper 11g.
    thanks

    Hi
    What is the correct Java version? What are the steps to rectify the problem?

  • SQL Command problem in Application Express 3.2.0.00.27

    To Oracle Application Express Development Team,
    Yesterday I installed Oracle Application Express 3.2.0.00.27.
    While doing my r&d, I came across one problem in SQL Command.
    For example I wanted to run sql "select * from tab"
    When I checked "Autocommit" checkbox it worked fine.
    But when I unchecked the "Autocommit" checkbox it gave me following error:
    ORA-01003: no statement parsed
    Please check post
    http://www.oraclebrains.com/2009/03/sql-command-problem-in-application-express-3200027/ for more details.
    Cheers

    I can't find the log file (a good indication that something went wrong)
    Here's the transcript of the session...
    SQL> startup upgrade
    ORACLE instance started.
    Total System Global Area 599785472 bytes
    Fixed Size 1288820 bytes
    Variable Size 264242572 bytes
    Database Buffers 331350016 bytes
    Redo Buffers 2904064 bytes
    Database mounted.
    Database opened.
    SQL> @apxpatch.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Wrote file apxset.sql
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    SQL>
    SQL> @apxldimg.sql
    PL/SQL procedure successfully completed.
    Enter value for 1: C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1
    old 1: create directory APEX_IMAGES as '&1/apex/images'
    new 1: create directory APEX_IMAGES as 'C:\Documents and Settings\jtench\Desktop\My Downloads\Oracle\apex_3.2.1/apex/images'
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    timing for: Load Images
    Elapsed: 00:03:30.03
    Directory dropped.
    SQL>

  • [SOLVED]/usr/lib/arch-tempfiles line 106: install:command not found

    Hi everyone!
    This is my boot.log
    http://pastebin.com/1gfynhSN
    It says"/usr/lib/initscripts/arch-tmpfiles:line 106: install:command not found".This is leading to problems such as dbus and network manager not being started(even manually),no shutdown option,not able to 'open' log files without sudo  etc.
    I think a possible reason for this is that I had messed up with symlinks.I had issued the command
    sudo ln -s /bin/install /usr/bin/install
    .Then I had used
    cd /bin/
    unlink install
    Now,I find that /bin/install and /usr/bin/install does not exist.(I have deleted them!) .How can I fix this up?Any help would be appreciated.
    Last edited by adwaita45 (2012-04-05 20:41:40)

    Reinstall coreutils (or manually extract install from the package and put it in /usr/bin).
    Last edited by Raynman (2012-04-05 18:14:10)

  • GP install for install command

    Dear all,
    I have implemented GP install for install command. we have 3 tags for specific install parameters. C7,C8 and C9. C9 is mandatory. when i use only tag C9, i can install applet on each types of java cards, but when i use C7 and C8 tags, i can install applet on some types of java cards.
    I don't know what's the problem,Do all types of java cards support C7 and C8 tags ?
    thanks a lot!

    Daer Shane,
    My APDU data of install [install] command is:
    0A010203040506070809000B01020304050607080900000B010203040506070809000001000CEF08C7020100C8020100C90000
    0A: length of package AID 01020304050607080900=package AID
    0B: length of applet AID 0102030405060708090000=applet AID
    0B: length of instance AID 0102030405060708090000=instance AID
    01:length if application privilege 00=application privilege
    0C=length of install parameters EF08C7020100C8020100C900=installation parameters
    i get 6a80!
    it works for some types of java cards, but it doesn't work for another :(

  • 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.

  • When trying to uninstall iTune (because the current install has problems), I get the error message 2324.  What should I do to reinstall the application?

    When trying to uninstall iTune (because the current install has problems; iTune error message states it cannot sync and that I should reinstall the application; also, it fails when I tried to upgrade to the latest release), I get the error message 2324.  What should I do to reinstall the application?

    That installer error is a "Can't open file" error
    It suggest that you may have a corrupt file.
    Try running a disk check
    http://windows.microsoft.com/en-US/windows7/Check-a-drive-for-errors
    If it fixes errors try uninstalling iTunes again.
    If that doesn't work, is it possible for find out the name of the problem file, is further information available? Try looking in your Action center - that's on the control panel. Another place is in the Windows Error logs. From the start menu , right click on "Computer" and select manage, then Event viewer.
    If nothing emerges, try a manual uninstall of iTunes and related programs according to this method:
    http://support.apple.com/kb/HT1923
    Don't worry if an uninstall fails, that is expected. Go on to the part where you have to delete files (2. Verify iTunes etc completely deleted) . Hopefully you manage to find a file that can't be deleted, that is the one we will need to deal with.

  • Lenovo Solution Center - silent install command?

    I'm probably not the first to ask, but is there a silent install command for lsc.exe?
    I'd like to integrate it into an MDT deployment: for system update the /verysilent option works, but I cannot find anything on lsc.
    All help appreciated,
    Bavo
    PS: also, does it need Adobe Air and should i install that separately or is this inculed in the installer of lsc

    add:
    http://forums.lenovo.com/t5/ThinkVantage-Technologies/ThinkVantage-System-Update-5-06-will-not-silen...
    http://forums.lenovo.com/t5/ThinkVantage-Technologies/Lenovo-Solution-Center-2-4-002-Revision-19058/...
    http://forums.lenovo.com/t5/ThinkVantage-Technologies/lsc-cli-exe-crashing-daily-since-2-4-002-rev-1...

  • CS1 Install/Uninstall Problems ?

    I can't uninstall CS1, nor can can I reinstall Photoshop from CS1, which is presently not installed. My OS is Windows Vista Home Premium. I am out of warranty and Adobe will not provide suppport. I have read all I can find about FLEXnet licensing suspecting there is a connection. When I try to either install or uninstall CS1, I get an error message from Microsoft saying that "Adobe CS1 installer has stopped working". There is no other information unless I open the Adobe File folder for Photoshop from CS1 that I saved to my desktop. I can initiate the install procedure from that folder, but when prompted for the original product serial number a message states that the serial number I have provided is invalid. I have talked with Adobe however, and their records indicate that I have a valid serial number.
    I have gone to "Services" using the administrative tools in the control panel and tried setting FLEXnet Licensing on manual,  then on automatic, and finally disabling it temporarily. I have gone to the Start Up menu on the desktop and entered "msconfig" in the search box and gone to services where FLEXnet was at first "stopped" and is now "running".
    On some forums there are recommendations to first copy and save FLEXnet to another area of the hard drive, then delete it altogether from its original location, and then uninstall ALL Adobe software in the computer before reinstalling everything. Other contributors strongly caution the removal of FLEXnet, and some users have complained of ongoing problems after deleting FLEXnet. Firstly, I'm not sure I can figure out how  to copy and save FLEXnet to another drive, and secondly I'm afraid of the possible results. Even if I can accomplish those tasks I don't know if that procedure will then allow me to either uninstall the portion of CS1 still in my computer, or reinstall the Photoshop that presently won't install. By the way, all the CS1 programs that remain in my computer are operational. Photoshop is the only missing component.
    I am not well versed in technology, and much that I read in the forums is only partially comprehensible to me. If you have the patience and knowledge to help me unravel this mess I would love your help. Thanks. Harrison

    Thank you Bob. It was very nice of you to write. I have been using CS1 with Vista since Vista came out. I'm aware that compatibility is considered a significant issue. Fortunately, I never had any problems until now, although I would have replaced CS1 with a more recent and compatible version if money were not part of the equation for me.
    Adobe told me that if I bought the CS5 they would help me straighten out any issues now caused by the CS1, but otherwise they would not help. I did not think to ask if Adobe has designed CS5 to be compatible with Vista, but I will. I may buy the more recent version out of necessity, but it does not seem unreasonable to me that Adobe should help someone with a valid serial and registration number access their software regardless of warranties. The problem at hand seems to be a glitch in the licensing application provided by FLEXnet that I presume protects Adobe from unauthorized use of their products. I am wondering how much this situation actually has to do with system compatibility, given that I have been using the software for roughly two years with Vista, or whether it is simply that Adobe's FLEXnet licensing shield can work against legitimate users under certain circumstances. Adobe did not mention FLEXnet to me, but I would like to know one way or the other if FLEXnet is at the core of the problem.
    Thank you again Bob for writing. I may wipe my OS clean and reload everything. I suspect the CS1 might work then, but I do realize that CS1 is old by technological standards, in spite of the fact that I would gladly continue to use it. I am among those people that find the cost of keeping current very difficult, and I find it exasperating that so many products and services become obsolete very rapidly when considering their relative cost. Have a nice weekend.
    Best Regards,
    Harrison
    Original Message -
    From: BobLevine <[email protected]>
    To: Alec Howard <[email protected]>
    Sent: Sat, Jun 12, 2010 4:09 pm
    Subject: CS1 Install/Uninstall Problems ?
    The original CS is completely unsupported under Vista or Win 7 and now that CS5
    s out, you're out of the upgrade loop. I wish I had something positive to tell
    ou but I don't.
    ob

  • Need help to understand INSTALL command based on GPspec 2.1.1

    Hi Friends..
    Sorry before, i couldn't understand some commands based on GPSpec 2.1.1, i'm pretty new in this field..
    So, i need your help to help me understand about the commands..
    Firstly, i want to know what exactly the DATA that referred by INSTALL Command..
    here's outlined in the GPSpec 2.1.1 for INSTALL Command (Chapter 9)..
    CLA = '80' or '84'
    INS  = 'E6'              //INSTALL
    P1   = 'xx'               //Reference control parameter P1
    P2   = '00'               //Reference control parameter P2
    Lc   = 'xx'                //Length of data field
    Data 'xxxx…'           //Install data (and MAC if present)
    Le   = '00'What exactly the data referred?.
    I thought the data which referred can be Applets, Packages, CAP files..
    So, how to know the LC and Sequence bytes of the Applets/ Packages/ CAP files..
    i found this LINK..
    In the website i read an example of INSTALL Command..
    Here's an example mentioned in the link above..
    INSTALL FOR LOAD
      84 E6 02 00 2B 10 A0 00 00 00 18 50 00 00 00 00 00 00 52 41 44 50 00 00 0E EF 0C C6 02 00 00 C8 02 00 00 C7 02 00 00 00 2A 8B 3A 01 3C 8E FD A4 (00)
      00, 90 00  [Normal ending of the command.] Sorry, i'm still not understand about it..
    Please help me regarding this..
    Sorry, perhaps this question sounds silly..
    Thanks in advance..

    Hi,
    As a hint, you want to use INSTALL for install and make selectable. You can have a look at the APDU that GPShell sends through for the final install command (hint: it will be a part of the load command). You can also execute install_for_load, load and install_for_install in GPShell to see these commands. The GP card spec is a little confusing for the INSTALL command so tracing GPShell may help you understand it.
    Cheers,
    Shane

Maybe you are looking for