I get the following sequence in my java messages window very often
(like 100 times a day), what does it mean?:
Failed to start Ident daemon or it has already running.
12/6/2002 @ 10:44:29
Failed to start Ident daemon or it has already running.
12/6/2002 @ 13:25:50
Failed to start Ident daemon or it has already running.
12/6/2002 @ 16:43:58
Very often it is prededed by this sequence, which I also do not
understand:
JNI panic: JNI received a null class
at com.apple.mrj.protocol.www.URLConnection.openInputStreamAtomic(URLConnection.java)
at com.apple.mrj.protocol.www.URLConnection.connect(URLConnection.java)
at com.apple.mrj.protocol.www.http.HTTPURLConnection.connect(HTTPURLConnection.java)
at com.apple.mrj.protocol.www.URLConnection.getInputStream(URLConnection.java)
at java.net.URL.openStream(URL.java)
at com.apple.mrj.JManager.JMAppletResourceLoader.loadJar(JMAppletResourceLoader.java)
at com.apple.mrj.JManager.JMAppletViewer_OLD.doLoadCode(JMAppletViewerOld.java)
at com.apple.mrj.JManager.JMAppletViewer_OLD.setState(JMAppletViewerOld.java)
at com.apple.mrj.JManager.JMViewerEvent.post(JMAppletViewerOld.java)
at com.apple.mrj.JManager.AVDispatcherThread.run(JMAppletViewerOld.java)
JNI panic: JNI received a null class
at com.apple.mrj.protocol.www.URLConnection.openInputStreamAtomic(URLConnection.java)
at com.apple.mrj.protocol.www.URLConnection.connect(URLConnection.java)
at com.apple.mrj.protocol.www.http.HTTPURLConnection.connect(HTTPURLConnection.java)
at com.apple.mrj.protocol.www.URLConnection.getInputStream(URLConnection.java)
12/6/2002 @ 10:18:23 |
Request for Question Clarification by
bio-ga
on
07 Dec 2002 15:13 PST
Hi,
Can you please clarify what do you mean by "java messages window"? Is
it the Java console of Internet Explorer or something else?
Also, are you using a PC or a Macintosh?
Thanks.
|
Request for Question Clarification by
supermacman-ga
on
07 Dec 2002 15:50 PST
(I'm assuming you're running Mac OS X)
Although Sun (maker of Java) likes to say otherwise, Java is anything
but perfectly cross-platform. It usually has to do with the virtual
machine. Apple uses its own virtual machine that works quite well, but
is somewhat outdated (I believe OS X's VM is Java 1.3.1, while the
latest version of Java is 1.4). Some applets out there are written for
Java 1.4 and may cause numerous error messages when run. These errors
are not displayed within the user interface but are written to the
Java Messages Log.
Were you running an applet when you received these errors? Does the
applet work?
|
Clarification of Question by
sammyt-ga
on
07 Dec 2002 16:12 PST
In response to bio-ga:
these appear in the window for "view Java messages" in internet explorer.
I am using macintosh os 9.01
|
Clarification of Question by
sammyt-ga
on
07 Dec 2002 16:15 PST
in response to supermacman-ga:
I'm running Mac os 9.01
I have no idea if "I" was trtying to run an applet, but it wouldn't
surprise me that one of the programs I was running is trying to do so.
I have all sorts of programming language weirdness that appears in my
machine that I have no idea what it means, but appears unusual to me
and to many of my computer-savey friends. this example is the least
of it.
|
Request for Question Clarification by
supermacman-ga
on
08 Dec 2002 06:25 PST
Are you using 9.01 or 9.1? Well anyway, both of them are rather old..
Apple may have updated their Java VM when they released Mac OS 9.2.1
and 9.2. I suggest you download those updates:
http://docs.info.apple.com/article.html?artnum=75288
(I'm not certain it will work, though!)
|
Clarification of Question by
sammyt-ga
on
08 Dec 2002 11:29 PST
in response to supermacman,
'I am currently using Mac OS 9.0.4. But soon I will upgrade to Mac OS
X. It will be interesting to see if these alterts cease after that.
|
Clarification of Question by
sammyt-ga
on
10 Dec 2002 20:24 PST
in response to supermacman-
I'm not so interested in stopping the error messages, as far as I can
tell, there's nothing I'm trying to do that I can't do. I'm more
interested in knowing what these messages MEAN. In other words,
what's going on? I'd like to be able to "translate" the java messages
in order to more fully understand what the activity stream is about.
|