> From: Jim Douglas [mailto:[EMAIL PROTECTED] 
> Subject: Error occurred during initialization of VM
> 
> Error occurred during initialization of VM
> java/lang/NoClassDefFoundError: java/lang/Object

That's about as basic as you can get...

> jdk1.5.0_08

> java -version,  from the command line returns,
> java version "1.4.2"
> gij (GNU libgcj) version 4.1.1 20060525 (Red Hat 4.1.1-1)

The above demonstrates that java/lang/Object was found when you ran
-version.  However, the version display contradicts what you stated you
have installed.

> It seems Tomcat can't find the JVM it could previously, what 
> could this be from?

Permissions problem on the directory containing rt.jar?  Using the java
launcher from a non-standard location?  Incorrect setting of JAVA_HOME?
Too many JVMs installed on the system?

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to