A nonfatal internal JIT (3.10.107(x)) error 'Relocation error

Hi,

I was trying to parse and print an XML document with a simple java program(was using SAX API). I created a event handler. When I executed the the simple class file passing the XML document as CMD line parameter. First it prints some non-fatal error information and then prints XML document. The additional information which was printed just above the XML document reads like this

A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occu

rred in :

'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.

Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi

<This is my XML>

Item = Item1

Item = Item1 for XML Test

Item = $1001

Can someone tell me like what I can do to avoid this.

Thanks in Advance

Vijay

[898 byte] By [akulavijay] at [2007-9-26 12:40:20]
# 1
Hi, guy,I am using jakarta-tomcat-4.0-m5. I had the same problem. After I changed the JAVA_HOME from C:\jdk1.2.2 to C:\jdk1.3, everything is cool now.
cyu001 at 2007-7-2 12:02:05 > top of Java-index,Java HotSpot Virtual Machine,Specifications...