Closed
Bug 162682
Opened 23 years ago
Closed 23 years ago
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
Categories
(Core Graveyard :: Java: OJI, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
mozilla1.0
People
(Reporter: ep, Assigned: joe.chou)
References
()
Details
While trying to access to http://www.net-up.com/ , mozilla 1.0 (Mozilla/5.0
(X11; U; Linux i686; fr-FR; rv:1.0.0) Gecko/20020529) crash.
terminal stdout/stderr :
" INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<
System error?:: Aucun fichier ou répertoire de ce type
Gdk-ERROR **: Fatal IO error 9 (Mauvais descripteur de fichier) on X server :0.0.
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Ressource temporairement non disponible"
java_vm engire error ?
No problem in reaching this URL with Konqueror 2.2.1 or IE5.0 with WINE
Reporter | ||
Updated•23 years ago
|
Summary: INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2 → INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
Target Milestone: --- → mozilla1.0
Comment 1•23 years ago
|
||
JavaScript is not Java; reassigning to OJI component.
Note the error "Aucun fichier ou répertoire de ce type"
= "No file or catalog of this type"
"Mauvais descripteur de fichier"
= "Bad file descriptor"
Eric: this site works fine for me using Mozilla 20020806xx on WinNT.
I am using this Java Plug-in (from Mozilla Help > About Plug-ins):
Java Plug-in 1.3.0_01 for Netscape Navigator (DLL Helper)
I notice your build is from 2002-05-29. Could you try this site again
with a current build and see if it works now? If so, you can resolve
this bug as WORKSFORME (see option buttons above).
If not, let us know what build date you're using, and what
Java plug-in you have; thanks -
Assignee: rogerl → joe.chou
Component: JavaScript Engine → OJI
QA Contact: pschwartau → pmac
Comment 2•23 years ago
|
||
reporter: what is your java plugin version?
are there any hs*.log files created after the crash?
Reporter | ||
Comment 3•23 years ago
|
||
Sorry for the delay, I was on vacation.
The Java plugin is Plug-in1.3.0_02
Gonna try with the last Built.
To be continued ;>)
Seeing the same error when trying to go to BBC site : http://news.bbc.co.uk/
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<
System error?:: No such file or directory
Gdk-ERROR **: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Resource temporarily unavailable
Using the nightly build :
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2a) Gecko/20020908
Java plugin :
Java(TM) Plug-in 1.3.0_02
This used to work fine until a few weeks ago, using the same plugin.
Comment 5•23 years ago
|
||
Confirming based on independent reports -
Status: UNCONFIRMED → NEW
Ever confirmed: true
Just installed Java plugin 1.4.0, and the problem does not reproduce with this
release.
Reporter, could you try a later version of JRE (i.e., JRE1.4.1rc from
java.sun.com/j2se), and see what happens?
Also, reporter, it looks like you are running the French version, could you also
try the English version and see the problem still exists?
Comment 9•23 years ago
|
||
*** Bug 167727 has been marked as a duplicate of this bug. ***
Comment 10•23 years ago
|
||
The report by bryce@obviously.com in duplicate bug 167727:
---
I visit http://bioengineering.org/ and get
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<System error?:: No such file or directory
Gdk-ERROR **: Fatal IO error 9 (Bad file descriptor) on X server :0.0.
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Resource temporarily unavailable
The the brower disappears. Mozilla 1.1b, Linux.
---
Reporter | ||
Comment 11•23 years ago
|
||
Hi,
before to change the built I tried to found where is the problem on the HTML page.
I comment some <SCRIPT> tags but same problem. When I comment the <applet> tag :
the problem disappear !
see below the whole applet tag :
<applet code=iscroll.class width="203" height="16">
<param name="Notice" value="Applet by www.CodeBrain.com">
<param name="Text" value="[...]Cliquez ici !">
<param name="StatusBarText" value="[...]prix d'ami.">
<param name="Link"
value="http://www.net-up.com/1netup/page6.php?a=6&b=155&c=158&d=1&id_rubrique=155&id=1100&position=121&date=07/02/2002%2015:44">
<param name="TextColor" value="#ffffff">
<param name="TextLinkColor" value="#ffcc66">
<param name="VerticalBias" value="0">
<param name="FontName" value="verdana">
<param name="FontStyle" value="1">
<param name="Target" value="_blank">
<param name="Speed" value="20">
<param name="Pause" value="1000">
<param name="BackgroundColor" value="#669966">
<param name="MouseMode" value="1">
</applet>
Note that this tag is in a <TD></TD> tag.
Hope it can help. Now I will trying a recent build.
Reporter | ||
Comment 12•23 years ago
|
||
Confirming crash with http://bioengineering.org .
No problem when commenting <applet> tag :
<applet code="scrollfile.class" width="235" height="252" name="News">
<param name="file" value="Scrolling_Text/news.txt">
<param name="size" value="15">
<param name="speed" value="60">
<param name="bgcolor" value="000000">
<param name="textcolor" value="FFFFFF">
<param name="centered" value="true">
<param name="param" value="value">
</applet>
Reporter | ||
Comment 13•23 years ago
|
||
I installed :
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
Java(TM) Plug-in 1.4.0-b92
It crash also, but I think I have found the problem :
Do not copy the plug-in in
jre/plugin/i386/ns610/libjavaplugin_oji140.so
use a symbolic link instead and it works !
ln -s ${J2SDK}/jre/plugin/i386/ns610/libjavaplugin_oji140.so
/usr/local/mozilla/plugins/libjava.so
I can use now the URL http://www.net-up.com
Comment 14•23 years ago
|
||
Confirming solution: Replace the file with a softlink to the exact
same file, and the crash goes away.
Assignee | ||
Comment 15•23 years ago
|
||
Actually, "ns610" (as in ".../ns610/javaplugin_oji.so") is meant for Forte
compiled JRE, which should be run with Forte compiled mozilla/netscape. The one
under "ns600" should be used, which is gcc compiled.
Marking WFM.
Assignee | ||
Comment 16•23 years ago
|
||
Actually, "ns610" (as in ".../ns610/javaplugin_oji.so") is meant for Forte
compiled JRE, which should be run with Forte compiled mozilla/netscape. The one
under "ns600" should be used, which is gcc compiled.
Marking WFM.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Comment 17•23 years ago
|
||
I used:
/usr/java/jre1.3.1_03/plugin/i386/ns600/libjavaplugin_oji.so
This bug should be REOPENED.
Just because we found a manual workaround does not mean it is fixed!
Comment 18•23 years ago
|
||
I feel embarassed for not recognizing these symptoms earlier here.
Actually, this problem has been release-noted for some time now:
http://www.mozilla.org/releases/mozilla1.1/#java
The need for a soft link to the Java plug-in may already be on file
as another bug, perhaps?
Comment 19•23 years ago
|
||
Still: Mozilla's reaction to the file should be to die with grace,
not die with prejudice
Comment 20•23 years ago
|
||
Is this an issue with Mozilla or the Java VM. I've been looking at other
problems where the VM decided things were so bad that terminating the process
was in order. Unfortunately this circumvents talkback. Don't know for sure if
that's happening in this case or not.
Comment 21•23 years ago
|
||
Note Bryce has filed a bug on the Talkback issue:
bug 167778
"Talkback fails to activate on INTERNAL ERROR Exec of 'java_vm' failed: 2"
Comment 22•23 years ago
|
||
Chris Petersen is a new QA contact for oji component. His email is:
petersen@netscape.com
Assignee: joe.chou → petersen
Comment 23•23 years ago
|
||
fixing small error for pmac@netscape.com (filter with : SPAMMAILSUCKS)
Assignee: petersen → joe.chou
QA Contact: pmac → petersen
Comment 24•22 years ago
|
||
Happened also on www.skandiabanken.dk. Choose "Netbank" from the top bar, then
choose "Log på Netbank".
After the dialog to state that https is being used, mozilla exits abruptly with
this text in the terminal window (that started it):
INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2
<
System error?:: No such file or directory
Gdk-ERROR **: Fatal IO error 9 (Bad file descriptor) on X server apsa:10.0.
INTERNAL ERROR on Browser End: Could not read ack from browser
System error?:: Resource temporarily unavailable
mozilla 1.2.1 for Linux
System:
* Linux version 2.4.4-4GB (root@Pentium.suse.de) (gcc version 2.95.3 20010315
(SuSE)) #1 Fri May 18 14:11:12 GMT 2001
* Java(TM) Plug-in 1.4.1-b21
Does work under Win2K
You need to log in
before you can comment on or make changes to this bug.
Description
•