WebStart error

When I run my application as a Desktop application or Self Signed webstart application in netbeans 6.5 it runs fine,
but when I compile it for webstart deployment, sign it, and run it from my server it fails to run giving me an error like this.
Error: java.lang.NoClassDefFoundError: com/sun/javafx/runtime/NumericTypeInfo
I can't find any paths wrong so far and I have this set in my JNLP file specifying the javafx runtime extension.
This I got from an example somewhere, so it could be wrong.
<resources>
    <j2se href="http://java.sun.com/products/autodl/j2se" version="1.5+"/>
    <extension name="JavaFX Runtime" href="http://dl.javafx.com/javafx-rt.jnlp"/>
    <jar href="Empath.jar" main="true"/>
</resources>any ideas on what could be wrong??

Apparently one must now link the JafaFX Runtime extension in the JNLP file to a new address. The following JNLP update fixed the problem.
<resources>
        <j2se href="http://java.sun.com/products/autodl/j2se" version="1.6+"/>
        <extension name="JavaFX Runtime" href="http://dl.javafx.com/1.1/javafx-rt.jnlp"/>
        <jar href="Empath.jar" main="true"/>
    </resources>

Similar Messages

  • Webstart error: missing version response from server

    We deploy our application by Java Webstart. This works most of the time, but at the last update one client got an error when trying to update.
    The jnlp-file looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File -->
    <jnlp spec="1.0+" codebase="http://xyz/webstart/app/" href="webstart.jnlp"> 
    <information>   
      <title>xyz</title>   
      <vendor>xyz</vendor>   
      <homepage href="http://xyz"/>   
      <description>xyz</description>   
      <description kind="short">xyz</description>   
      <icon href="images/rvicon.gif"/>   
      <icon kind="splash" href="images/rvicon.gif"/>   
      <offline-allowed/> 
    </information> 
    <security>     
      <all-permissions/> 
    </security> 
    <resources>   
      <j2se version="1.5+"/>   
      <jar href="webstart.jar" version="0.52"/> 
    </resources> 
    <application-desc main-class="UseWebStartWithIsiplan"/>
    </jnlp>The webstart__V0.52.jar is located in $CATALINA_HOME/webapps/webstart/app.
    The user gets the following error:
    Exception:
    com.sun.deploy.net.FailedDownloadException: Ressource konnte nicht geladen werden: (http://xyz/webstart/app/webstart.jar, 0.52)
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.launch(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)Nested Exception:
    java.io.IOException: missing version response from server
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    at com.sun.javaws.Launcher.launch(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)The client is running Windows XP SP2 and Java version 1.6.0_03-b05.
    The Server is Apache Tomcat 5.5.23, Java version 1.5.0_12-b04.
    Has anybody an idea what might cause this error?

    We've gotten that error when the servlet runs out of memory. The out of memory error happens when it is building the jardiff file, which can require a lot of memory to do. The servlet caches any jardiffs that it builds, so most users won't see the problem because they are requesting prebuilt jardiffs.
    We've found that the servlet runs best with 256mb of max heap. But I'd imagine we are more heavy weight users than most.
    I've done some stress testing on the 1.5 servlet and did not find any real memory leaks.
    Based on the open source version of the servlet (which I believe is pretty much the same as the one distributed with java 1.5).
    It is keeping objects in memory to track which jardiffs it has built and to track any accessed resource (jar or jnlp). If your server has enough different jars and jnlps then you need to give it enough memory to keep all these small objects in memory.
    If you want be 100% sure you've given it enough memory, then you can write a script which does a HEAD request on every possible jar and jnlp inside of the servlet. That should max out its memory usage.

  • Javawebstart error while opening IR and ID objects in PI7 and XI 3.0

    Hi All,
    When iam trying to open IR/ID objects in XI3.0 java webstart error occurs continously though iam deselecting java update statistics.
    Pls help me out regarding this error.
    C:\Documents and Settings\Administrator\Local settings\ Temporary Internet Files\Content.IE5\4X2C5RF7\repsitory[1].jnlp
    Thanks&Regards,
    Winston

    Hi Winston,
    Goto Administration in /rep.
    Click on Java Web Start Administration - > Re-initialization and force-signing
    Then try to open the IR and ID. This should work.
    If it does not work then, do the following and paste the log.
    Goto Control Panel - > Java -> Advanced->Java Console-> Show Console.
    Then try to start the IR and ID.
    You will get the error log.
    Best Regards
    Raghu.

  • Security Error : Multiple hosts referenced in resources

    Hi,
    Im attempting to use the abbot maven plugin that can download an application via webstart and run GUI tests against it.
    I have got this working before, and am setting it up again, but get a webstart error that I have not seen before/can see in the forums.
    Title: SystemTest1
    Vendor: mycompany, inc.
    Category: Security Error
    Multiple hosts referenced in resources
    JNLPException[category: Security Error : Exception: null : LaunchDesc: null ]      at com.sun.javaws.LaunchDownload.checkJNLPSecurity(Unknown Source)      at com.sun.javaws.Launcher.downloadResources(Unknown Source)      at com.sun.javaws.Launcher.handleApplicationDesc(Unknown Source)      at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)      at com.sun.javaws.Launcher.run(Unknown Source)      at java.lang.Thr
    Could anyone shead some light as to where this error comes from/why??
    Thanks
    James

    in any given jnlp file, all the resources must be downloaded from the same download host. In this way the SecurityManager can assign one permission collection to all the code loaded from that jnlp file (allowing socket permission only to that host).
    If you have a jnl;p file with multiple resources loaded from differant hosts, re-factor the jnlp file so all of the resources loaded from a seperate host are in one component extension jnlp file.
    /Andy

  • JBO-28000

    I'm write on jDeveloper9.0.3.1035 swing exhibit for functioning with oracle.
    Accordingly, use proposed JDeveloper variant of displaying given business components. Here is code, which works local in jar and which absolutely does not want to work when starting through WebStart - error JBO-28000. I.e. under first start (through WebStart) is perfected without problems, but under following here is..
    java 1.4.1_01
    WebStart 1.2.0_01(build b01)
    cod:
    table.setModel(JUTableBinding.createAttributeListBinding
    (panelBining, table,"TestView", null, "TestViewIter",
    new String[] {"PersonId", "LastName"}));
    ApplicationModule am = panelBinding.getApplicationModule();
    business.TestViewImpl v = (business.TestViewImpl)am.findViewObject("TestView");
    v.executeQuery();
    Exception occurs in last line (v.executeQuery()):
    oracle.jbo.PCollException: JBO-28000: PersistManager class
    oracle.jbo.pcoll.OraclePersistManager not found
    at oracle.jbo.PCollException.throwException(PCollException.java:39)
    at oracle.jbo.pcoll.PCollManager.getPersistManager(PCollManager.java:521)
    at oracle.jbo.pcoll.PCollManager.register(PCollManager.java:474)
    at oracle.jbo.pcoll.PCollection.&lt;init&gt;(PCollection.java:94)
    at oracle.jbo.pcoll.PCo[i]Long postings are being truncated to ~1 kB at this time.

    Sergey,
    Can you post the details of the nested exception ?.
    Thanks,

  • No prompt for the certificate

    HI,
    I follow all the steps to get a signed application working but I can't get the prompt for the certificate and JWS hangs with 99% cpu!!!! Anyone knows why????

    Take a look at my Thread from Jun, 10. 2001. (http://forum.java.sun.com/thread.jsp?forum=38&thread=71660)
    I mail Sun a workaround and also the solution how to fix the bug in the code.... but we are still waiting more than 2 week for a solution from Sun :-(
    Here is the detailed bug-report:
    Problem:
    JavaWS1.0.1 will not launch a signed application if the OS is
    German, French or Italian. (Spain & English work)
    If found the problem JWS 1.0.1 not working with the following
    Countries: Germany,
    France and Italy (Spain works):
    You have problems with your resource files (javaws-i10n.jar) and
    therefor perhaps
    problems with the class java.util.PropertyResourceBundle:
    Here the description of the bug:
    Take a look at the resource-file in in the jar-package
    javaws-i10n.jar:
    Here you find the following files in the directory
    com/sun/javaws/resources
    string.properties -> work fine
    string_es.properties -> work fine
    string_de.properties -> failed (also it and fr)
    The problem is the entry (key): 'certs.verify.msg'
    1.) English value:
    This {0} is requesting unrestricted access to your local machine
    and network.
    Do you want to install and run: {1}
    Signed and distributed by: {2}
    2.) German value:
    {0} fordert unbeschr?nkten Zugriff auf Ihren lokalen Rechner und
    Ihr Netzwerk.
    M?chten Sie das Programm installieren und ausf?hren: {1}
    Signiert und in Umlauf gebracht von: {2}
    THE SOLUTION:
    The problem is: If the value starts with {x} (in this case {0})
    it will not be
    displayed and WebStart will hang (produce an error).
    I hope this is a WebStart error an no Error in the class
    java.util.PropertyResourceBundle!?
    I tested to add the text 'Die' in front of the value (Die {0}
    forderte...) and
    WebStart worked fine and started!!!!
    Hope this will help to fix the error a soon as possible because
    we use JavaWS in
    production and 1.0.1 is still a great solution for us!
    Thanks and hope I could help u.
    At this time you also could also remove the javaws-l10n.jar from JavaWebStart folder to grant JavaWebStart will be launched in English.
    Wolfgang
    EDI Organisation KEG

  • Jws can not work!!!!

    Hi ,
    Every body ,,, I have a serious problem .
    I have created a swing application , and the database is db2 .
    I have connected db2 with jdbc type 4 driver, coz i want to run
    my application on a remote pc.When i run my application from a
    remote pc it's ok , but I want to run it with the help of JWS and JNLP.
    That's why I have created a jar file where all my .class file are there,
    after that I created a .jnlp file where i include the jar .
    I am useing Tomcat web server .
    Now the problem is when I calling that .jnlp file from a remote pc
    it downloads all the jar files (including db2jcc.jar) but the programe
    is not started !!!!!!
    Please any body help me out from this problem .
    Steps.................
    1.--> Creating a jar file where all my .class files are there
    including the main class.
    2.--> Creating the Test.jnlp file..........
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="code base" href="Test.jnlp">
    <information>
    <title>PLANNING</title>
    <vendor>Test</vendor>
    <description>booking</description>
    <description kind="short"></description>
    <offline-allowed/>
    </information>
    <resources>
    <j2se version="1.3+"/>
    <jar href="Test.jar"/>
    <jar href="db2jcc.jar"/>
    <jar href="db2java.zip"/>
    </resources>
    <application-desc main-class="testFrame"/>
    </jnlp>
    3.-->Cteating a html file
    <HTML>
    <HEAD>
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
    <TITLE>HTML Test Page</TITLE>
    </HEAD>
    <BODY>
    <p>
    click here.
    </p>
    <br>
    </BODY>
    </HTML>
    4.--->Calling the html file from client pc
    Downloading all the jars
    but my application could not start ....
    please help me ,,,
    Thanks
    Sb ......

    OK, lets get a few things clear to give us the possibility to help you.
    The download is one thing. Thats working so you dont get an error at this stage.
    Fine.
    The second thing is the launch of your application through webstart. If this is where the error occures webstart will give an error message. If you click on "Details" there should be a whole lot of information. If there is no such message webstart seems to be able to launch your app.
    The third thing is your application itself. If there is an error this might as well be caused by the webstart environment the app is running in but it�s not really a webstart error. In this case you should have an output in the java console to describe the problems.
    I dont think anybody here will be able to help you without some more information than "my application is not running".
    Bye Schippe

  • JVM Error while running java application through Java Webstart

    Hi All,
    While running java application through Webstart, we got the following error log and application is not running. I am not sure why this is happened? Can anyone help me out to resolve this problem?
    Help Regarding this will be highly appreciated.
    Thanks In advance.
    Bala
    Error in Log File:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53545542324F5554494E45530E435050008C), pid=684, tid=9424
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x00345a60): JavaThread [_thread_in_vm, id=9424]
    Stack: [0x00030000,0x00070000), sp=0x0006f9a4, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x12430d]
    V [jvm.dll+0x6366e]
    V [jvm.dll+0x636a3]
    V [jvm.dll+0x10073c]
    V [jvm.dll+0x7859b]
    V [jvm.dll+0x919fc]
    C [javaw.exe+0x2120]
    C [javaw.exe+0x11bb]
    C [javaw.exe+0x3151]
    C [kernel32.dll+0x123e5]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    Other Threads:
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2304K, used 42K [0x02a60000, 0x02cd0000, 0x051c0000)
    eden space 2112K, 2% used [0x02a60000, 0x02a6a908, 0x02c70000)
    from space 192K, 0% used [0x02c70000, 0x02c70000, 0x02ca0000)
    to space 192K, 0% used [0x02ca0000, 0x02ca0000, 0x02cd0000)
    tenured generation total 30272K, used 0K [0x051c0000, 0x06f50000, 0x22a60000)
    the space 30272K, 0% used [0x051c0000, 0x051c0000, 0x051c0200, 0x06f50000)
    compacting perm gen total 8192K, used 409K [0x22a60000, 0x23260000, 0x26a60000)
    the space 8192K, 4% used [0x22a60000, 0x22ac64d0, 0x22ac6600, 0x23260000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000 C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe
    0x7c800000 - 0x7c8c0000 C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000 C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77fec000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000 C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000 C:\WINDOWS\system32\GDI32.dll
    0x77ba0000 - 0x77bfa000 C:\WINDOWS\system32\MSVCRT.dll
    0x71c20000 - 0x71c32000 C:\WINDOWS\system32\tsappcmp.dll
    0x76290000 - 0x762ad000 C:\WINDOWS\system32\IMM32.DLL
    0x6d640000 - 0x6d7dd000 C:\Program Files\Java\jre1.5.0_11\bin\client\jvm.dll
    0x76aa0000 - 0x76acd000 C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000 C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000 C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000 C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre1.5.0_11\bin\hpi.dll
    0x6d610000 - 0x6d61c000 C:\Program Files\Java\jre1.5.0_11\bin\verify.dll
    0x6d310000 - 0x6d32d000 C:\Program Files\Java\jre1.5.0_11\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\Program Files\Java\jre1.5.0_11\bin\zip.dll
    VM Arguments:
    jvm_args: -Xms32m -Xmx512m -Xbootclasspath/a:C:\Program Files\Java\jre1.5.0_11\lib\javaws.jar;C:\Program Files\Java\jre1.5.0_11\lib\deploy.jar -Djnlpx.home=C:\Program Files\Java\jre1.5.0_11\bin -Djnlpx.splashport=1970 -Djnlpx.jvm="C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe" -Djnlpx.remove=true -Djava.security.policy=file:C:\Program Files\Java\jre1.5.0_11\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=32m,512m
    java_command: com.sun.javaws.Main C:\DOCUME~1\ssiwach\LOCALS~1\Temp\1\javaws3
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files\Java\jre1.5.0_11\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\mysql\bin;"C:\Program Files\Java\jre1.5.0_11\bin"
    USERNAME=ssiwach
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 2 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 2097151k(438060k free), swap 4194303k(5136k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0
    ------------------------------------------------------------------------------------------------------------------

    Hi All,
    While running java application through Webstart, we got the following error log and application is not running. I am not sure why this is happened? Can anyone help me out to resolve this problem?
    Help Regarding this will be highly appreciated.
    Thanks In advance.
    Bala
    Error in Log File:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (53545542324F5554494E45530E435050008C), pid=684, tid=9424
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
    --------------- T H R E A D ---------------
    Current thread (0x00345a60): JavaThread [_thread_in_vm, id=9424]
    Stack: [0x00030000,0x00070000), sp=0x0006f9a4, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x12430d]
    V [jvm.dll+0x6366e]
    V [jvm.dll+0x636a3]
    V [jvm.dll+0x10073c]
    V [jvm.dll+0x7859b]
    V [jvm.dll+0x919fc]
    C [javaw.exe+0x2120]
    C [javaw.exe+0x11bb]
    C [javaw.exe+0x3151]
    C [kernel32.dll+0x123e5]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    Other Threads:
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 2304K, used 42K [0x02a60000, 0x02cd0000, 0x051c0000)
    eden space 2112K, 2% used [0x02a60000, 0x02a6a908, 0x02c70000)
    from space 192K, 0% used [0x02c70000, 0x02c70000, 0x02ca0000)
    to space 192K, 0% used [0x02ca0000, 0x02ca0000, 0x02cd0000)
    tenured generation total 30272K, used 0K [0x051c0000, 0x06f50000, 0x22a60000)
    the space 30272K, 0% used [0x051c0000, 0x051c0000, 0x051c0200, 0x06f50000)
    compacting perm gen total 8192K, used 409K [0x22a60000, 0x23260000, 0x26a60000)
    the space 8192K, 4% used [0x22a60000, 0x22ac64d0, 0x22ac6600, 0x23260000)
    No shared spaces configured.
    Dynamic libraries:
    0x00400000 - 0x0040d000 C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe
    0x7c800000 - 0x7c8c0000 C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000 C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77fec000 C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000 C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000 C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000 C:\WINDOWS\system32\GDI32.dll
    0x77ba0000 - 0x77bfa000 C:\WINDOWS\system32\MSVCRT.dll
    0x71c20000 - 0x71c32000 C:\WINDOWS\system32\tsappcmp.dll
    0x76290000 - 0x762ad000 C:\WINDOWS\system32\IMM32.DLL
    0x6d640000 - 0x6d7dd000 C:\Program Files\Java\jre1.5.0_11\bin\client\jvm.dll
    0x76aa0000 - 0x76acd000 C:\WINDOWS\system32\WINMM.dll
    0x71bc0000 - 0x71bc8000 C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000 C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c98000 C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000 C:\WINDOWS\system32\PSAPI.DLL
    0x6d290000 - 0x6d298000 C:\Program Files\Java\jre1.5.0_11\bin\hpi.dll
    0x6d610000 - 0x6d61c000 C:\Program Files\Java\jre1.5.0_11\bin\verify.dll
    0x6d310000 - 0x6d32d000 C:\Program Files\Java\jre1.5.0_11\bin\java.dll
    0x6d630000 - 0x6d63f000 C:\Program Files\Java\jre1.5.0_11\bin\zip.dll
    VM Arguments:
    jvm_args: -Xms32m -Xmx512m -Xbootclasspath/a:C:\Program Files\Java\jre1.5.0_11\lib\javaws.jar;C:\Program Files\Java\jre1.5.0_11\lib\deploy.jar -Djnlpx.home=C:\Program Files\Java\jre1.5.0_11\bin -Djnlpx.splashport=1970 -Djnlpx.jvm="C:\Program Files\Java\jre1.5.0_11\bin\javaw.exe" -Djnlpx.remove=true -Djava.security.policy=file:C:\Program Files\Java\jre1.5.0_11\lib\security\javaws.policy -DtrustProxy=true -Xverify:remote -Djnlpx.heapsize=32m,512m
    java_command: com.sun.javaws.Main C:\DOCUME~1\ssiwach\LOCALS~1\Temp\1\javaws3
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files\Java\jre1.5.0_11\bin;D:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\mysql\bin;"C:\Program Files\Java\jre1.5.0_11\bin"
    USERNAME=ssiwach
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 2 (cores per cpu 1, threads per core 2) family 15 model 4 stepping 1, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 2097151k(438060k free), swap 4194303k(5136k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_11-b03) for windows-x86, built on Dec 15 2006 01:16:12 by "java_re" with MS VC++ 6.0
    ------------------------------------------------------------------------------------------------------------------

  • Error in webstart install in windows 2000

    When I try to install webstart on my windows 2000 machine I get this error: "Error opening file for writing: C:\Program Files\Java Web Start\javawebstart.dll"
    I am installing as administrator also so I don't have a clue why this is happening. Any help would be greatly appreciated. Thanks.

    Use the task manager to see if another copy of Java Web Start is running.
    Windows will not let you overwrite an open file.
    If that dosn't help, try uninstalling the old version of Java Web Start first.

  • Access Denied Socket Permission Error using 3rdParty jar in webstart

    Hi,
    I am trying to create a multisocket in my application, and this app is downloaded through webstart,
    Following are the things I ve done,
    1. I use two jnlp file, one mail jnlp file (say a.jnlp) and the other an extension jnlp file (a_ext.jnlp) which contains the third party jars.
    2. I used <security><allpermission/><security/> in both the jnlp files.
    3. If I try to create a multisocket in my code that is downloaded through main jnlp i.e. a.jnlp file, then it is working fine.
    4. But the problem is, the third party jar which is downloaded throught "a_ext.jnlp" file is trying to create a multisocket
    and i am getting the following error,
    +java.security.AccessControlException: access denied (java.net.SocketPermission 228.0.0.4 connect,accept,resolve)+
    + at java.security.AccessControlContext.checkPermission(Unknown Source)+
    + at java.security.AccessController.checkPermission(Unknown Source)+
    + at java.lang.SecurityManager.checkPermission(Unknown Source)+
    + at java.lang.SecurityManager.checkMulticast(Unknown Source)+
    + at java.net.MulticastSocket.joinGroup(Unknown Source)+
    + at inria.net.MulticastSession.initialize(MulticastSession.java:143)+
    + at inria.net.lrmp.LrmpImpl.<init>(LrmpImpl.java:105)+
    + at inria.net.lrmp.LrmpImpl.<init>(LrmpImpl.java:89)+
    + at inria.net.lrmp.Lrmp.<init>(Lrmp.java:194)+Please help me.
    Note that I dont want to create any policy file, I want some configurations to be done in jnlp files or in the jars, because i cannot create a policy file and copy it manually in each client deployment.

    >
    And sorry that jnlp is a valid jnlp only, ..>
    How do you know? Did you validate it, or are you just guessing?
    >
    ..and it was a typing mistake, ..>So don't retype these things, instead copy/paste them.
    >
    it is </security> not <security/>>it is also <all-permissions/>, not <allpermission/>
    >
    and when i start through webstart it is asking for confirmation also, so i think this <security> tag is working fine.>Stop thinking and start validating.
    >
    But the problem is with security for the 3rdParty jar downloaded through jnlp extension. >So it will be most important to validate that. Note that if this 3rd party extension is signed by the people that supplied it, you should get a second security prompt.
    >
    ... I hope JNLP doesnt check or give permission for the jars downloaded via extension jnlp?>What does that mean?
    OTOH, I just noticed you assigned the princely sum of 1 entire duke star for this question. It is obviously of only minor importance to you, so my time is better spent elsewhere.
    Good luck with it.

  • Webstart signing error

    hi
    I have deployed an ADF Swing application using Java Webstart in jdeveloper 10.1.3.3.0 and oracle version 10g.
    But when i run the application through HTML and it finish the download i get the following message error:
    JNLPException[category: Error de seguridad : Exception: null : LaunchDesc:
    <jnlp spec="1.0" codebase="http://192.168.100.125:8988/Application1-Model-context-root/">
      <information>
        <title>Editor de Par�metros</title>
        <vendor>Vendor</vendor>
        <homepage href="null"/>
        <description>My ADF Swing Project</description>
      </information>
      <security>
        <all-permissions/>
      </security>
      <update check="timeout" policy="always"/>
      <resources>
        <java version="1.3+"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfmtl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adftags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/adfui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jdatum.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jhtml.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jimjui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jtester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4jui.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/bc4juixtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/datatags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/jlib/graphtags.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfbinding.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfmweb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfs-jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/adfshare.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jct.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jdomorcl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jimdomains.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/bc4jmt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/BC4J/lib/collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfc/lib/adf-controller.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/custComps.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/jaxb-libs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/namespace.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/oracle.extapp.runtime.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-adf.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-core.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-mds.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-web.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/portlet-client-wsrp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/tidy.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wce.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-jaxb.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-stubs.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/adfp/lib/wsrp-types.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/afc/lib/afc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/diagnostics/lib/ojdl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazn.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jazncore.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/jsp/lib/taglib/ojsputil.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/oc4j-internal.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/ojsp.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/j2ee/home/lib/servlet.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-collections-2.1/commons-collections.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-digester-1.5/commons-digester.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/jstl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jakarta-taglibs/jstl-1.1/lib/standard.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/javacache/lib/cache.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ocrs12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/ojdbc14dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdbc/lib/orai18n.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/jdev-rt.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jdev/lib/ojc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/LW_PfjBean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/adf-faces-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/backport-util-concurrent.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/bigraphbean.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/commons-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jdev-cm.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jewt4.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/jsp-el-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/ojmisc.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle-el.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/oracle_ice.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jlib/share.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/jsf-ri/jsf-impl.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/dms.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/lib/xmlparserv2.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/ord/jlib/ordim.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/sqlj/lib/runtime12.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/antlr.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink-oc4j.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/toplink/jlib/toplink.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-api.jar" download="eager" main="false"/>
        <jar href="http://192.168.100.125:8988/Application1-Model-context-root/adfjars/wireless/lib/industrial-adf-faces-impl.jar" download="eager" main="false"/>
      </resources>
      <component-desc/>
    </jnlp> ]
         at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source)
         at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source)
         at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
         at com.sun.javaws.Launcher.launch(Unknown Source)
         at com.sun.javaws.Main.launchApp(Unknown Source)
         at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
         at com.sun.javaws.Main$1.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I can understand that the error raises because some jarfiles are not signed, but i think i signed it correctly by running ctbuild.xml over "Apache ant". This is my ctbuild.xml file:
    <project name="myproject" basedir="." default="sign">
    <!--properties related to signing-->
    <property name="alias" value="ADFKey"/>
    <property name="storepass" value="Davidp1"/>
    <property name="ct.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <property name="mt.proj.dir" value="/C:/jdevstudio10133/jdev/mywork/Application1/Model"/>
    <!--classes dir for mt and ct-->
    <property name="ct.classes.dir" value="${ct.proj.dir}/classes"/>
    <property name="mt.classes.dir" value="${mt.proj.dir}/classes"/>
    <!-- jar names for the client and middle tier classes-->
    <property name="ct.jar.name" value="${ct.proj.dir}/public_html/client.jar"/>
    <property name="mt.jar.name" value="${ct.proj.dir}/public_html/mymt.zip"/>
    <property name="adf.jars.root" value="${ct.proj.dir}/public_html/adfjars"/>
    <property name="adf.jars.signed.marker.file" value="${adf.jars.root}/adfjars_signed.tmp"/>
    <property name="oracle.home" value="C:\jdevstudio10133\"/>
    <target name="init">
    <mkdir dir="${adf.jars.root}"/>
    </target>
    <target name="copy-adf-jars">
    <copy todir="${adf.jars.root}">
    <fileset dir="${oracle.home}">
    <include name="BC4J/jlib/adfmtl.jar"/>
    <include name="BC4J/jlib/adftags.jar"/>
    <include name="BC4J/jlib/adfui.jar"/>
    <include name="BC4J/jlib/bc4jdatum.jar"/>
    <include name="BC4J/jlib/bc4jhtml.jar"/>
    <include name="BC4J/jlib/bc4jimjui.jar"/>
    <include name="BC4J/jlib/bc4jtester.jar"/>
    <include name="BC4J/jlib/bc4jui.jar"/>
    <include name="BC4J/jlib/bc4juixtags.jar"/>
    <include name="BC4J/jlib/datatags.jar"/>
    <include name="BC4J/jlib/graphtags.jar"/>
    <include name="BC4J/lib/adfbinding.jar"/>
    <include name="BC4J/lib/adfm.jar"/>
    <include name="BC4J/lib/adfmweb.jar"/>
    <include name="BC4J/lib/adfs-jazn.jar"/>
    <include name="BC4J/lib/adfshare.jar"/>
    <include name="BC4J/lib/bc4jct.jar"/>
    <include name="BC4J/lib/bc4jdomorcl.jar"/>
    <include name="BC4J/lib/bc4jimdomains.jar"/>
    <include name="BC4J/lib/bc4jmt.jar"/>
    <include name="BC4J/lib/collections.jar"/>
    <include name="adfc/lib/adf-controller.jar"/>
    <include name="adfp/lib/custComps.jar"/>
    <include name="adfp/lib/jaxb-api.jar"/>
    <include name="adfp/lib/jaxb-impl.jar"/>
    <include name="adfp/lib/jaxb-libs.jar"/>
    <include name="adfp/lib/namespace.jar"/>
    <include name="adfp/lib/oracle.extapp.runtime.jar"/>
    <include name="adfp/lib/orai18n.jar"/>
    <include name="adfp/lib/portlet-client-adf.jar"/>
    <include name="adfp/lib/portlet-client-core.jar"/>
    <include name="adfp/lib/portlet-client-mbean.jar"/>
    <include name="adfp/lib/portlet-client-mds.jar"/>
    <include name="adfp/lib/portlet-client-web.jar"/>
    <include name="adfp/lib/portlet-client-wsrp.jar"/>
    <include name="adfp/lib/tidy.jar"/>
    <include name="adfp/lib/wce.jar"/>
    <include name="adfp/lib/wsrp-jaxb.jar"/>
    <include name="adfp/lib/wsrp-stubs.jar"/>
    <include name="adfp/lib/wsrp-types.jar"/>
    <include name="afc/lib/afc.jar"/>
    <include name="diagnostics/lib/ojdl.jar"/>
    <include name="j2ee/home/jazn.jar"/>
    <include name="j2ee/home/jazncore.jar"/>
    <include name="j2ee/home/jsp/lib/taglib/ojsputil.jar"/>
    <include name="j2ee/home/lib/oc4j-internal.jar"/>
    <include name="j2ee/home/lib/ojsp.jar"/>
    <include name="j2ee/home/lib/servlet.jar"/>
    <include name="jakarta-taglibs/commons-beanutils-1.6.1/commons-beanutils.jar"/>
    <include name="jakarta-taglibs/commons-collections-2.1/commons-collections.jar"/>
    <include name="jakarta-taglibs/commons-digester-1.5/commons-digester.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging-api.jar"/>
    <include name="jakarta-taglibs/commons-logging-1.0.3/commons-logging.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/jstl.jar"/>
    <include name="jakarta-taglibs/jstl-1.1/lib/standard.jar"/>
    <include name="javacache/lib/cache.jar"/>
    <include name="jdbc/lib/ocrs12.jar"/>
    <include name="jdbc/lib/ojdbc14dms.jar"/>
    <include name="jdbc/lib/orai18n.jar"/>
    <include name="jdev/extensions/oracle.jdeveloper.jgoodies.1.0.4/forms-1.0.4.jar"/>
    <include name="jdev/lib/jdev-rt.jar"/>
    <include name="jdev/lib/ojc.jar"/>
    <include name="jlib/LW_PfjBean.jar"/>
    <include name="jlib/adf-faces-api.jar"/>
    <include name="jlib/adf-faces-impl.jar"/>
    <include name="jlib/backport-util-concurrent.jar"/>
    <include name="jlib/bigraphbean.jar"/>
    <include name="jlib/commons-el.jar"/>
    <include name="jlib/jdev-cm.jar"/>
    <include name="jlib/jewt4.jar"/>
    <include name="jlib/jsp-el-api.jar"/>
    <include name="jlib/ojmisc.jar"/>
    <include name="jlib/oracle-el.jar"/>
    <include name="jlib/oracle_ice.jar"/>
    <include name="jlib/share.jar"/>
    <include name="jsf-ri/jsf-api.jar"/>
    <include name="jsf-ri/jsf-impl.jar"/>
    <include name="lib/dms.jar"/>
    <include name="lib/xmlparserv2.jar"/>
    <include name="ord/jlib/ordim.jar"/>
    <include name="sqlj/lib/runtime12.jar"/>
    <include name="toplink/jlib/antlr.jar"/>
    <include name="toplink/jlib/toplink-oc4j.jar"/>
    <include name="toplink/jlib/toplink.jar"/>
    <include name="wireless/lib/industrial-adf-faces-api.jar"/>
    <include name="wireless/lib/industrial-adf-faces-impl.jar"/>
    </fileset>
    </copy>
    </target>
    <target name="sign" depends="sign-adf-jars, sign-project-jars"/>
    <target name="sign-adf-jars" depends="init, copy-adf-jars" unless="was.adf.jars.signed">
    <touch file="${adf.jars.signed.marker.file}"/>
    <signjar alias="${alias}" storepass="${storepass}">
    <fileset dir="${adf.jars.root}">
    <include name="**/*.jar"/>
    <include name="**/*.zip"/>
    </fileset>
    </signjar>
    </target>
    <available property="was.adf.jars.signed" file="${adf.jars.signed.marker.file}"/>
    <target name="sign-project-jars" depends="create-project-jars">
    <signjar jar="${mt.jar.name}" alias="${alias}" storepass="${storepass}"/>
    <signjar jar="${ct.jar.name}" alias="${alias}" storepass="${storepass}"/>
    </target>
    <target name="create-project-jars">
    <jar destfile="${ct.jar.name}">
    <fileset dir="${ct.classes.dir}">
    <patternset>
    <exclude name=".jsps/**/*"/>
    <exclude name="connections.xml"/>
    </patternset>
    </fileset>
    </jar>
    <jar destfile="${mt.jar.name}">
    <fileset dir="${mt.classes.dir}">
    <patternset>
    <exclude name="connections.xml"/>
    <include name="**/*"/>
    </patternset>
    </fileset>
    </jar>
    </target>
    <target name="clean">
    <delete file="${mt.jar.name}"/>
    <delete file="${ct.jar.name}"/>
    <delete file="${adf.jars.signed.marker.file}"/>
    <delete dir="${adf.jars.root}"/>
    </target>
    </project>
    Sorry if i have exceed with the size of my post.
    Could anybody help me? Thanks

    Hi,
    I understand that users have an affinity to use Ant directly. However, last time I ran this environment I did run the Ant script from JDeveloper (right mouse context). So you may try JDeveloper 10.1.3.3 for this
    Frank

  • Download Error in java webstart

    Hi
    I am getting a error while downloading application from java webstart
    I am using Apache 2.2 http server running on port 80
    In that in htdocs folder I have placed my jnlp file and my jar file
    My jnlp file is like this .
    All file are in the folder htdocs/products/
    <jnlp spec="1.0+" codebase="http://127.0.0.1/" href="/products/note.jnlp">
    <information>
    <title>My Application </title>
    <vendor>ABC Pvt Ltd</vendor>
    <homepage href="http://127.0.0.1/products/"/>
    <description>Sample Test</description>
    <shortcut>
    <desktop/>
    <menu submenu="My Application 2.0 (web)"/>
    </shortcut>
    </information>
    <security><all-permissions/></security>
    <resources>
    <j2se version="1.4+" />
    <jar href="/products/Notepad.jar" main="true" download="eager"/>
    </resources>
    <application-desc main-class="Notepad">
    </application-desc>
    </jnlp>
    The error which i am getting is
    An error occurred while launching/running the application.
    Title: My Application
    Vendor: ABC Pvt Ltd
    Category: Download Error
    Bad MIME type returned from server when accessing resource: http://127.0.0.1/products/note.jnlp - text/plain
    JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(U nknown Source)
    at com.sun.javaws.cache.DownloadProtocol.isLaunchFile UpdateAvailable(Unknown Source)
    at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc (Unknown Source)
    at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    at com.sun.javaws.Launcher.handleApplicationDesc(Unkn own Source)
    at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help ...
    How to solve this issue .
    But the same file is working in Tomcat Server
    please let me know
    Thank you
    Prakash

    Bad MIME type returned from server..A server should return a content type of..
    application/x-java-jnlp-file for JNLP
    files.
    Tomcat probably does that by default, but
    other servers might need to be told about it.
    See your server help, for how to set a
    content-type.

  • PiggyBack Read Error when using WebStart

    Hi together,
    i have a very strange problem, i use a SWING Application with BC4J.
    The Application should be launched with webstart.
    The first time this is successful, but each new access to the application cause in a Piggyback read error (see below)
    When i delete the webstart cache and download the application again it works for one new session :(
    Can anyone help me, what is the problem?
    Thanks for your help
    Mirko
    oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
         at oracle.jbo.common.PiggybackInput.<init>(PiggybackInput.java:84)
         at oracle.jbo.common.JboServiceMessage.unmarshal(JboServiceMessage.java:119)
         at oracle.jbo.client.remote.ApplicationModuleImpl.processServiceMessage(ApplicationModuleImpl.java:6540)
         at oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(ApplicationModuleImpl.java:6002)
         at oracle.jbo.client.remote.RowSetImpl.executeQuery(RowSetImpl.java:950)
         at oracle.jbo.client.remote.ViewUsageImpl.executeQuery(ViewUsageImpl.java:556)
         at de.orb.ui.konfiguration.AdminPanel1.setPanelData(AdminPanel1.java:173)
         at de.orb.common.ui.SubTreePanel.subTreeSelectionChange(SubTreePanel.java:199)
         at de.orb.common.ui.SubTreePanel$1.valueChanged(SubTreePanel.java:165)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.JTree.setSelectionPaths(Unknown Source)
         at javax.swing.JTree.setSelectionRows(Unknown Source)
         at javax.swing.JTree.setSelectionRow(Unknown Source)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:372)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:353)
         at de.pantarhei.ui.MainFrame.treeSelectionChange(MainFrame.java:407)
         at de.orb.MainFrameKonfiguration$2.valueChanged(MainFrameKonfiguration.java:282)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Unknown Source)
         at javax.swing.JTree.setSelectionPath(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    ## Detail 0 ##
    java.lang.ClassNotFoundException: oracle.jbo.common.PiggybackEventEntry
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:35)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:139)
         at oracle.jbo.common.PiggybackInput.<init>(PiggybackInput.java:58)
         at oracle.jbo.common.JboServiceMessage.unmarshal(JboServiceMessage.java:119)
         at oracle.jbo.client.remote.ApplicationModuleImpl.processServiceMessage(ApplicationModuleImpl.java:6540)
         at oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(ApplicationModuleImpl.java:6002)
         at oracle.jbo.client.remote.RowSetImpl.executeQuery(RowSetImpl.java:950)
         at oracle.jbo.client.remote.ViewUsageImpl.executeQuery(ViewUsageImpl.java:556)
         at de.orb.ui.konfiguration.AdminPanel1.setPanelData(AdminPanel1.java:173)
         at de.orb.common.ui.SubTreePanel.subTreeSelectionChange(SubTreePanel.java:199)
         at de.orb.common.ui.SubTreePanel$1.valueChanged(SubTreePanel.java:165)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.JTree.setSelectionPaths(Unknown Source)
         at javax.swing.JTree.setSelectionRows(Unknown Source)
         at javax.swing.JTree.setSelectionRow(Unknown Source)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:372)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:353)
         at de.pantarhei.ui.MainFrame.treeSelectionChange(MainFrame.java:407)
         at de.orb.MainFrameKonfiguration$2.valueChanged(MainFrameKonfiguration.java:282)
         at javax.swing.JTree.fireValueChanged(Unknown Source)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(Unknown Source)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(Unknown Source)
         at javax.swing.JTree.setSelectionPath(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(Unknown Source)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(Unknown Source)
         at java.awt.AWTEventMulticaster.mousePressed(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    Note that the domain for your input parameter is of type text200.  TEXT* domains in SAP support upper/lower.  Supply the value to the FM in the needed case (by inserting the value into a declared variable of type text200) and the FM will work.

  • "JBO-28300: Piggyback read error" when using Webstart

    Hello,
    i found a strange problem in my BussinesComponents...
    The following scenarion we would like to establish:
    we have running a server component in a OC4J Container on solaris.
    in the same container we deploy a GUI-Application, via WebStart.
    everything is fine...
    when i start the application the first time, it works without any problem, BUT when i try to start my application the second time, i got the stackTrace below.
    when i start my application local from a console via javaw -jar xyz.jar it works also fine. I used the same JAR File which i used before for the deployment.
    When i clear the java webstart cache and reload the application it works again on time more ....
    Can anyone suggest what happen there and how i can avoid it?
    Its very urgent.
    Thanks in advance
    Mirko
    oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
    oracle.jbo.PiggybackException: JBO-28300: Piggyback read error
         at oracle.jbo.common.PiggybackInput.<init>(PiggybackInput.java:84)
         at oracle.jbo.common.JboServiceMessage.unmarshal(JboServiceMessage.java:119)
         at oracle.jbo.client.remote.ApplicationModuleImpl.processServiceMessage(ApplicationModuleImpl.java:6540)
         at oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(ApplicationModuleImpl.java:6002)
         at oracle.jbo.client.remote.RowSetImpl.executeQuery(RowSetImpl.java:950)
         at oracle.jbo.client.remote.ViewUsageImpl.executeQuery(ViewUsageImpl.java:556)
         at de.orb.ui.konfiguration.AdminPanel1.setPanelData(AdminPanel1.java:135)
         at de.orb.common.ui.SubTreePanel.subTreeSelectionChange(SubTreePanel.java:195)
         at de.orb.common.ui.SubTreePanel$1.valueChanged(SubTreePanel.java:164)
         at javax.swing.JTree.fireValueChanged(JTree.java:2402)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2773)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1071)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.JTree.setSelectionPaths(JTree.java:1191)
         at javax.swing.JTree.setSelectionRows(JTree.java:1264)
         at javax.swing.JTree.setSelectionRow(JTree.java:1239)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:384)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:366)
         at de.pantarhei.ui.MainFrame.treeSelectionChange(MainFrame.java:415)
         at de.orb.MainFrameKonfiguration$2.valueChanged(MainFrameKonfiguration.java:205)
         at javax.swing.JTree.fireValueChanged(JTree.java:2402)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2773)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1071)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1178)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2190)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2818)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2779)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:218)
         at java.awt.Component.processMouseEvent(Component.java:5018)
         at java.awt.Component.processEvent(Component.java:4818)
         at java.awt.Container.processEvent(Container.java:1380)
         at java.awt.Component.dispatchEventImpl(Component.java:3526)
         at java.awt.Container.dispatchEventImpl(Container.java:1437)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2926)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
         at java.awt.Container.dispatchEventImpl(Container.java:1423)
         at java.awt.Window.dispatchEventImpl(Window.java:1566)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    ## Detail 0 ##
    java.lang.ClassNotFoundException: oracle.jbo.common.PiggybackEventEntry
         at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:35)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:139)
         at oracle.jbo.common.PiggybackInput.<init>(PiggybackInput.java:58)
         at oracle.jbo.common.JboServiceMessage.unmarshal(JboServiceMessage.java:119)
         at oracle.jbo.client.remote.ApplicationModuleImpl.processServiceMessage(ApplicationModuleImpl.java:6540)
         at oracle.jbo.client.remote.ApplicationModuleImpl.executeQuery(ApplicationModuleImpl.java:6002)
         at oracle.jbo.client.remote.RowSetImpl.executeQuery(RowSetImpl.java:950)
         at oracle.jbo.client.remote.ViewUsageImpl.executeQuery(ViewUsageImpl.java:556)
         at de.orb.ui.konfiguration.AdminPanel1.setPanelData(AdminPanel1.java:135)
         at de.orb.common.ui.SubTreePanel.subTreeSelectionChange(SubTreePanel.java:195)
         at de.orb.common.ui.SubTreePanel$1.valueChanged(SubTreePanel.java:164)
         at javax.swing.JTree.fireValueChanged(JTree.java:2402)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2773)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1071)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.JTree.setSelectionPaths(JTree.java:1191)
         at javax.swing.JTree.setSelectionRows(JTree.java:1264)
         at javax.swing.JTree.setSelectionRow(JTree.java:1239)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:384)
         at de.pantarhei.ui.MainFrame.switchTabbedPane(MainFrame.java:366)
         at de.pantarhei.ui.MainFrame.treeSelectionChange(MainFrame.java:415)
         at de.orb.MainFrameKonfiguration$2.valueChanged(MainFrameKonfiguration.java:205)
         at javax.swing.JTree.fireValueChanged(JTree.java:2402)
         at javax.swing.JTree$TreeSelectionRedirector.valueChanged(JTree.java:2773)
         at javax.swing.tree.DefaultTreeSelectionModel.fireValueChanged(DefaultTreeSelectionModel.java:629)
         at javax.swing.tree.DefaultTreeSelectionModel.notifyPathChange(DefaultTreeSelectionModel.java:1071)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPaths(DefaultTreeSelectionModel.java:287)
         at javax.swing.tree.DefaultTreeSelectionModel.setSelectionPath(DefaultTreeSelectionModel.java:170)
         at javax.swing.JTree.setSelectionPath(JTree.java:1178)
         at javax.swing.plaf.basic.BasicTreeUI.selectPathForEvent(BasicTreeUI.java:2190)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.handleSelection(BasicTreeUI.java:2818)
         at javax.swing.plaf.basic.BasicTreeUI$MouseHandler.mousePressed(BasicTreeUI.java:2779)
         at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:218)
         at java.awt.Component.processMouseEvent(Component.java:5018)
         at java.awt.Component.processEvent(Component.java:4818)
         at java.awt.Container.processEvent(Container.java:1380)
         at java.awt.Component.dispatchEventImpl(Component.java:3526)
         at java.awt.Container.dispatchEventImpl(Container.java:1437)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2926)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
         at java.awt.Container.dispatchEventImpl(Container.java:1423)
         at java.awt.Window.dispatchEventImpl(Window.java:1566)
         at java.awt.Component.dispatchEvent(Component.java:3367)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
    ------

    Hello,
    I got the same problem.
    Does somebody know the solution for this meanwhile?
    Thanks.

  • JRE 6 update 10 : Webstart give Microsoft JScript compilation error

    We had some problem yesterday with our application that is launch from webstart. Everyone that upgraded to JRE 6 update 10 had the problem. This morning we don't have the problem. We are all on Windows Xp 32 bit, english or french and we all use a proxy.
    I suspect that the problem is related to how update 10 handle the proxy responses.
    here a screenshot that I took yesterday.
    the workflow was this :
    we had a jnlp and when we click on it.. javaws starts and we got this popup. We can close it, and the application will download, and before the application starts.. we had the popup again.. close it again.. and the application run perfectly.
    here a screenshot of my proxy setting in IE and firefox : (the default browser is FF)

    I found the problem. I am using a proxy auto config script, which works fine in ie and ff but not javaw which inherits proxy settings from ie.
    I narrowed it down to a regular expression literal that ends with an escaped forward slash: /\//. I think it's valid, the forward slash is escaped (works in ie and ff). You can reproduce this by configuring ie to use the following pac script:
    function FindProxyForURL(url, host)
         var retVal;
         try
              retVal = /\//.test("/") ? "DIRECT" : "PROXY localhost:80";     
         catch (e)
              retVal = "PROXY localhost:80";
         return retVal;
    }I debugged it in ie and it works with no errors or exceptions.

Maybe you are looking for

  • How to consume Google REST web service

    Dear All, I have a task to embed Google Maps into web dynpro and/or CRM WebUI. There is no problem with embedding only map with route on it, but I need also calculated distance. In WebDynpro I've just created iFrame CHIP component which targets: http

  • Unable to install iTunes 10.7

    Hi all. I have iTunes on my windows computer, and I'm having a problem. I can't uninstall, or update iTunes. It's basically stuck. I need to update it in order to use iOS 6 on my devices, but when I try to update, the software tells me there is an er

  • Images imported from library are empty

    Sorry, I did post this query a few days ago, and I did get a response but unfortunately it did not help. When I import my images to the library, I can see them fine in the viewer window. However, when I drag the images to the stage I get just an empt

  • If apple bring out a new ipad after i purchase, is there an upgrade option available?

    if i was to buy an ipad 2 today and in a months time the ipad 3 came out, would apple provide an upgrade option to upgrade to the new one??

  • USB quits after 10.4.11 update and can't read external Lacie drive contents

    Performed update through Software Updater. (After reading this forum, I now know better for future updates) Now, my USB ports don't work and external Lacie drive looks blank. Plugged USB devices into PC and they work fine. From PC on same network, I