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

