You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Bruno Vilardo <br...@gmail.com> on 2006/11/28 20:02:58 UTC

Tomcat 4.1 Issue - Strange

Hello All,

 

Tomcat 4.1

Java 1.4.2_08-b03

 

We have done a migration process from one server to another.

 

After the migration, everyday now our TOMCAT crashes/stop on its own.

 

I checked the tomcat log and I could find the error bellow:

 

Heap at VM Abort:

Heap

 def new generation   total 31488K, used 30321K [0x59fc0000, 0x5c1e0000,
0x61180000)

  eden space 28032K, 100% used [0x59fc0000, 0x5bb20000, 0x5bb20000)

  from space 3456K,  66% used [0x5bb20000, 0x5bd5c400, 0x5be80000)

  to   space 3456K,   0% used [0x5be80000, 0x5be823a8, 0x5c1e0000)

 tenured generation   total 278608K, used 214153K [0x61180000, 0x72194000,
0x99fc0000)

   the space 278608K,  76% used [0x61180000, 0x6e2a2408, 0x6e2a2600,
0x72194000)

 compacting perm gen  total 56832K, used 56608K [0x99fc0000, 0x9d740000,
0x9dfc0000)

   the space 56832K,  99% used [0x99fc0000, 0x9d7080a0, 0x9d708200,
0x9d740000)

 

Local Time = Sun Nov 26 02:58:27 2006

Elapsed Time = 42834

#

# HotSpot Virtual Machine Error : 11

# Error ID : 4F530E43505002EF

# Please report this error at

# http://java.sun.com/cgi-bin/bugreport.cgi

#

# Java VM: Java HotSpot(TM) Server VM (1.4.2_08-b03 mixed mode)

#

# An error report file has been saved as hs_err_pid22350.log.

# Please refer to the fil

 

 

Does anybody out there know what could be the issue here ?

 

Thanks a lot in Advance.

 

Best Regards,

 

Bruno

 


Re: Tomcat 4.1 Issue - Strange

Posted by Christopher Schultz <ch...@christopherschultz.net>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bruno,

Bruno Vilardo wrote:
> Tomcat 4.1
> Java 1.4.2_08-b03
> 
> We have done a migration process from one server to another.
> After the migration, everyday now our TOMCAT crashes/stop on its own.
> I checked the tomcat log and I could find the error bellow:
> 
> Heap at VM Abort:
>
> [snip]
>
> # HotSpot Virtual Machine Error : 11

Can you check the file "hs_err_pid22350.log" as mentioned in the error
message and confirm that the problem is SIG 11 or SIGSEGV? That would be
a segmentation violation, or "seg fault", indicating that your app
(Java, really) has dereferenced a pointer which pointed to memory
outside of its allocated memory (or dereferenced a NULL pointer).

This is almost always caused by bad hardware.

What type of machine is this? What architecture, etc.? Do you have
physical access to the server? Do you have another piece of hardware
that you can test this on? I'm willing to bet that the hardware is the
problem and not any of your software or configuration.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFbLeu9CaO5/Lv0PARAszIAJ9rbSpiVMkOBXouFShYABH5+yx17gCgmQnQ
+yern9Ptdncn4yob8x1wK3k=
=pEtW
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org