Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Strange error when starting Tomcat with TPTP command-line options
Strange error when starting Tomcat with TPTP command-line options [message #87751] Fri, 17 November 2006 02:56 Go to next message
Eclipse UserFriend
Originally posted by: mano.dud.gmail.com

Hi,

I see the error pasted below in catalina.out when I try to start tomcat
with command line options for running piAgent. I'm doing a
"./tomcat-with-tptp start " to start tomcat. and my tomcat-with-tptp looks
like below. (I'm running on Solaris 5.8). Please help!

#!/sbin/sh
#
# Copyright (c) 1999 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident "@(#)apache.sh 1.3 99/11/10 SMI"

CATALINA_HOME=/opt/delphi/dti/tomcat/current; export CATALINA_HOME
JAVA_HOME=/opt/delphi/dti/java/current; export JAVA_HOME
JAVA_OPTS="-server -Xmx1024m
-XrunpiAgent:server=standalone,file=log.trcxml"; export JAVA_OPTS
LD_LIBRARY_PATH=/opt/delphi/manohar/tptpdc.solaris_sparc-TPT P-4.2.1/lib;
export LD_LIBRARY_PATH


case "$1" in
start)
echo "tomcat starting."
$CATALINA_HOME/bin/startup.sh #2>&1 > /dev/null
;;
restart)
echo "tomcat restarting."
$CATALINA_HOME/bin/shutdown.sh 2>&1 > /dev/null
$CATALINA_HOME/bin/startup.sh #2>&1 > /dev/null
;;
stop)
echo "tomcat stopping."
$CATALINA_HOME/bin/shutdown.sh 2>&1 > /dev/null
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
;;
esac


exit 0


=======================================
ERROR
=======================================



Unexpected Signal : 11 occurred at PC=0xFE465F74
Function=[Unknown. Nearest: JVM_RaiseSignal+0x45CC0]
Library=/opt/delphi/dti/java/j2se/jre/lib/sparc/server/libjv m.so

Current Java thread:
at java.lang.Object.wait(Object.java:429)
- waiting on <0xca9502f0> (a java.lang.ref.Reference$Lock)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java: 115)
- locked <0xca9502f0> (a java.lang.ref.Reference$Lock)

Dynamic libraries:
0x10000 /opt/delphi/dti/java/current/bin/java
0xff350000 /usr/lib/libthread.so.1
0xff390000 /usr/lib/libdl.so.1
0xff200000 /usr/lib/libc.so.1
0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
0xfe000000 /opt/delphi/dti/java/j2se/jre/lib/sparc/server/libjvm.so
0xff2e0000 /usr/lib/libCrun.so.1
0xff1e0000 /usr/lib/libsocket.so.1
0xff100000 /usr/lib/libnsl.so.1
0xff0d0000 /usr/lib/libm.so.1
0xff1c0000 /usr/lib/libsched.so.1
0xff310000 /usr/lib/libw.so.1
0xff0a0000 /usr/lib/libmp.so.2
0xff060000
/opt/delphi/dti/java/j2se/jre/lib/sparc/native_threads/libhp i.so
0xff020000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libverify.so
0xfe7c0000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libjava.so
0xfe7a0000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libzip.so
0xf9600000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libp iAgent.so
0xfdee0000 /usr/lib/libpthread.so.1
0xfdec0000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cbnd.so
0xfdea0000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cclco.so
0xfdde0000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh ccldt.so
0xfddc0000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh ccls.so
0xfc3e0000
/opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cclsm.so

Heap at VM Abort:
Heap
def new generation total 2112K, used 2112K [0xb5400000, 0xb5620000,
0xca950000)
eden space 2048K, 100% used [0xb5400000, 0xb5600000, 0xb5600000)
from space 64K, 100% used [0xb5600000, 0xb5610000, 0xb5610000)
to space 64K, 0% used [0xb5610000, 0xb5610000, 0xb5620000)
tenured generation total 1408K, used 78K [0xca950000, 0xcaab0000,
0xf5400000)
the space 1408K, 5% used [0xca950000, 0xca963ad8, 0xca963c00,
0xcaab0000)
compacting perm gen total 16384K, used 853K [0xf5400000, 0xf6400000,
0xf9400000)
the space 16384K, 5% used [0xf5400000, 0xf54d55d0, 0xf54d5600,
0xf6400000)

