[Bug 177] Crash while trying to load java web start application.
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Jul 31 16:38:56 PDT 2008
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=177
eric225125 at yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric225125 at yahoo.com
------- Comment #1 from eric225125 at yahoo.com 2008-07-31 23:38 -------
localhost tmp # javaws -verbose beta.jnlp
JNLP file location: beta.jnlp
Status: CONNECTED DOWNLOADED STARTED +(CONNECTED DOWNLOADED STARTED) @
/tmp/beta.jnlp
line: 2 <jnlp spec="1.0+"
line: 3 codebase="https://fx1.oanda.com/java/"
line: 4 href="beta.jnlp">
line: 5 <information>
line: 6 <title>OANDA FXTrade</title>
line: 7 <vendor>OANDA Corporation</vendor>
line: 8 <description></description>
line: 9 <offline-disallowed/>
line: 10 <icon href="fxdesktop/loader_fxtrade.gif" kind="splash" />
line: 11 <icon href="fxdesktop/fxtrade_icon.gif" />
line: 12 <shortcut online="true">
line: 13 <desktop/>
line: 14 </shortcut>
line: 15 </information>
line: 16 <security>
line: 17 <all-permissions/>
line: 18 </security>
line: 19 <resources>
line: 20 <j2se version="1.1+" max-heap-size="512M"/>
line: 21 <jar href="TradeStation.jar"/>
line: 22 </resources>
line: 23 <applet-desc
line: 24 main-class="com.oanda.platform.Platform"
line: 25 documentbase="fxdesktop/index.shtml"
line: 26 name="OANDA FXTrade"
line: 27 width="200"
line: 28 height="100">
line: 29 <param name="javaWebStart" value="true"/>
line: 30 <param name="host" value="fxserver01.oanda.com"/>
line: 31 <param name="port" value="9700"/>
line: 32 <param name="proxyport" value="80"/>
line: 33 <param name="webpage" value="http://fxtrade.oanda.com"/>
line: 34 <param name="securepage" value="https://fx1.oanda.com"/>
line: 35 <param name="servertype" value="full"/>
line: 36 <param name="allowsocket" value="true"/>
line: 37 <param name="allowproxy" value="true"/>
line: 38 <param name="debug" value="true"/>
line: 39 <param name="debugnet" value="true"/>
line: 40 <param name="endian" value="big"/>
line: 41 <param name="splashApplet" value="splashApplet"/>
line: 42 <param name="rightImage" value="images/titleright.gif"/>
line: 43 <param name="rightLink" value="http://www.oanda.com"/>
line: 44 <param name="leftImage" value="images/titleleft_fxtrade.gif"/>
line: 45 <param name="leftLink" value="http://fxtrade.oanda.com"/>
line: 46 <param name="soundCount" value="5"/>
line: 47 <param name="sound0" value="sounds/homer.au, Homer"/>
line: 48 <param name="sound1" value="sounds/win_asterisk.au,
Asterisk"/>
line: 49 <param name="sound2" value="sounds/win_chord.au, Chord"/>
line: 50 <param name="sound3" value="sounds/win_ding.au, Ding"/>
line: 51 <param name="sound4" value="sounds/win_notify.au, Notify"/>
line: 52 <param name="newsAppletURL" value="https://news.oanda.com"/>
line: 53 <param name="rateshost" value="rates.oanda.com"/>
line: 54 <param name="ratesport" value="9500"/>
line: 55 </applet-desc>
line: 56 </jnlp>New classloader: file:/tmp/beta.jnlp
Permission added: (java.io.FilePermission
/tmp/cache/https/fx1.oanda.com/java/TradeStation.jar read)
Status: STARTED +(STARTED) @ /java/TradeStation.jar
Status: CONNECT STARTED +(CONNECT) @ /java/TradeStation.jar
Status: CONNECT DOWNLOAD STARTED +(DOWNLOAD) @ /java/TradeStation.jar
Status: CONNECTING DOWNLOAD STARTED +(CONNECTING) -(CONNECT) @
/java/TradeStation.jar
isCurrent: https://fx1.oanda.com/java/TradeStation.jar = false
Status: CONNECTED DOWNLOAD STARTED +(CONNECTED) -(CONNECTING) @
/java/TradeStation.jar
Status: CONNECTED DOWNLOADING STARTED +(DOWNLOADING) -(DOWNLOAD) @
/java/TradeStation.jar
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1574)
at
sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1557)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1150)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1127)
at
sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:423)
at
sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:997)
at
sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:254)
at
net.sourceforge.jnlp.cache.ResourceTracker.downloadResource(ResourceTracker.java:604)
at
net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:592)
at
net.sourceforge.jnlp.cache.ResourceTracker.access$400(ResourceTracker.java:53)
at
net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:923)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
must be non-empty
at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:75)
at sun.security.validator.Validator.getInstance(Validator.java:178)
at
sun.security.ssl.X509TrustManagerImpl.getValidator(X509TrustManagerImpl.java:129)
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:225)
at
sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:270)
at
sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:973)
at
sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:142)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:533)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:471)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:904)
at
sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1116)
at
sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1143)
... 10 more
Caused by: java.security.InvalidAlgorithmParameterException: the trustAnchors
parameter must be non-empty
at
java.security.cert.PKIXParameters.setTrustAnchors(PKIXParameters.java:200)
at java.security.cert.PKIXParameters.<init>(PKIXParameters.java:120)
at
java.security.cert.PKIXBuilderParameters.<init>(PKIXBuilderParameters.java:104)
at sun.security.validator.PKIXValidator.<init>(PKIXValidator.java:73)
... 21 more
Status: CONNECTED DOWNLOADING ERROR STARTED +(ERROR) @ /java/TradeStation.jar
java.lang.NullPointerException
at net.sourceforge.jnlp.tools.JarSigner.verifyJars(JarSigner.java:192)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.verifyJars(JNLPClassLoader.java:609)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:302)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:134)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:191)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:428)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:379)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:585)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:308)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:134)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:191)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:428)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:379)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:585)
netx: Initialization Error: Could not initialize applet.
(net.sourceforge.jnlp.LaunchException Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:308)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:134)
at
net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:191)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:428)
at net.sourceforge.jnlp.Launcher.launchApplet(Launcher.java:379)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:585)
netx: Initialization Error: Could not initialize applet.
(net.sourceforge.jnlp.LaunchException Fatal: Initialization Error: A fatal
error occurred while trying to verify jars.)
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list