Tomcat dies periodically

2002-10-11 Thread hcaparros

We are running Tomcat running on a Win2000 SP2 box and Computer Associate 
JASMINE/OPAL with HTTP Host Connector to access a IBM Mainframe with a JSP 
application.
We have this message :

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

Current Java thread:
at wv.ObjectImpl.nativeInvokeMethod(Native Method)
at wv.ObjectImpl.invokeMethod(ObjectImpl.java:146)
at 
com.ca.sessionBeans.CAOasisSession.getCurrentPage(CAOasisSession.java:738)
at 
com.ca.sessionBeans.CAOasisSession.AppliCICS(CAOasisSession.java:445)
at 
com.ca.requesthandlers.CASysSelect.handleRequest(CASysSelect.java:24)
at 
com.ca.CARequestController.getNextPage(CARequestController.java:52)
at 
org.apache.jsp.loginCtrlr$jsp._jspService(loginCtrlr$jsp.java:151)
at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
at 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

At this time we don't now where the problem is ?.

Please help !!

Hervé Caparros
Ville de Montréal




Re: Tomcat dies periodically

2002-10-11 Thread hcaparros

We installed 

Java(TM) 2 SDK, Standard Edition
Version 1.3.1

Thank you,

Hervé Caparros
Ville de Montréal


- Réacheminé par Hervé CAPARROS/MONTREAL le 2002-10-11 11:40 -


Jean-Francois Arcand [EMAIL PROTECTED]
2002-10-11 11:10
Veuillez répondre à Tomcat Users List

 
Pour :  Tomcat Users List [EMAIL PROTECTED]
cc : 
Objet : Re: Tomcat dies periodically


Seems to be a VM bug. Which VM are you using?

-- Jeanfrancois

[EMAIL PROTECTED] wrote:

We are running Tomcat running on a Win2000 SP2 box and Computer Associate 

JASMINE/OPAL with HTTP Host Connector to access a IBM Mainframe with a 
JSP 
application.
We have this message :

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

Current Java thread:
at wv.ObjectImpl.nativeInvokeMethod(Native Method)
at wv.ObjectImpl.invokeMethod(ObjectImpl.java:146)
at 
com.ca.sessionBeans.CAOasisSession.getCurrentPage(CAOasisSession.java:738)
at 
com.ca.sessionBeans.CAOasisSession.AppliCICS(CAOasisSession.java:445)
at 
com.ca.requesthandlers.CASysSelect.handleRequest(CASysSelect.java:24)
at 
com.ca.CARequestController.getNextPage(CARequestController.java:52)
at 
org.apache.jsp.loginCtrlr$jsp._jspService(loginCtrlr$jsp.java:151)
at 
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:202)
at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382)
at 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

At this time we don't now where the problem is ?.

Please help !!

Hervé Caparros
Ville de Montréal


 



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





TOMCAT DIE ???

2002-09-06 Thread hcaparros

Hi,
We are running TOMCAT with Win 2000 is is our configuration :

 service pack of  windows 2000 server version   5.0.2195   :pack 2 
build 2195
 Tomcat 4.0.1 version 1.1.2.13

The problem is TOMCAT dies !
This is like that from the begining of our development from feb. 2002. The 
crashes are random and not frequent in test environment. Production has 
started in september and we have crashes every day.
Our application runs with Computers Associates JASMINE/OPAL products. 
 
Here is a file hs_err_pid.log under the /BIN directory

with the abend info :

An unexpected exception has been detected in native code outside the VM.   
 
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x77fcb892   
 
Function name=RtlFreeHeap  
Library=C:\WINNT\System32\ntdll.dll  
  
Current Java thread:  
 at wv.ObjectImpl.nativeInvokeMethod(Native Method)  
 at wv.ObjectImpl.invokeMethod(ObjectImpl.java:146)  
 at  
com.ca.sessionBeans.CAOasisSession.getCurrentPage(CAOasisSession.java:788) 
 
 at 
com.ca.sessionBeans.CAOasisSession.getNextPage(CAOasisSession.java:805)  
 at  
com.ca.sessionBeans.CAOasisSession.logoutFinalPhase(CAOasisSession.java:697) 
 
 at 
com.ca.sessionBeans.CAOasisSession.getNextPage(CAOasisSession.java:816)

Please help !!

Hervé