On Tue, 2002-12-10 at 13:54, Shapira, Yoav wrote: > Hi, > Damn, I was just about to suggest 1.4.1_01 ;) > > I've had that error happen before on JDK 1.3 on Solaris, not W2K. The > problem was I hadn't installed the OS-level patches required by Solaris > for that JDK version. So I don't know if this applicable to your > problem... > > Yoav Shapira > Millennium ChemInformatics
Just a thought: you can run java without HotSpot and see if it runs. If it does, then you are probably looking at a bug in HotSpot (THAT never happens *grin). If it does not, then you are probably looking at a problem with your system. HTH, Ben Ricker > > >-----Original Message----- > >From: Will Hartung [mailto:[EMAIL PROTECTED]] > >Sent: Tuesday, December 10, 2002 2:33 PM > >To: Tomcat Users List > >Subject: Re: 4.1.12 dumps VM, any ideas? > > > >As a followup, it also kills a JDK 1.4.1_01 JVM as well. :-( > > > >Thanx again! > > > >Will > > > > > >> Hi All! > >> > >> We're just porting our app to 4.1.12. After fighting classpath > problems, > >the > >> latest and greatest is this: > >> > >> From the localhost_log file, the last enry was: > >> > >> 2002-12-09 14:36:57 StandardWrapper[/myApp:invoker]: Loading > container > >> servlet invoker. > >> > >> On the stdout/stderr of the tomcat container: > >> > >> bin> sh catalina.sh run > >> Using CATALINA_BASE: C:\cygwin\tmp\tomcat\jakarta-tomcat-4.1.12 > >> Using CATALINA_HOME: C:\cygwin\tmp\tomcat\jakarta-tomcat-4.1.12 > >> Using CATALINA_TMPDIR: > C:\cygwin\tmp\tomcat\jakarta-tomcat-4.1.12\temp > >> Using JAVA_HOME: c:\JDK1.3 > >> [INFO] Registry - -Loading registry information > >> [INFO] Registry - -Creating new Registry instance > >> [INFO] Registry - -Creating MBeanServer > >> [INFO] Http11Protocol - -Initializing Coyote HTTP/1.1 on port 8080 > >> Starting service Tomcat-Standalone > >> Apache Tomcat/4.1.12 > >> # > >> # HotSpot Virtual Machine Error, Internal Error > >> # Please report this error at > >> # http://java.sun.com/cgi-bin/bugreport.cgi > >> # > >> # Error ID: 43113F32554E54494D45110E4350500290 > >> # > >> > >> W2K with Cygwin and JVM 1.3 > >> > >> java version "1.3.1_01" > >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01a) > >> Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) > >> > >> Any ideas on how to hunt this kind of thing down? Are app does have a > >> startup servlet, so it's no doubt within that, but I was hoping for > some > >> general ideas on why this is exploding. > >> > >> Thanx! > >> > >> Regards, > >> > >> Will Hartung > >> ([EMAIL PROTECTED]) > >> > >> > >> > >> > >> > >> > >> > >> -- > >> To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >> For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > >> > >> > > > > > > > >-- > >To unsubscribe, e-mail: <mailto:tomcat-user- > >[EMAIL PROTECTED]> > >For additional commands, e-mail: <mailto:tomcat-user- > >[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- Ben Ricker <[EMAIL PROTECTED]> Wellinx.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
