|
Comments
|
Submitted On 17-NOV-2004
stahlmann
It seems to depend on Fedora Core 3. The jdk1.4.2_x produces the same error.
Maybe it
Submitted On 19-NOV-2004
schnake
Nope, not Fedora specific. Getting exactly the same here on Gentoo. See http://bugs.gentoo.org/show_bug.cgi?id=69542 for details.
Submitted On 20-NOV-2004
keeskuip
I also have problems with Fedora Core 3.
Fedora Core 2 just worked.
Here is a part of the command "strace javaws" :
stat64("/usr/local/kees/java/jdk1.5.0/jre/bin/java", {st_mode=S_IFREG|0755, st_s ize=64492, ...}) = 0
pipe([3, 4]) = 0
pipe([5, 6]) = 0
pipe([7, 8]) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, chil d_tidptr=0x923708) = 3454
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
waitid(P_PID, 3454, 0xfeffd5d0, 0, NULL) = -1 EINVAL (Invalid argument)
.....
The waitid repeats itself
Submitted On 22-NOV-2004
nguyenq87
On my FC3, Firefox downloaded the .jnpl file and nothing else happened.
Submitted On 23-NOV-2004
Oxygenic
The same here - FC2 and JRE 1.4.2_xx worked fine, FC3 and 1.5 causes the described problems.
Submitted On 23-NOV-2004
buingbuing
I have the same Problem with SuSE 9.2. SuSE 9.1 worked fine
Submitted On 25-NOV-2004
dmurko
try blackdown java J2SE v1.4.2-01
-> Fixed Java Web Start startup deadlock
Submitted On 26-NOV-2004
schnake
The same bug is marked as "Closed, fixed" for "5.0u2(b03)" at http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6188963.
What about the votes for this bug report? Certainly that fix will also be backported to 1.4.x, will it?
Submitted On 09-DEC-2004
chadsun
It's not fixed in the latest 1.5.0 jdk,
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
which still cannot run javaws on Suse 9.2 with glibc-2.3.3.
Submitted On 24-DEC-2004
MrBurns
Same problem with 1.5.0_01
System: Fedora 3 on Fedora 2 it works.
Submitted On 04-JAN-2005
sideways
Here's a temp fix for now:
Get this version of javaws http://www.jbg.f2s.com/javaws-1_2_0_06-linux-i586-i.zip
unzip in a suitable location (not the current java directory) and execute install.sh to install this version of javaws.
Now open a web start link (eg one from here http://java.sun.com/products/javawebstart/demos.html but specify the newly installed javaws as the program to execute rather than the old (not working one)
Note, if you have already set the default web start app in FireFox then just go to Edit->Preferences->Downloads and edit the entry for JNLP file types
Submitted On 04-JAN-2005
wmshub1
The evaluation asks the submitter to try with the latest mustang or 5.0 update 2 build. I
Submitted On 04-JAN-2005
wmshub1
Drat, my comment got cut off somehow. Should have read:
I am not the original submitter, but I am one of the people hit with this bug. The evaluation asks to try with the latest mustang or 5.0 update 2 build. Where do we get unreleased builds like that to test with?
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|