JVM Crash

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Andy

JVM Crash

Post by Andy » Fri May 03, 2002 8:14 pm

Hi,

I am experiencing random problem on Win2k Pro + Jdk1.3 + Apache + Tomcat + JFreeChart:


An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code occurred at PC=0x77fb16cc
Function name=RtlTraceDatabaseEnumerate
Library=C:\WINNT\System32\ntdll.dll

Current Java thread:
at sun.awt.image.codec.JPEGImageEncoderImpl.writeJPEGStream(Native Method)
at sun.awt.image.codec.JPEGImageEncoderImpl.encode(JPEGImageEncoderImpl.java:475)
at sun.awt.image.codec.JPEGImageEncoderImpl.encode(JPEGImageEncoderImpl.java:231)
at sun.awt.image.codec.JPEGImageEncoderImpl.encode(JPEGImageEncoderImpl.java:238)
at com.jrefinery.chart.ChartUtilities.writeChartAsJPEG(Unknown Source)
at com.westaff.reports.servlets.BaseYMChartServlet.doGet(BaseYMChartServlet.java:217)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:402)
at org.apache.tomcat.core.Handler.service(Handler.java:287)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:812)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
at java.lang.Thread.run(Thread.java:484)

Does anybody know what all this about? How to deal with that?
I could not try it on Unix, cuz I have problems with PJA...

Thanks a lot.
Andy

Andy

Re: JVM Crash

Post by Andy » Tue May 07, 2002 5:20 pm

I found a problem.

It is a bug in JVM (http://developer.java.sun.com/developer ... 02892.html).

Andy

Locked