WebStart

Hi
When I am trying to Load an .jnlp file i am getting an error
java.lang.Exception: cache failed forhttp://sp4:13510/was6-webstart/j2ee-runtime-6_0_1.jnlp
     at com.sun.javaws.Launcher.updateFinalLaunchDesc(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)
and i am looking in java console for more errors and i found an exception trace as below
JNLPException[category: Launch File Error : Exception: null : LaunchDesc:
<jnlp spec="1.0+" codebase="http://sp4:13510/was6-webstart/" href="http://sp4:13510/was6-webstart/j2ee-runtime-6_0_1.jnlp">
  <information>
    <title>IBM EAS J2EE Runtime 6.0.1</title>
    <vendor>IBM</vendor>
    <homepage href="null"/>
    <description>IBM EAS J2EE Client Runtime 6.0.1</description>
    <description kind="short">
        IBM EAS J2EE Client Runtime 6.0.1
    </description>
    <description kind="tooltip">
        IBM EAS J2EE Client Runtime 6.0.1
    </description>
    <offline-allowed/>
  </information>
  <security>
    <all-permissions/>
  </security>
  <update check="timeout" policy="always"/>
  <resources>
    <java version="1.4+"/>
    <jar href="http://sp4:13510/was6-webstart/jnlpjars/jvm/J2EEClientRuntimeInstaller.jar" download="eager" main="true"/>
    <property name="com.ibm.websphere.client.jre.version" value="ibm-db2-eas-j2ee-client-6_0_1"/>
    <jar href="http://sp4:13510/was6-webstart/jnlpjars/jvm/J2EEClient6.0.1_windows_ia32.jar" download="eager" main="false"/>
    <property name="com.ibm.websphere.client.jre.launch.java" value="java\jre\bin\javaw.exe"/>
  </resources>
  <installer-desc/>
</jnlp> ]
     at com.sun.javaws.JnlpxArgs.executeInstallers(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)
what could be the potential issue
thanks
r

Since it claims to be a cache failure, I'd suggest starting back from original web link or just typing 'http://sp4:13510/was6-webstart/j2ee-runtime-6_0_1.jnlp' in your browser's address bar.
Bye.
PS: did it ever work? Which JRE are you using?

