Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2109556 | 1.2.0 | Thomas Ng | P1 | Closed | Fixed | 1.2 |
Can not launch javaws application on Linux Caldera and Suse6.4 with javaws1.2_build_06 through Netscape (j2re1.3.1_02). Can launch same applications with Application Manager.
javaws1.0.1_02_b02_14_nov_2000 on same OS's - no problem.
Log file:
Java Web Start - Invalid Argument error
General:
An error occurred while launching/running the application.
Category: Invalid Argument error
Could not load file/URL specified: /tmp/MO3CE2A3AC0042DA2.jnlp
Exception:
CouldNotLoadArgumentException[ Could not load file/URL specified: /tmp/MO3CE2A3A
C0042DA2.jnlp]
at com.sun.javaws.Main.main(Main.java:149)
Wrapped Exception:
java.io.FileNotFoundException: /tmp/MO3CE2A3AC0042DA2.jnlp (No such file or dire
ctory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactor
y.java:119)
at com.sun.javaws.Main.main(Main.java:144)
Steps:
- install j2re1.3.1_02
- install javaws-1_2-beta-bin-b06-linux-i586-19_apr_2002.zip
- try to launch any jaws applications from http://comanche/jawstest/merlin/hellojaws/hellojaws.jnlp
- exeption coming
javaws1.0.1_02_b02_14_nov_2000 on same OS's - no problem.
Log file:
Java Web Start - Invalid Argument error
General:
An error occurred while launching/running the application.
Category: Invalid Argument error
Could not load file/URL specified: /tmp/MO3CE2A3AC0042DA2.jnlp
Exception:
CouldNotLoadArgumentException[ Could not load file/URL specified: /tmp/MO3CE2A3A
C0042DA2.jnlp]
at com.sun.javaws.Main.main(Main.java:149)
Wrapped Exception:
java.io.FileNotFoundException: /tmp/MO3CE2A3AC0042DA2.jnlp (No such file or dire
ctory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:64)
at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(LaunchDescFactor
y.java:119)
at com.sun.javaws.Main.main(Main.java:144)
Steps:
- install j2re1.3.1_02
- install javaws-1_2-beta-bin-b06-linux-i586-19_apr_2002.zip
- try to launch any jaws applications from http://comanche/jawstest/merlin/hellojaws/hellojaws.jnlp
- exeption coming
- backported by
-
JDK-2109556 Can not launch javaws application on Linux Caldera and Suse6.4 with javaws1.2_b6
- Closed