Re: Tomcat 10.1.15 JVM crashes randomly on startup

2023-11-14 Thread Suvendu Sekhar Mondal
which produced the dump to avoid any incompatibility issue. On Tue, Nov 14, 2023 at 3:28 PM Øyvind Flatval wrote: > > > From: Mark Thomas > > Sent: Monday, November 13, 2023 09:15 > > To: users@tomcat.apache.org > > Subject: Re: Tomcat 10.1.15 JVM crashes random

Re: Tomcat 10.1.15 JVM crashes randomly on startup

2023-11-14 Thread Øyvind Flatval
> From: Mark Thomas > Sent: Monday, November 13, 2023 09:15 > To: users@tomcat.apache.org > Subject: Re: Tomcat 10.1.15 JVM crashes randomly on startup >   > On 13/11/2023 07:52, Øyvind Flatval wrote: > > Greetings! > > > > We are currently experiencing a ver

Re: Tomcat 10.1.15 JVM crashes randomly on startup

2023-11-13 Thread Mark Thomas
On 13/11/2023 07:52, Øyvind Flatval wrote: Greetings! We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up. The problem happens somewhat regularly, and only happens within the first minute

Tomcat 10.1.15 JVM crashes randomly on startup

2023-11-12 Thread Øyvind Flatval
Greetings! We are currently experiencing a very vague problem with our Tomcat 10.1 instance, where the JVM will crash almost instantly after Tomcat is done starting up. The problem happens somewhat regularly, and only happens within the first minute after starting Tomcat. The solution is always

Re: JVM Crashes

2013-01-31 Thread Robert Anderson
"A dynamically generated PDF?" Yes. "What is your exact version of Java and of Tomcat? " [root@tomcat tomcat]# java -version java version "1.6.0_38" Java(TM) SE Runtime Environment (build 1.6.0_38-b05) Java HotSpot(TM) 64-Bit Server VM (build 20.13-b02, mixed mode) [root@tomcat tomcat]# /usr/jav

Re: JVM Crashes

2013-01-31 Thread Konstantin Kolinko
2013/1/31 Robert Anderson : > Hi, > > Sometimes the Tomcat's JVM is crashing: > > > # > # A fatal error has been detected by the Java Runtime Environment: > # > # SIGBUS (0x7) at pc=0x2aaab7a8ad50, pid=21850, tid=1075628352 > # > # JRE version: 6.0_38-b05 > # Java VM: Java HotSpot(TM) 64-Bit S

RE: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread George Sexton
3 438 9585 > -Original Message- > From: Robert Sösemann [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 13, 2005 5:05 AM > To: Tomcat Users List > Subject: Sudden JVM crashes - a Tomcat problem? > > Hello, > > > we have a really tricky proble

RE: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread Caldarale, Charles R
> From: Joakim Ahlén [mailto:[EMAIL PROTECTED] > Subject: Re: Sudden JVM crashes - a Tomcat problem? > > I am not a JVM-guru, but I'm guessing here. Tomcat 5.5 > demands, as far as i know, jdk 1.5. That's simply not true. Tomcat 5.5 runs fine on a 1.4 JRE once th

Re: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread David Delbecq
t;> Hello, >> >> >> we have a really tricky problem while running our web-application: >> >> The JVM crashes from time to time for no apparent reason. >> There seems to be no direct relation to any user-action, method-call >> or whatever. >> >>

Re: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread Joakim Ahlén
class files compiled with jdk 1.5 might crash if executed with jdk 1.4 since jdk 1.5 has specific new features that are not available in jdk 1.4. //j Robert Sösemann wrote: Hello, we have a really tricky problem while running our web-application: The JVM crashes from time to time for no ap

Re: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread Nikola Milutinovic
Robert Sösemann wrote: Hello, we have a really tricky problem while running our web-application: The JVM crashes from time to time for no apparent reason. There seems to be no direct relation to any user-action, method-call or whatever. We've checked the JVM crash dumps, but were not

Re: Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread David Delbecq
? Robert Sösemann a écrit : >Hello, > > >we have a really tricky problem while running our web-application: > >The JVM crashes from time to time for no apparent reason. >There seems to be no direct relation to any user-action, >method-call or whatever. > >We've ch

Sudden JVM crashes - a Tomcat problem?

2005-10-13 Thread Robert Sösemann
Hello, we have a really tricky problem while running our web-application: The JVM crashes from time to time for no apparent reason. There seems to be no direct relation to any user-action, method-call or whatever. We've checked the JVM crash dumps, but were not able to find some