I'm having trouble getting /jsp-examples and /servlets-examples
started/running.  

I'm not sure where to start troubleshooting.  I have searched the tomcat
site.  Manager & Admin app starts up OK.  

I feel like I'm just getting started, but don't know if the above is
related to the problem.  Suggestions, please?  

Platform: Solaris 8 UltraSPARC
JAVA_HOME=/usr/jdk/instances/jdk1.5.0 [JDK 1.5.0_10]


In the localhost.2007-01-07.log file [removed the stack-trace]:
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.ApplicationContext log
Jan 7, 2007 8:10:40 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:10:41 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:10:41 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:10:50 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:10:50 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:10:50 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:11:00 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:11:00 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:11:00 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:11:09 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:11:09 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:11:09 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)
Jan 7, 2007 8:17:22 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.ContextListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/ContextListener
Jan 7, 2007 8:17:22 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Error configuring application listener of class
listeners.SessionListener
java.lang.ClassFormatError: Extra bytes at the end of class file
listeners/SessionListener
Jan 7, 2007 8:17:22 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Skipped installing application listeners due to previous
error(s)

>From tomcat-5.5.20/logs/catalina.2007-01-07.log:
Jan 7, 2007 8:07:20 PM org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
Jan 7, 2007 8:07:21 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Jan 7, 2007 8:07:21 PM org.apache.coyote.http11.Http11BaseProtocol
destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
Jan 7, 2007 8:07:21 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: Failed shutdown of Apache Portable Runtime
Jan 7, 2007 8:07:28 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance
in production environments was not found on the java.library.path:
/usr/jdk/instances/jdk1.5.0/jre/lib/sparc/client:/usr/jdk/instances/jdk1
.5.0/jre/lib/sparc:/usr/jdk/instances/jdk1.5.0/jre/../lib/sparc::/usr/li
b
Jan 7, 2007 8:07:28 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Jan 7, 2007 8:07:28 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1527 ms
Jan 7, 2007 8:07:28 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Jan 7, 2007 8:07:28 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.20
Jan 7, 2007 8:07:28 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsp-examples] startup failed due to previous errors
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:07:30 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/servlets-examples] startup failed due to previous
errors
Jan 7, 2007 8:07:31 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Jan 7, 2007 8:07:31 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Jan 7, 2007 8:07:31 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/37  config=null
Jan 7, 2007 8:07:31 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Jan 7, 2007 8:07:31 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3344 ms
Jan 7, 2007 8:10:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:10:41 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/servlets-examples] startup failed due to previous
errors
Jan 7, 2007 8:10:50 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:10:50 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/servlets-examples] startup failed due to previous
errors
Jan 7, 2007 8:11:00 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:11:00 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsp-examples] startup failed due to previous errors
Jan 7, 2007 8:11:09 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:11:09 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/servlets-examples] startup failed due to previous
errors
Jan 7, 2007 8:11:33 PM org.apache.struts.action.RequestProcessor
processMapping
SEVERE: Invalid path /login was requested
Jan 7, 2007 8:11:34 PM org.apache.struts.action.RequestProcessor
processMapping
SEVERE: Invalid path /login was requested
Jan 7, 2007 8:11:34 PM org.apache.struts.action.RequestProcessor
processMapping
SEVERE: Invalid path /login was requested
Jan 7, 2007 8:11:42 PM org.apache.struts.action.RequestProcessor
processMapping
SEVERE: Invalid path /frameset was requested
Jan 7, 2007 8:17:22 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Jan 7, 2007 8:17:22 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/jsp-examples] startup failed due to previous errors

---------------------------------------------------------------------
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