Tomcat 6.0 service does not start: java/lang/NoClassDefFoundError
Posted
by James Lawruk
on Server Fault
See other posts from Server Fault
or by James Lawruk
Published on 2010-04-08T19:52:29Z
Indexed on
2010/04/08
20:03 UTC
Read the original article
Hit count: 342
I installed Tomcat on my Windows XP PC. But I can't get it to start. I start the service and I see the progress bar, but it fails.
I installed the Java Runtime Environment Version 6 and created JRE_HOME Environment variable. (C:\Program Files\Java\jre6)
Any ideas? Thanks.
Below is the jakarta_serviceYYYMMDD.log entries:
[2010-04-08 14:22:42] [info] Commons Daemon procrun (1.0.2.0) started
[2010-04-08 14:22:42] [info] Running Service...
[2010-04-08 14:22:42] [info] Starting service...
[2010-04-08 14:22:42] [info] Error occurred during initialization of VM
[2010-04-08 14:22:42] [info] java/lang/NoClassDefFoundError
[2010-04-08 14:22:42] [info] : java/lang/Object
© Server Fault or respective owner