Local Time = Thu Nov 16 18:45:05 2006
Elapsed Time = 2
#
# HotSpot Virtual Machine Error : 11
# Error ID : 4F530E43505002EF 01
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
#
# Java VM: Java HotSpot(TM) Server VM (1.4.2_03-b02 mixed mode)
#
# An error report file has been saved as hs_err_pid26483.log.
# Please refer to the file for further information.
Re: Strange error when starting Tomcat with TPTP command-line options [message #87839 is a reply to message #87751] Fri, 17 November 2006 18:55 Go to previous message
Samson Wai is currently offline Samson WaiFriend
Messages: 46
Registered: July 2009
Member
Hi. Usually when we see this kind of problem we will try using another
JRE to determine whether it is problem in the JRE or the piagent. I
would recommend trying the latest JRE 1.4.2 from Sun first.

Regards,

Samson


Manohar wrote:
> Hi,
>
> I see the error pasted below in catalina.out when I try to start tomcat
> with command line options for running piAgent. I'm doing a
> "./tomcat-with-tptp start " to start tomcat. and my tomcat-with-tptp
> looks like below. (I'm running on Solaris 5.8). Please help!
>
> #!/sbin/sh
> #
> # Copyright (c) 1999 by Sun Microsystems, Inc.
> # All rights reserved.
> #
> #ident "@(#)apache.sh 1.3 99/11/10 SMI"
>
> CATALINA_HOME=/opt/delphi/dti/tomcat/current; export CATALINA_HOME
> JAVA_HOME=/opt/delphi/dti/java/current; export JAVA_HOME
> JAVA_OPTS="-server -Xmx1024m
> -XrunpiAgent:server=standalone,file=log.trcxml"; export JAVA_OPTS
> LD_LIBRARY_PATH=/opt/delphi/manohar/tptpdc.solaris_sparc-TPT P-4.2.1/lib;
> export LD_LIBRARY_PATH
>
>
> case "$1" in
> start)
> echo "tomcat starting."
> $CATALINA_HOME/bin/startup.sh #2>&1 > /dev/null
> ;;
> restart)
> echo "tomcat restarting."
> $CATALINA_HOME/bin/shutdown.sh 2>&1 > /dev/null
> $CATALINA_HOME/bin/startup.sh #2>&1 > /dev/null
> ;;
> stop)
> echo "tomcat stopping."
> $CATALINA_HOME/bin/shutdown.sh 2>&1 > /dev/null
> ;;
> *)
> echo "Usage: $0 {start|stop|restart}"
> exit 1
> ;;
> esac
>
>
> exit 0
>
>
> =======================================
> ERROR
> =======================================
>
>
>
> Unexpected Signal : 11 occurred at PC=0xFE465F74
> Function=[Unknown. Nearest: JVM_RaiseSignal+0x45CC0]
> Library=/opt/delphi/dti/java/j2se/jre/lib/sparc/server/libjv m.so
>
> Current Java thread:
> at java.lang.Object.wait(Object.java:429)
> - waiting on <0xca9502f0> (a java.lang.ref.Reference$Lock)
> at java.lang.ref.Reference$ReferenceHandler.run(Reference.java: 115)
> - locked <0xca9502f0> (a java.lang.ref.Reference$Lock)
>
> Dynamic libraries:
> 0x10000 /opt/delphi/dti/java/current/bin/java
> 0xff350000 /usr/lib/libthread.so.1
> 0xff390000 /usr/lib/libdl.so.1
> 0xff200000 /usr/lib/libc.so.1
> 0xff330000 /usr/platform/SUNW,UltraAX-i2/lib/libc_psr.so.1
> 0xfe000000 /opt/delphi/dti/java/j2se/jre/lib/sparc/server/libjvm.so
> 0xff2e0000 /usr/lib/libCrun.so.1
> 0xff1e0000 /usr/lib/libsocket.so.1
> 0xff100000 /usr/lib/libnsl.so.1
> 0xff0d0000 /usr/lib/libm.so.1
> 0xff1c0000 /usr/lib/libsched.so.1
> 0xff310000 /usr/lib/libw.so.1
> 0xff0a0000 /usr/lib/libmp.so.2
> 0xff060000
> /opt/delphi/dti/java/j2se/jre/lib/sparc/native_threads/libhp i.so
> 0xff020000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libverify.so
> 0xfe7c0000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libjava.so
> 0xfe7a0000 /opt/delphi/dti/java/j2se/jre/lib/sparc/libzip.so
> 0xf9600000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libp iAgent.so
> 0xfdee0000 /usr/lib/libpthread.so.1
> 0xfdec0000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cbnd.so
> 0xfdea0000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cclco.so
> 0xfdde0000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh ccldt.so
> 0xfddc0000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh ccls.so
> 0xfc3e0000
> /opt/delphi/manohar/tptpdc.solaris_sparc-TPTP-4.2.1/lib/libh cclsm.so
>
> Heap at VM Abort:
> Heap
> def new generation total 2112K, used 2112K [0xb5400000, 0xb5620000,
> 0xca950000)
> eden space 2048K, 100% used [0xb5400000, 0xb5600000, 0xb5600000)
> from space 64K, 100% used [0xb5600000, 0xb5610000, 0xb5610000)
> to space 64K, 0% used [0xb5610000, 0xb5610000, 0xb5620000)
> tenured generation total 1408K, used 78K [0xca950000, 0xcaab0000,
> 0xf5400000)
> the space 1408K, 5% used [0xca950000, 0xca963ad8, 0xca963c00,
> 0xcaab0000)
> compacting perm gen total 16384K, used 853K [0xf5400000, 0xf6400000,
> 0xf9400000)
> the space 16384K, 5% used [0xf5400000, 0xf54d55d0, 0xf54d5600,
> 0xf6400000)
>
> Local Time = Thu Nov 16 18:45:05 2006
> Elapsed Time = 2
> #
> # HotSpot Virtual Machine Error : 11
> # Error ID : 4F530E43505002EF 01
> # Please report this error at
> # http://java.sun.com/cgi-bin/bugreport.cgi
> #
> # Java VM: Java HotSpot(TM) Server VM (1.4.2_03-b02 mixed mode)
> #
> # An error report file has been saved as hs_err_pid26483.log.
> # Please refer to the file for further information.
>
Previous Topic:profiling workspace plugin
Next Topic:error during launch of profiling and logging -- piAgent
Goto Forum:
  


Current Time: Fri Apr 26 14:19:37 GMT 2024

Powered by FUDForum. Page generated in 0.03743 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top