I've been getting this behavior on exactly one of our several web servers. I haven't narrowed it down but suspect a possible hardware issue (RAM?). It always occurs within the jvm (jvm.dll in your case) so it could be a bug in the JVM too I suppose. We're going to try to move our disks to another box and see if the problem persists or not.

Sorry I don't have any solutions but I thought I'd let you know that you're not alone.

~Tom

On Mar 11, 2005, at 4:31 AM, Irineu Avanço Jr. wrote:


Hello people...

I was doing a load testing with my Web application running under Tomcat, and
suddenly Tomcat has stopped. So, I went
to the sdtout.log file and got the fatal error message listed below.
Then I started the server again, restarted the load testing and got the same
problem a couple of times.



Has anybody ever faced a problem like this before? Does anybody know how to handle that?

Softwares installed in the server.
S.O.:  Windows  XP 2002.
Tomcat 5.0.27
J2SDK 1.4.2_07



Error I've been taken  from the stdout.log file....

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at
PC=0x8036580 Function=[Unknown.]
Library=C:\j2sdk1.4.2_07\jre\bin\client\jvm.dll

NOTE: We are unable to locate the function name symbol for the error
      just occurred. Please refer to release documentation for possible
      reason and solutions.


Current Java thread:
at java.util.Hashtable.get(Hashtable.java:332)
- locked <0x107c9bc8> (a java.util.Hashtable)
at
org.apache.turbine.services.BaseServiceBroker.getServiceInstance(BaseSe rvice
Broker.java:347)
at
org.apache.turbine.services.BaseServiceBroker.getService(BaseServiceBro ker.j
ava:296)
at
org.apache.turbine.services.resources.TurbineResources.getService(Turbi neRes
ources.java:109)
at
org.apache.turbine.services.resources.TurbineResourceService.interpolat e(Tur
bineResourceService.java:249)
at
org.apache.turbine.services.resources.TurbineResourceService.getVector( Turbi
neResourceService.java:527)
at
org.apache.turbine.services.resources.TurbineResources.getVector(Turbin eReso
urces.java:326)
at
org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java: 192)
at
org.apache.turbine.services.template.TurbineTemplateService.getParsedMo duleN
ame(TurbineTemplateService.java:655)
at
org.apache.turbine.services.template.TurbineTemplateService.getCachedNa me(Tu
rbineTemplateService.java:581)
at
org.apache.turbine.services.template.TurbineTemplateService.getScreenNa me(Tu
rbineTemplateService.java:371)
at
org.apache.turbine.services.template.TurbineTemplate.getScreenName(Turb ineTe
mplate.java:131)
at
org.apache.jetspeed.modules.pages.JetspeedTemplatePage.doBuildAfterActi on(Je
tspeedTemplatePage.java:207)
at
org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java: 155)
at org.apache.turbine.modules.Page.build(Page.java:90)
at org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
at org.apache.turbine.Turbine.doGet(Turbine.java:563)
at org.apache.turbine.Turbine.doPost(Turbine.java:658)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic ation
FilterChain.java:237)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil terCh
ain.java:157)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal ve.ja
va:214)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveC ontex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 520)
at
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardCo ntext
Valve.java:198)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal ve.ja
va:152)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveC ontex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 520)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav a:137
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveC ontex
t.java:104)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav a:117
)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveC ontex
t.java:102)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 520)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve .java
:109)
at
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveC ontex
t.java:104)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java: 520)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
at
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java: 799)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process Conne
ction(Http11Protocol.java:705)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java: 577)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo l.jav
a:683)
at java.lang.Thread.run(Thread.java:534)


Dynamic libraries:
0x00400000 - 0x0040B000         C:\j2sdk1.4.2_07\bin\java.exe
0x77F50000 - 0x77FFB000         C:\WINDOWS\System32\ntdll.dll
0x77E50000 - 0x77F40000         C:\WINDOWS\system32\kernel32.dll
0x77DB0000 - 0x77E4D000         C:\WINDOWS\system32\ADVAPI32.dll
0x78000000 - 0x78087000         C:\WINDOWS\system32\RPCRT4.dll
0x77BF0000 - 0x77C43000         C:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08138000         C:\j2sdk1.4.2_07\jre\bin\client\jvm.dll
0x77D20000 - 0x77DB0000         C:\WINDOWS\system32\USER32.dll
0x7F000000 - 0x7F041000         C:\WINDOWS\system32\GDI32.dll
0x76B20000 - 0x76B4D000         C:\WINDOWS\System32\WINMM.dll
0x6BD00000 - 0x6BD0D000         C:\WINDOWS\System32\SYNCOR11.DLL
0x10000000 - 0x10007000         C:\j2sdk1.4.2_07\jre\bin\hpi.dll
0x00390000 - 0x0039E000         C:\j2sdk1.4.2_07\jre\bin\verify.dll
0x003A0000 - 0x003B9000         C:\j2sdk1.4.2_07\jre\bin\java.dll
0x003C0000 - 0x003CD000         C:\j2sdk1.4.2_07\jre\bin\zip.dll
0x003F0000 - 0x003FF000         C:\j2sdk1.4.2_07\jre\bin\net.dll
0x71A70000 - 0x71A85000         C:\WINDOWS\System32\WS2_32.dll
0x71A60000 - 0x71A68000         C:\WINDOWS\System32\WS2HELP.dll
0x71A10000 - 0x71A4C000         C:\WINDOWS\System32\mswsock.dll
0x76F00000 - 0x76F25000         C:\WINDOWS\System32\DNSAPI.dll
0x76F90000 - 0x76F97000         C:\WINDOWS\System32\winrnr.dll
0x76F40000 - 0x76F6D000         C:\WINDOWS\system32\WLDAP32.dll
0x76FA0000 - 0x76FA5000         C:\WINDOWS\System32\rasadhlp.dll
0x71A50000 - 0x71A58000         C:\WINDOWS\System32\wshtcpip.dll
0x76C70000 - 0x76C92000         C:\WINDOWS\system32\imagehlp.dll
0x6DA70000 - 0x6DAED000         C:\WINDOWS\system32\DBGHELP.dll
0x77BE0000 - 0x77BE7000         C:\WINDOWS\system32\VERSION.dll
0x76BD0000 - 0x76BDB000         C:\WINDOWS\System32\PSAPI.DLL

Heap at VM Abort:
Heap
def new generation total 4544K, used 247K [0x10010000, 0x104f0000,
0x104f0000)
eden space 4096K, 6% used [0x10010000, 0x1004de48, 0x10410000)
from space 448K, 0% used [0x10480000, 0x10480000, 0x104f0000)
to space 448K, 0% used [0x10410000, 0x10410000, 0x10480000)
tenured generation total 60544K, used 43931K [0x104f0000, 0x14010000,
0x14010000)
the space 60544K, 72% used [0x104f0000, 0x12fd6d20, 0x12fd6e00,
0x14010000) compacting perm gen total 15104K, used 15097K [0x14010000,
0x14ed0000, 0x18010000)
the space 15104K, 99% used [0x14010000, 0x14ece548, 0x14ece600,
0x14ed0000)


Local Time = Thu Mar 10 18:02:41 2005
Elapsed Time = 217
#
# HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION # Error ID :
4F530E43505002EF # Please report this error at #
http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Client VM (1.4.2_07-b05 mixed mode) # # An error
report file has been saved as hs_err_pid3192.log.
# Please refer to the file for further information.
#



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to