RE: Tomcat shutsdown automatically

2009-04-23 Thread Peter Crowther
> From: Potri Raaja [mailto:potri.ra...@hotcourses.co.in]
> The below mentioned details are the error message from the
> hs_err_pid29022.log file, can you please look in to this and
> help me out to trace the exact issue.

The fault is happening in some native code in the Oracle driver 
(libocijdbc10.so).  I'm with Chuck, I'd try the native Java Oracle client and 
see whether the problem goes away.  Failing that, check with Oracle about any 
issues between their native client and your exact JVM version and environment?

> > Stack: [0x22e7f000,0x22f0),  sp=0x22efe9a8,  free space=510k
> > Native frames: (J=compiled Java code, j=interpreted, Vv=VM
> code, C=native
> > code)
> > C  [libocijdbc10.so+0x123e6]
> > C  [libocijdbc10.so+0xe248]
> > Java_oracle_jdbc_driver_T2CStatement_t2cDefineFetch+0x90
> > J
[...]

- Peter

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat shutsdown automatically

2009-04-23 Thread Peter Crowther
> From: Potri Raaja [mailto:potri.ra...@hotcourses.co.in]
>   Our Tomcat application server is throwing the below
> mentioned eror and
> it shutsdown automatically. This happens occasionally i.e.,
> once or twice in
> a week.Can you please suggest us with a solution to solve this issue.
[...]
> # An error report file with more information is saved as
> hs_err_pid29022.log

Read the error log.  See if it gives you any more information.  At the very 
least, it'll tell you what the JVM was doing at the time.

- Peter

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat shutsdown automatically

2009-04-23 Thread Caldarale, Charles R
> From: Potri Raaja [mailto:potri.ra...@hotcourses.co.in]
> Subject: Tomcat shutsdown automatically
> 
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #  SIGSEGV (0xb) at pc=0x2b0513e6, pid=29022, tid=586152864

Thoroughly check your hardware; RAM errors can cause this.

> # C  [libocijdbc10.so+0x123e6]

Could be caused by bugs in Oracle's native driver; try using the pure Java 
version instead.  In lieu of that, check with Oracle or Sun... oh, wait...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: Tomcat shutsdown automatically

2009-04-23 Thread Potri Raaja

The below mentioned details are the error message from the
hs_err_pid29022.log file, can you please look in to this and help me out to
trace the exact issue.



Peter Crowther wrote:
> #
> # An unexpected error has been detected by HotSpot Virtual Machine:
> #
> #  SIGSEGV (0xb) at pc=0x2b0513e6, pid=29022, tid=586152864
> #
> # Java VM: Java HotSpot(TM) Server VM (1.5.0_14-b03 mixed mode)
> # Problematic frame:
> # C  [libocijdbc10.so+0x123e6]
> #
> 
> ---  T H R E A D  ---
> 
> Current thread (0x084378f8):  JavaThread "TP-Processor17" daemon
> [_thread_in_nat
> ive, id=29234]
> 
> siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x
> 
> Registers:
> EAX=0x, EBX=0x2b05967c, ECX=0x0044, EDX=0x
> ESP=0x22efe9a8, EBP=0x22efea50, ESI=0x, EDI=0x001b4fe0
> EIP=0x2b0513e6, CR2=0x, EFLAGS=0x00010206
> 
> Top of Stack: (sp=0x22efe9a8)
> 0x22efe9a8:    2b05967c 297f333f 
> 0x22efe9b8:    00c4 2b04e00e 
> 0x22efe9c8:    00c4 22efeb54 22efeb58
> 0x22efe9d8:    22efeb60  22efeb68
> 0x22efe9e8:   2b05967c 1888b858 000a 18c98d58
> 0x22efe9f8:   18ca2a20 0031 1882fa58 0014
> 0x22efea08:   0028 22efeb70 001b4fe0 00c4
> 0x22efea18:    22efeb60  22efeb68 
> 
> Instructions: (pc=0x2b0513e6)
> 0x2b0513d6:   7f 58 eb 06 8d b6 00 00 00 00 81 e9 80 00 00 00
> 0x2b0513e6:   66 0f 7f 02 66 0f 7f 42 10 66 0f 7f 42 20 66 0f 
> 
> Stack: [0x22e7f000,0x22f0),  sp=0x22efe9a8,  free space=510k
> Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native
> code)
> C  [libocijdbc10.so+0x123e6]
> C  [libocijdbc10.so+0xe248] 
> Java_oracle_jdbc_driver_T2CStatement_t2cDefineFetch+0x90
> J 
> oracle.jdbc.driver.T2CStatement.t2cDefineFetch(JI[S[BII[Loracle/jdbc/driver/Accessor;[BI[CI[SI[J)I
> 
> Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
> J 
> oracle.jdbc.driver.T2CStatement.t2cDefineFetch(JI[S[BII[Loracle/jdbc/driver/Accessor;[BI[CI[SI[J)I
> J  oracle.jdbc.driver.T2CStatement.fetch()V
> J  oracle.jdbc.driver.OracleResultSetImpl.next()Z
> v  ~I2CAdapter
> j 
> cm.servlet.CourseServlet.displayDataTable(Ljavax/servlet/http/HttpSession;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/serv
> let/http/HttpServletRequest;)V+725
> j 
> cm.servlet.CourseServlet.doGet(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+2468
> j 
> javax.servlet.http.HttpServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+35
> j 
> javax.servlet.http.HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+30
> j 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+374
> j 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
> v  ~C2IAdapter
> J 
> org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
> J 
> org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
> v  ~I2CAdapter
> j 
> org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V+64
> v  ~C2IAdapter
> J 
> org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/connector/Request;Lorg/apache/catalina/connector/Response;)V
> J 
> org.apache.catalina.connector.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V
> J 
> org.apache.jk.server.JkCoyoteHandler.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I
> J 
> org.apache.jk.common.HandlerRequest.invoke(Lorg/apache/jk/core/Msg;Lorg/apache/jk/core/MsgContext;)I
> J 
> org.apache.jk.common.ChannelSocket.processConnection(Lorg/apache/jk/core/MsgContext;)V
> v  ~I2CAdapter
> j 
> org.apache.jk.common.ChannelSocket$SocketConnection.runIt([Ljava/lang/Object;)V+8
> j  org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run()V+167
> j  java.lang.Thread.run()V+11
> v  ~StubRoutines::call_stub
> 
> ---  P R O C E S S  ---
> 
> Java Threads: ( => current thread )
>   0xbbdffc68 JavaThread "http-8080-3" daemon [_thread_blocked, id=32498]
>   0x13433608 JavaThread "http-8080-2" daemon [_thread_blocked, id=32497]
>   0x12f0cf78 JavaThread "http-8080-1" daemon [_thread_blocked, id=32496]
>   0x08ee0818 JavaThread "TP-Processor28" daemon [_thread_blocked,
> id=29304]
>   0x0843fec8 JavaThread "TP-Processor27" daemon [_thread_blocked,
> id=29303]
>   0x08525680 JavaThread "TP-Processor26" daemon [_thread_in_native,
> id=29302]
>   0x084ea908 JavaThread "TP-Processor25" daemon [_thread_blocked,
> id=29301]
>   0x08e66150 JavaThread "TP-Processor24" daemon [_thread_blocked,
> id=29289]
>