Similar Messages

  • Upgrade to 1.6.0_14 causing Webstart launched application to fail

    Hi, I am looking for a little help with changes made to Webstart and JNLP with update 14 for 1.6. I have an application that is packaged within a war and distributed to webserver to be launched with webstart. It has been working for 3 years without change (various versions of Java from 1.5 - 1.6.0_13) until just recently...
    Stack Trace received when trying to run the app:
    java.lang.SecurityException: class "com.cu.ajent.logger.AbstractAjentLogger"'s signer information does not match signer information of other classes in the same package
    at java.lang.ClassLoader.checkCerts(Unknown Source)
    at java.lang.ClassLoader.preDefineClass(Unknown Source)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at com.sun.jnlp.JNLPClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.cu.ajent.client.gui.core.MainWindow.main(MainWindow.java:287)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sun.javaws.Launcher.executeApplication(Unknown Source)
    at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
    at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
    at com.sun.javaws.Launcher.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    The funny thing is, this particular class only exists in one jar file with that package name and it is signed. I am wondering if this is a red herring error or if I am just completely missing something.
    JNLP File that does not work with update 14 ONLY (all other versions of 5 and 6 work):
    Notes: All jar files that are pulled through this descriptor AND the 2 extension JNLP files are from the same "signed" directory and are all signed by the same certificate at build time
    <jnlp spec="1.0+" codebase="http://jeffl:8001/Ajility/" href="http://jeffl:8001/Ajility/Ajility.jnlp">
    <information>
    <title>Ajility Client</title>
    <vendor>Columbia Ultimate</vendor>
    <homepage href="http://jeffl:8001/Ajility/index.html"/>
    <description>Ajility Client Installation with Java Web Start</description>
    <description kind="short">Ajility Client</description>
    <icon href="http://jeffl:8001/Ajility/cu/images/Ajility_logo.jpg" kind="default"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="always" policy="always"/>
    <resources>
    <java version="1.6"/>
    <property name="java.naming.factory.initial" value="weblogic.jndi.WLInitialContextFactory"/>
    <property name="java.naming.provider.url" value="t3://jeffl:8001"/>
    <property name="java.security.auth.login.config" value="http://jeffl:8001/Ajility/cu/properties/jaas_client.conf"/>
    <property name="appserver.connector.class" value="com.cu.ajility.appserver.weblogic.WebLogicConnector"/>
    <jar href="http://jeffl:8001/Ajility/cu/lib/signed/AjilityGUI.jar" download="eager" main="false"/>
    <extension href="http://jeffl:8001/Ajility/JNLP/signed_client_libs.jnlp" name="Ajility_lib"/>
    <extension href="http://jeffl:8001/Ajility/JNLP/signed_wls_libs.jnlp" name="wls_lib"/>
    <nativelib href="http://jeffl:8001/Ajility/cu/lib/swt-win32-dll.jar" download="eager" main="false"/>
    </resources>
    <application-desc/>
    </jnlp>
    Here is the version of the JNLP file that works ONLY with update 14 (fails on all other versions of java 5 and 6)
    Notes: The ONLY jar files that are actually signed are the 2 that are referenced in this main JNLP file. None of the extension jars are signed.
    <jnlp spec="1.0+" codebase="http://jeffl:8001/Ajility/" href="http://jeffl:8001/Ajility/Ajility.jnlp">
    <information>
    <title>Ajility Client</title>
    <vendor>Columbia Ultimate</vendor>
    <homepage href="http://jeffl:8001/Ajility/index.html"/>
    <description>Ajility Client Installation with Java Web Start</description>
    <description kind="short">Ajility Client</description>
    <icon href="http://jeffl:8001/Ajility/cu/images/Ajility_logo.jpg" kind="default"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="always" policy="always"/>
    <resources>
    <java version="1.6"/>
    <property name="java.naming.factory.initial" value="weblogic.jndi.WLInitialContextFactory"/>
    <property name="java.naming.provider.url" value="t3://jeffl:8001"/>
    <property name="java.security.auth.login.config" value="http://jeffl:8001/Ajility/cu/properties/jaas_client.conf"/>
    <property name="appserver.connector.class" value="com.cu.ajility.appserver.weblogic.WebLogicConnector"/>
    <jar href="http://jeffl:8001/Ajility/cu/lib/AjilityGUI.jar" download="eager" main="false"/>
    <extension href="http://jeffl:8001/Ajility/JNLP/client_libs.jnlp" name="Ajility_lib"/>
    <extension href="http://jeffl:8001/Ajility/JNLP/wls_libs.jnlp" name="wls_lib"/>
    <nativelib href="http://jeffl:8001/Ajility/cu/lib/swt-win32-dll.jar" download="eager" main="false"/>
    </resources>
    <application-desc/>
    </jnlp>
    Can anyone give me an idea or a place to start?

    Hello,
    I am also having a problem with this upgrade to 1.6.0_14. Webstart was working find with us throughout java 6 but this upgrade broke it. Here is the JNLP. All of the jars are signed by our own certificate, but the error is saying that one of our jars is not signed. I am 100% positive that the jar is signed. In the release notes i saw them say that if we set an "insecure system property" that it throw this error? Here is our jnlp please help!
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+"
    codebase="http://$$app.codebase$$:8080/smartwerks/webstart"
    href="smartwerks.jnlp">
    <information>
         <title>$$app.title$$</title>
         <vendor>Tyler Retail Systems</vendor>
         <description>$$app.title$$</description>
         <homepage href="http://$$app.codebase$$:8080/smartwerks"/>
         <description kind="short">$$app.title$$</description>
         <icon href="images/smartwerks_logo_icon.jpg" width="64" height="64" kind="short"/>
         <icon href="images/smartwerks_logo.jpg" kind="splash" />
         <shortcut online="true">
              <desktop/>           
              <menu submenu="Tyler Retail Systems"/>
         </shortcut>
         <update check="always" policy="always" />
    </information>
    <security>
         <all-permissions/>
    </security>
    <resources>
              <jar href="Smartwerks-client.jar" main="true"/>
              <jar href="lib/Smartwerks-common.jar"/>
              <jar href="lib/FastInfoset-1.2.3.jar" />          
              <jar href="lib/XmlSchema-1.4.5.jar" />               
              <jar href="lib/aopalliance-1.0.jar" />
              <jar href="lib/bsf-2.4.0.jar" />
              <jar href="lib/bsh-1.3.0.jar" />
              <jar href="lib/commons-codec-1.3.jar" />
              <jar href="lib/commons-collections-3.1.jar" />
              <jar href="lib/commons-lang-2.4.jar" />
              <jar href="lib/commons-logging-1.1.1.jar" />
              <jar href="lib/cxf-2.2.1.jar" />
              <jar href="lib/cxf-manifest.jar" />
              <jar href="lib/forms-1.0.5.jar" />
              <jar href="lib/geronimo-activation_1.1_spec-1.0.2.jar" />
              <jar href="lib/geronimo-annotation_1.0_spec-1.1.1.jar" />
              <jar href="lib/geronimo-javamail_1.4_spec-1.2.jar" />
              <jar href="lib/hsqldb.jar" />          
              <jar href="lib/imaging.jar" />
              <jar href="lib/informa.jar" />          
              <jar href="lib/jaxb-api-2.1.jar" />
              <jar href="lib/jaxb-impl-2.1.9.jar" />
              <jar href="lib/jcalendar.jar" />
              <!-- jasper reporting -->          
              <jar href="lib/iText-2.1.4.jar" />
              <jar href="lib/jasperreports-3.5.0.jar" />
              <jar href="lib/poi-3.2-FINAL-20081019.jar" />
              <jar href="lib/poi-contrib-3.2-FINAL-20081019.jar" />
              <jar href="lib/poi-scratchpad-3.2-FINAL-20081019.jar" />
              <jar href="lib/jxl.jar" />          
              <!-- java desktop -->
              <jar href="lib/jdic.jar" />
              <jar href="lib/jdic_stub.jar" />
              <nativelib href="lib/jdic_dll.jar" />
              <!-- JIDE -->
              <jar href="lib/jide-action.jar" />
              <jar href="lib/jide-beaninfo.jar" />
              <jar href="lib/jide-common.jar" />
              <jar href="lib/jide-components.jar" />
              <jar href="lib/jide-dashboard.jar" />          
              <jar href="lib/jide-dialogs.jar" />
              <jar href="lib/jide-dock.jar" />
              <jar href="lib/jide-editor.jar" />
              <jar href="lib/jide-grids.jar" />
              <jar href="lib/jide-pivot.jar" />
              <jar href="lib/jide-rss.jar" />
              <jar href="lib/jide-shortcut.jar" />
              <!-- java help -->
              <jar href="lib/jsearch.jar" />
              <jar href="lib/jh.jar" />
              <jar href="lib/jhall.jar" />
              <jar href="lib/jhbasic.jar" />
              <!-- jgoodies -->
              <jar href="lib/looks-1.2.2.jar" />
              <!-- misc utils -->
              <jar href="lib/log4j-1.2.11.jar" />          
              <jar href="lib/mail.jar" />
              <jar href="lib/neethi-2.0.4.jar" />
              <jar href="lib/pixie-0.99.0.jar" />
              <jar href="lib/syndiag2.jar" />
              <jar href="lib/velocity-1.5.jar" />          
              <jar href="lib/wsdl4j-1.6.2.jar" />
              <jar href="lib/wss4j-1.5.6.jar" />
              <jar href="lib/wstx-asl-3.2.6.jar" />
              <jar href="lib/xercesImpl.jar" />
              <jar href="lib/xml-apis-1.3.02.jar" />
              <jar href="lib/xml-resolver-1.2.jar" />
              <j2se version="1.6.0_5+" href="http://java.sun.com/products/autodl/j2se" java-vm-args="-ea" initial-heap-size="128m" max-heap-size="512m" />
    </resources>
    <application-desc main-class="com.tylernet.smartwerks.client.main.Main"/>
    </jnlp>

  • Java Webstart application problem with TLS certificate revocation checks (Java 1.7.0_76)

    We have a problem with our Java Web Start Application regarding the TLS certificate revocation check:
    The application is running on a server within a wide area network which is separated from the internet.
    The application users have access to the WAN, and also access to the internet over some corporate proxy/firewall.
    The user has to enter, for example "https://my-site.de/myapp/ma.jnlp" within a webbrowser or could also call  "javaws https://my-site.de/myapp/ma.jnlp" to start the application client.
    The webserver has a certificate from a trusted certificate authority. This certificate seems to be ok, the browser is even configured to perform OCSP status check.
    The application files are signed with a certificate from another trusted certificate authority. This certificate seems also to be ok. Regarding this certificate there
    are no problems with certificate revocation checks.
    The problem is, while starting the application client there is a message box which tell us something like "the connection to this website ist not trustworthy",
    "Website: https://my-site.de:80", and something about an invalid certificate, meaning the webserver certificate.
    Obviously the jvm runtime, which is executed on the users workstation, tries to perform a revocation check for the webservers certificate, but this fails because
    it cannot fetch the certificate under https://my-site.de:80.
    The application will execute without further problems after that message but the users are very concerned about the "invalid" certificate, so here are my questions:
    - Why is the application trying to get the webserver certificate over Port 80. Our application developers told me, there is no corresponding statement. Calling this address
      has to fail while "https://my-site.de:443" or "https://my-site.de" would not have a problem.
    - Is there a way to make the application go on without performing a tls revocation check? I mean, by adjusting the application sourcecode and not by configuring the users Java Control Panel.
      While disabling the TLS Certificate Revocation check in the Java Control Panel, the Webstart Application executes without a warning message, but this is not a workable solution for
      our users.
    It would be great if someone can help me with a hint so i can send our developers into the right direction;-)
    Many thanks!
    This is a part from a java console output after calling "javaws -verbose https://my-site.de/myapp/"
    (sorry for this is in german... and also my english above)
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    security: OCSP Response: GOOD
    network: Verbindung von http://ocsp.serverpass.telesec.de/ocspr mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    security: UNAUTHORIZED
    security: Failing over to CRLs: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
    network: Cacheeintrag gefunden [URL: http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl, Version: null] prevalidated=false/0
    cache: Adding MemoryCache entry: http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl
    cache: Resource http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl has expired.
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird hergestellt
    network: ResponseCode für http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl: 200
    network: Codierung für http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl: null
    network: Verbindung mit http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl trennen
    CacheEntry[http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl]: updateAvailable=true,lastModified=Tue Mar 24 10:50:01 CET 2015,length=53241
    network: Verbindung von http://crl.serverpass.telesec.de/rl/TeleSec_ServerPass_CA_1.crl mit Proxy=HTTP @ internet-proxy.***:80 wird
    network: Verbindung von socket://ldap.serverpass.telesec.de:389 mit Proxy=DIRECT wird hergestellt
    security: Revocation Status Unknown
    com.sun.deploy.security.RevocationChecker$StatusUnknownException: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
        at com.sun.deploy.security.RevocationChecker.checkOCSP(Unknown Source)
        at com.sun.deploy.security.RevocationChecker.check(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.doRevocationCheck(Unknown Source)
        at com.sun.deploy.security.RevocationCheckHelper.checkRevocationStatus(Unknown Source)
        at com.sun.deploy.security.X509TrustManagerDelegate.checkTrusted(Unknown Source)
        at com.sun.deploy.security.X509Extended7DeployTrustManagerDelegate.checkServerTrusted(Unknown Source)
        at com.sun.deploy.security.X509Extended7DeployTrustManager.checkServerTrusted(Unknown Source)
        at sun.security.ssl.ClientHandshaker.serverCertificate(Unknown Source)
        at sun.security.ssl.ClientHandshaker.processMessage(Unknown Source)
        at sun.security.ssl.Handshaker.processLoop(Unknown Source)
        at sun.security.ssl.Handshaker.process_record(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
        at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
        at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
        at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
        at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
        at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
        at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
        at com.sun.deploy.model.ResourceProvider.getResource(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory._buildDescriptor(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
        at com.sun.javaws.Main.launchApp(Unknown Source)
        at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
        at com.sun.javaws.Main.access$000(Unknown Source)
        at com.sun.javaws.Main$1.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        Suppressed: com.sun.deploy.security.RevocationChecker$StatusUnknownException
            at com.sun.deploy.security.RevocationChecker.checkCRLs(Unknown Source)
            ... 35 more
    Caused by: java.security.cert.CertPathValidatorException: OCSP response error: UNAUTHORIZED
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        at sun.security.provider.certpath.OCSP.check(Unknown Source)
        ... 36 more
    security: Ungültiges Zertifikat vom HTTPS-Server
    network: Cacheeintrag nicht gefunden [URL: https://my-site.de:80, Version: null]

    Add the JSF Jars to the WEB-INF/lib directory of the application. If still getting error add to the CLASSPATH variable in the startWebLogic script in the domain/bin directory.

  • Loading file from jar in webstart 1.5.0_16

    Hello all,
    We have recently updated form 1.5.0_15 to 1.5.0_16. Since the update, our application is bombing when it attempts to read an xml file from a jar in cache.
    JDOModin.xml.XMLFileReaderError in building: C:\Documents and Settings\dave.frank\Desktop\jar:lookups\version.xml (The filename, directory name, or volume label syntax is incorrect)
    org.jdom.JDOMException: Error in building: C:\Documents and Settings\dave.frank\Desktop\jar:lookups\version.xml (The filename, directory name, or volume label syntax is incorrect)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:306)
         at org.jdom.input.SAXBuilder.build(SAXBuilder.java:617)
         at odin.xml.XMLFileReader.readFile(XMLFileReader.java:53)
         at odin.xml.XMLFileReader.<init>(XMLFileReader.java:40)
    Clearly the path to the jar file is incorrect.
    The url is retrieved like this:
    private URL getURL(String filePath)
            URL url = getClass().getResource(filePath); // relative path "/lookups/version.xml"
            return url;
    } This worked fine in the previous version. Any help would be much appreciated.

    Hi Andrew,
    We are having huge problems fixing this, and have spent quite a while searching the forums for info about it. The closest I've got is two posts where you mention that there are other posts. I can't find them.... Bloody annoying that Sun hasn't updated the webstart FAQ to tell people how to get around this very annoying problem.
    By the way, if you google 1.5.0_16, your post comes up as the second hit.
    Any pointers to threads that offer solutions to resource loading from Jars (images, auth.conf etc) when using webstart, now that it's broken in 1.5.0_16??
    Any help would be greatly appreciated!
    Thanks,
    Craig

  • MediaPlayer OnEndOfMedia not working in Webstart application

    I have an issue with a Swing/JavaFX application where I'm using the mediaPlayer to play a video. The application works just fine when it is run in my eclipse but as soon as I pack it and upload it to a webserver the video gets played without a problem but the onEndOfMedia Runnable doesn't get triggered anymore. Anyone got a clue how that's possible? Like I said the code works from eclipse and the video itself works also in webstart.
    mediaPlayer.setOnEndOfMedia(new Runnable() {
    public void run() {
         System.out.println("End of Media!");
    // do something
    });

    >
    Unfortunately I only have a massive project which I can't simply reduce.
    >
    It's really hard to diagnose something without anything to look at. And if this turns out to be caused by a bug in the library itself as opposed to your own code, the lack of a simple code sample demonstrating the activity that is't working is going to make it difficult to file any bug reports. In the absence of a code sample, I'm going to have to ask quite a lot of questions and the best I'm going to be able to give you is advice, not solutions.
    Does the program work the way you expect it to when you run the files given in the dist/ folder as opposed to your website?
    Where is the video relative to the where the application is run?
    Is whatever you are doing in the onEndOfMedia function something Webstart is allowed and/or able to do? What is supposed to happen when the video is over and what is actually happening?
    Have you given the MediaPlayer any onError functions? Have you gathered data from its other events? What do they say? What is happening up until onEndOfMedia is supposed to be called? What is the value of currentTime compared to the value of totalDuration when the video is nearing the end? What does the status variable indicate? Keep track of all the variables in the MediaPlayer and see if you can find any anomalies.

  • WebStart Application is not working in Java 7 u45

    My Eclipse RCP application ( launched with WebStart (.jnlp)) crashes on startup while launching with Java 7 u45.
    I've added to the manifest:
    Permissions: all-permissions
    Codebase: *
    Trusted-Library: true
    This removed all of the warning messages from the Control Panel. But I still have a loading issue. I see following messages (Missing Application-Library-Allowable-Codebase) in java console while  downloading many jarfs/plugins
    security: JAVAWS AppPolicy Permission requested for: http://vspdlpd05.atldev.com/PDTeller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar
    ruleset: finding Deployment Rule Set for
            title: Profile Direct Teller Wrappering Feature
            location: http://vspdlpd05.atldev.com/PDTeller-v73allyusdev2ix/app/features/com.fnis.ally.teller.wrapper_2.0.0.jnlp
            jar location: http://vspdlpd05.atldev.com/PDTeller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar
            jar version: null
            isArtifact: true
    ruleset: no rule applies, returning Default Rule
    network: Created version ID: 1.7.0.51
    network: Created version ID: 1.5+
    network: Created version ID: 0+
    security: Missing Application-Library-Allowable-Codebase manifest attribute for: http://vspdlpd05.atldev.com/PDTeller-v73allyusdev2ix/app/plugins/j2ee_1.6.0.jar
    where as the same changes (modified all the manifest files with above attributes) done in to a different repository seems to be working fine with java 7 u45.
    Any help would be appreciated.
    Thanks
    Sai

    Thanks Santhosh.
    I am going through the First help link, I have already set the Property(Standard mode - while Launching Portal in new window) from Portal iview, and "Handover Portal stylesheet" to 'NO'
    I hv already gone the remaining Forum threads and Notes as well, but i did not get exact any other help to fix this issue.
    I am getting different Error now - Unable to get property 'addDelegate' of undefined or null reference
    Pls. let me know if you can help me.
    Thanks
    Sathya

  • Can't get that damned WebStart jnlp file to work!!!

    hi i have a problem, i can't get webstart to work. lool at my homepage http://www.deutronium.de.vu/games.html. the WebStart files of the first two games of the page do not work. i tried all things but i can't get them to work for me. it always give me an error message that it cannot find a resource.
    this is my jnlp file, the jars are in the same directory:
    <?xml version="1.0" encoding="utf-8"?>
      <jnlp spec="1.0+" codebase="http://www.deutronium.de.vu/games/Dedris/" href="Dedris.jnlp">
      <resources>
        <jar href="http://www.deutronium.de.vu/games/Dedris/Dedris.jar" />
        <j2se version="1.2 1.3 1.4 1.4.1" />
      </resources>
      <application-desc main-class="Dedris" />
    </jnlp>

    I think it's has something to do with your webserver. I took everything as is and just changed the urls and it worked. It has to be, because the same thing happens with NumberGame and I didn't change anything but that. If you want, I could host them until you fix it or get a working one.

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

  • Issue facing while opening a Canvas application in Webstart

    Hi experts,
    Need a help on the issue: issue was like this:
    I have created a Canvas application in Swings. And It was running fine. The next day i have compiled again the code and build the class and after jar. Deployed in Tomcat.
    Started the webstart and launched the application. Now If I am opening the Canvas which I have required it is giving a error called " Identifier Not found".
    For this issue i tried in these ways: I kept the S.O.Ps in the initialize() method and the respective methods like extractConfigurationParameters(), jbInit().
    But once the control reach to jbInit() it is not continuing.. Even i can see the S.O.P first control in the java console.
    Please help me to fix it.
    With Thanks
    Kishore

    always check in this way - your number of column count for the Jtable, tableInit(), and tableColumnconntent(). these will load at the time of convas initialisation.
    Nicky :-)

  • Call a Web Service from JavaFX running als WebStart or embed in a Browser

    Calling a Web Service from a JavaFX running as a application all is fine.
    Wenn run the same JavaFX as WebStart or Browser embed I get a runtime exception:
    =================================
    Java-Plug-in 10.7.2.10
    JRE-Version verwenden 1.7.0_07-b10 Java HotSpot(TM) Client VM
    Benutzer-Home-Verzeichnis = C:\Users\Olaf
    c: Konsolenfenster löschen
    f: Objekte in Finalisierungs-Queue finalisieren
    g: Garbage Collect
    h: Diese Hilfemeldung anzeigen
    l: Class Loader-Liste ausgeben
    m: Speicherauslastung drucken
    o: Logging auslösen
    q: Konsole ausblenden
    r: Policy-Konfiguration neu laden
    s: System- und Deployment-Eigenschaften ausgeben
    t: Threadliste ausgeben
    v: Thread-Stack ausgeben
    x: Class Loader-Cache leeren
    0-5: Trace-Ebene auf <n> setzen
         Match: beginTraversal
    Match: digest selected JREDesc: JREDesc[version 1.6+, heap=-1--1, args=null, href=http://java.sun.com/products/autodl/j2se, sel=false, null, null], JREInfo: JREInfo for index 0:
    platform is: 1.7
    product is: 1.7.0_07
    location is: http://java.sun.com/products/autodl/j2se
    path is: C:\Program Files (x86)\Java\jre7\bin\javaw.exe
    args is:
    native platform is: Windows, x86 [ x86, 32bit ]
    JavaFX runtime is: JavaFX 2.2.0 found at C:\Program Files (x86)\Java\jre7\
    enabled is: true
    registered is: false
    system is: true
         Match: ignoring maxHeap: -1
         Match: ignoring InitHeap: -1
         Match: digesting vmargs: null
         Match: digested vmargs: [JVMParameters: isSecure: true, args: ]
         Match: JVM args after accumulation: [JVMParameters: isSecure: true, args: ]
         Match: digest LaunchDesc: file:/C:/Users/Olaf/Documents/NetBeansProjects/JavaFXApplication4/dist/JavaFXApplication4.jnlp
         Match: digest properties: []
         Match: JVM args: [JVMParameters: isSecure: true, args: ]
         Match: endTraversal ..
         Match: JVM args final:
         Match: Running JREInfo Version match: 1.7.0.07 == 1.7.0.07
         Match: Running JVM args match: have:<> satisfy want:<>
    CacheEntry[file:/C:/Users/Olaf/Documents/NetBeansProjects/JavaFXApplication4/dist/JavaFXApplication4.jar]: updateAvailable=true,lastModified=Tue Sep 04 21:16:35 CEST 2012,length=39432
    java.lang.ExceptionInInitializerError
         at com.sun.xml.internal.ws.util.xml.XmlUtil.createDefaultCatalogResolver(Unknown Source)
         at com.sun.xml.internal.ws.client.WSServiceDelegate.parseWSDL(Unknown Source)
         at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
         at com.sun.xml.internal.ws.client.WSServiceDelegate.<init>(Unknown Source)
         at com.sun.xml.internal.ws.spi.ProviderImpl.createServiceDelegate(Unknown Source)
         at javax.xml.ws.Service.<init>(Unknown Source)
         at javafxapplication4.ws.NewWebService_Service.<init>(NewWebService_Service.java:42)
         at javafxapplication4.JavaFXApplication4.start(JavaFXApplication4.java:25)
         at com.sun.javafx.applet.FXApplet2$1.run(FXApplet2.java:131)
         at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
         at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
         at com.sun.glass.ui.win.WinApplication.access$100(WinApplication.java:29)
         at com.sun.glass.ui.win.WinApplication$2$1.run(WinApplication.java:67)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.security.AccessControlException: access denied ("java.util.PropertyPermission" "xml.catalog.ignoreMissing" "read")
         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.checkPropertyAccess(Unknown Source)
         at java.lang.System.getProperty(Unknown Source)
         at com.sun.org.apache.xml.internal.resolver.CatalogManager.<init>(Unknown Source)
         at com.sun.org.apache.xml.internal.resolver.CatalogManager.<clinit>(Unknown Source)
         ... 14 more
    ======================================================
    Any hint for me.
    thx
    Olaf

    Sign your application.
    http://docs.oracle.com/javafx/2/deployment/deploy_overview.htm#CEGJGHDA

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

  • Webstart no longer works after update from Java 7 Update 67 to Java 7 Update 71/72

    Hi,
    We have an application that is launched via Webstart.  Last year, we had to make a bunch of changes to the application in order to work with Java 7 Update 45.  It has been working fine up to and including Java 7 Update 67.  However, it is no failing with Java 7 Update 71 and 72.  Upon launch it is giving the error below. I have searched online and found other articles related to the AccessControlException but they are about 7 years old.  I also tried adding this to the java.policy file with no luck.  Any ideas or help would be appreciated to determine what I can do to get this to work for update 71.
    java.security.AccessControlException: access denied ("java.util.PropertyPermission" "eclipse.exitcode" "write")
        at java.security.AccessControlContext.checkPermission(Unknown Source)
        at java.security.AccessController.checkPermission(Unknown Source)
        at java.lang.SecurityManager.checkPermission(Unknown Source)
        at org.eclipse.osgi.framework.internal.core.FrameworkProperties.setProperty(FrameworkProperties.java:64)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:216)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
        at org.eclipse.equinox.launcher.WebStartMain.basicRun(WebStartMain.java:78)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
        at org.eclipse.equinox.launcher.WebStartMain.main(WebStartMain.java:56)

    krubar wrote:
    I have same problem on Sparc system (Solaris 10). Does anybody know how to fix it ? I can't change symbolic link for javaAre you certain that you are experiencing exactly the same issue? Did you follow the hyperlinks to the Sun Solve documents above?
    The Sun Solve document itself states:
    1. Solaris 8 and 9 and OpenSolaris and Solaris 10 on the SPARC platform are not impacted by this issue.I would suggest that you open a Support Call with your local solutions centre.

  • Java Webstart in Windows 7

    I have a Java Webstart application running on a Windows 7 Laptop. An Apache Tomcat webserver is also installed on this laptop so everything is self contained. When the laptop is not connected to a network and I start the application, Webstart gives me two instances of the application. When the laptop is connected to a network, I get one instance.
    I also have an identical installation on a Windows Vista PC. Irrespective of whether or not this PC is connected to a network, I always get one instance of the application when I start it.
    I would like to hear from anyone who has noticed similar behaviour and whether they have an explanation and whether they can advise if this is a 'bug' or a 'feature'.

    Thanks a lot for your reply.
    but no luck. still nothing happens.... javaws just dies without logging anything?
    maybe its a security problem?
    here is the system event log again:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2012-10-01T18:41:12.000000000Z" />
    <EventRecordID>3719</EventRecordID>
    <Channel>Application</Channel>
    <Computer>XXXXXX</Computer>
    <Security />
    </System>
    - <EventData>
    <Data>javaws.exe</Data>
    <Data>10.7.2.10</Data>
    <Data>503d8a47</Data>
    <Data>javaws.exe</Data>
    <Data>10.7.2.10</Data>
    <Data>503d8a47</Data>
    <Data>c0000417</Data>
    <Data>00011d9c</Data>
    <Data>16c0</Data>
    <Data>01cda004542d62eb</Data>
    <Data>C:\Program Files (x86)\Java\jre7\bin\javaws.exe</Data>
    <Data>C:\Program Files (x86)\Java\jre7\bin\javaws.exe</Data>
    <Data>92310d7c-0bf7-11e2-bd20-6cf049e5f1f7</Data>
    </EventData>
    </Event>
    Edited by: 962394 on 01.10.2012 11:44

  • Webstart not working with non standard port

    I am using Java Web Start 1.0.1 coupled with JDK 1.3.1 to access a client application, from behind a firewall.
    Webstart launches correctly, but gives me this error on trying to load the application
    Description
    ======================
    An error occurred while launching/running the application.
    Title: Deal Entry Application - DV17
    Vendor: BP
    Category: Download Error
    Unable to load resource: http://dlw1debs17.bpweb.bp.com:7001/dealentry.jsp
    The problem is that, while i can successfully run and download the sample applications available at Sun's website, i am unable to launch this particular app. i have been assured that the port 7001 is open for connections.
    Here are the rest of the details
    Exception
    ========================================
    JNLPException[category: Download Error : Exception: java.net.ConnectException: Connection refused: connect : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(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.Thread.run(Unknown Source)
    Wrapped Exception
    ===========================================
    java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(Unknown Source)
         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
         at java.net.PlainSocketImpl.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at sun.net.NetworkClient.doConnect(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.openServer(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.<init>(Unknown Source)
         at sun.net.www.http.HttpClient.New(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at com.sun.javaws.util.URLUtil.doesURLExist(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.isLaunchFileUpdateAvailable(Unknown Source)
         at com.sun.javaws.LaunchDownload.getUpdatedLaunchDesc(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.Thread.run(Unknown Source)
    Here's the jnlp file
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
    spec="1.0+"
    codebase="http://dlw1rdbs17.bpweb.bp.com:7001"
    href="refdata.jsp">
    <information>
    <title>Ref Data Application - DV17</title>
    <vendor>BP</vendor>
    <homepage href="http://global.bpweb.bp.com/"/>
    <description>Ref Data Application - DV17</description>
    <description kind="short">Ref Data Application - DV17</description>
    <icon href="icon.gif"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3.1" initial-heap-size="64M" max-heap-size="96M"/>
    <jar href="rdmain-client.jar"/>
    <jar href="xy.jar"/>
    <jar href="wl61.jar"/>
    <jar href="log4j.jar"/>
    <property name="nextgen.jnlp.url" value="http://dlw1rdbs17.bpweb.bp.com:7001/refdata.jsp"/>
    <property name="java.naming.factory.initial" value="com.bp.ist.arch.client.NextGenContextFactory"/>
    <property name="nextgen.server.addresses" value="London,t3://dlw1rdbs17.bpweb.bp.com:7001" />
    <property name="nextgen.help.url" value="http://dlw1rdbs17.bpweb.bp.com:7001" />
         <property name="compressed" value="true"/>
    <property name="com.bp.ist.environment.envname" value="DV17" />
    <property name="com.bp.ist.environment.serverlocale" value="LONDON" />
    <property name="com.bp.ist.environment.appver" value="R2M3.1_REF_0204" />
    <property name="com.bp.ist.environment.dbschema" value="UNSET" />
    </resources>
    <application-desc main-class="com.bp.ist.refdata.main.swing.RefDataAppController"/>
    </jnlp>
    If anyone has a solution to this, please help out, because i have been stuck on this for almost 3 days now.
    Any suggestions will be sincerely appreciated.
    Thanks
    Karan

    1.0.1 is an older version of Java Web Start, which has since seen versions 1.2, 1.4.2, and now 1.5.
    This is probably a bug in the old (1.0.1) version of Java Web Start. Please try with a newer version.
    /Dietz

  • WebStart Fails to load cached app when disconnected from internet under Apple OS-X

    Java WebStart broken under OS-X
    Our Java WebStart application fails to re-launch when disconnected from the internet.
    Instructions:
    Running OS-X 10.8 or 10.9 with internet connected.
    Launch a WebStart application (e.g.. from http://www.dsuk.biz/Downloads/SmartType/SmartType2.0.19/APPLICATION.JNLP)
    Disconnect from internet.
    Relaunch the application either with the downloaded JNLP file or the installed desktop shortcut.
    I get "Unable to launch application" error with following exception:
    java.net.UnknownHostException: www.dsuk.biz
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:589)
      at java.net.Socket.connect(Socket.java:538)
      at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
      at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
      at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
      at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
      at sun.net.www.http.HttpClient.New(HttpClient.java:308)
      at sun.net.www.http.HttpClient.New(HttpClient.java:326)
      at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1167)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1103)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
      at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
      at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
      at com.sun.javaws.Launcher.prepareToLaunch(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.access$000(Unknown Source)
      at com.sun.javaws.Main$1.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:744)
    I have reproduced with Java build 1.8.0-b132 and 1.7.0_51
    Java Web Start 11.0.2.132
    Using JRE version 1.8.0-b132 Java HotSpot(TM) 64-Bit Server VM
    Re launching the application under Windows 7 when disconnected from the internet seems to work fine (tested in virtual Windows 7 64 bit VM under Parallels). It used to work fine on OS-X!
    RANT/QUESTION
    WebStart over the last two years has given me no end of headaches with deployed applications mysteriously breaking when either Oracle or Apple have made changes. So far WebStart just has not been a reliable and robust means of deployment.
    Is WebStart to be taken seriously as a deployment vehicle for a commercial application or should I be looking at other solutions?
    Also: How do I report bug to Oracle? Do you have to pay for support in order to report bugs?

    Java WebStart broken under OS-X
    Our Java WebStart application fails to re-launch when disconnected from the internet.
    Instructions:
    Running OS-X 10.8 or 10.9 with internet connected.
    Launch a WebStart application (e.g.. from http://www.dsuk.biz/Downloads/SmartType/SmartType2.0.19/APPLICATION.JNLP)
    Disconnect from internet.
    Relaunch the application either with the downloaded JNLP file or the installed desktop shortcut.
    I get "Unable to launch application" error with following exception:
    java.net.UnknownHostException: www.dsuk.biz
      at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
      at java.net.Socket.connect(Socket.java:589)
      at java.net.Socket.connect(Socket.java:538)
      at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
      at sun.net.www.http.HttpClient.openServer(HttpClient.java:432)
      at sun.net.www.http.HttpClient.openServer(HttpClient.java:527)
      at sun.net.www.http.HttpClient.<init>(HttpClient.java:211)
      at sun.net.www.http.HttpClient.New(HttpClient.java:308)
      at sun.net.www.http.HttpClient.New(HttpClient.java:326)
      at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1167)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1103)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:997)
      at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:931)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1511)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1439)
      at com.sun.deploy.net.HttpUtils.followRedirects(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
      at com.sun.deploy.net.BasicHttpRequest.doGetRequestEX(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.checkUpdateAvailable(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.isUpdateAvailable(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
      at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
      at com.sun.javaws.Launcher.prepareToLaunch(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.access$000(Unknown Source)
      at com.sun.javaws.Main$1.run(Unknown Source)
      at java.lang.Thread.run(Thread.java:744)
    I have reproduced with Java build 1.8.0-b132 and 1.7.0_51
    Java Web Start 11.0.2.132
    Using JRE version 1.8.0-b132 Java HotSpot(TM) 64-Bit Server VM
    Re launching the application under Windows 7 when disconnected from the internet seems to work fine (tested in virtual Windows 7 64 bit VM under Parallels). It used to work fine on OS-X!
    RANT/QUESTION
    WebStart over the last two years has given me no end of headaches with deployed applications mysteriously breaking when either Oracle or Apple have made changes. So far WebStart just has not been a reliable and robust means of deployment.
    Is WebStart to be taken seriously as a deployment vehicle for a commercial application or should I be looking at other solutions?
    Also: How do I report bug to Oracle? Do you have to pay for support in order to report bugs?

  • PI 7.1 ESR and Java Webstart very slow

    Hi,
    I have been using the PI ESR and IB on the snow leapord OS with Mozilla and Safari browsers. The java webstart seems to be very slow  and working on the ESR objects is sometimes a pain as it takes long time to save , activate or change and sometimes I end up java heap space issues although we are running at a 2 gig heap size. Is it only me or is anyone else facing the same issue?
    Is it time to go back to good old windows XP? or can this be fixed in Mac ...I love my Mac for other reasons though...:)
    Teresa

    Hi,
    >>>serverXXXPI71
    add this server info with related IP address into your hosts file
    and it will work
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • Macbook Pro not connecting to Home Wi-Fi but connects to work Wi-Fi

    Hi there. I am using Macbook Pro with Mac OS X 10.8.5. My Macbook is suddenly not getting wireless internet connection from my Wireless Router (It is connected to my Wi-Fi though). All other devices (iPhone, iPad, Windows PC) are connected to the sam

  • Work around for kindle on ipad 1

    Restored my ipad 1 and lost kindle access due to update.  Is there a work around for this?

  • How to assign knttp for a material

    Hi, i have some materials with out Account assignment cat(KNTTP). I want to know how KNTTP value is assigned for a material i mean during material creation itself or in which transaction we will assign this field for a material.

  • Burn 1 or 2 DVDs?

    I have 4 separate vacation movies, each 17 minutes. My preference would be to have all 4 movies on one disc for easy storage, but also am concerned about quality. I understand that 2 hours of video will compress more and result in less quality. But a

  • Caching problem passing jsessionid to Webstart App

    Hi, I am trying to pass a tomcat sessionId to my Webstart Application which is an Eclipse RCP application. I am using an NTLM-Filter on the server to perform user authentication. The filter is installed on a jnlp.jsp. The idea is to put some informat