-
Bug
-
Resolution: Fixed
-
P2
-
None
-
fx2.0
Using IE, the application failed to launch using java web start mode via file access (http access works fine)
*** Tested Configurations:
- OS: x86 XP
- JRE: 7-fcs/ 6u26
- FX: - b39/ latest latest deploy scrum runtime
- Browser: IE
*** Steps to reproduce:
0) Install jre7-fcs
1) Install fx public sample
2) Install latest fx deploy scrum runtime
3) Use IE browser to invoke any html samples from the step#1
4) Click 'click to launch this app as webstart'
If the app fails to load with the following exception, then the issue is reproducible.
(The same issue does not occur if using Firefox)
*********************************************************************************************************
Java Web Start 10.0.1.255
Using JRE version 1.7.0-b147 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\dtftest
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
m: print memory usage
o: trigger logging
p: reload proxy configuration
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
0-5: set trace level to <n>
----------------------------------------------------
java.io.FileNotFoundException: \DigitalClock.jnlp (The system cannot find the file specified)
java.io.FileNotFoundException: \DigitalClock.jnlp (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.io.FileNotFoundException: \DigitalClock.jnlp (The system cannot find the file specified)
java.io.FileNotFoundException: \DigitalClock.jnlp (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
JNLP Ref (...): NULL !
#### Java Web Start Error:
#### null
- duplicates
-
JDK-8129062 demos don't run in jnlp mode from IE8 and Chrome
-
- Closed
-