Thanks *a lot* for the suggestion, but I was not able to find a file with that pattern anywhere on my system.
I tried again to load a few jsp pages, including a very simple one, but they all failed, after what seemed like 5 minutes of trying, with 503. The failed requests didn't add anything to the tomcat or apache logs. Only rebooting added to the logs, but it was the same entry in Catalina.[date].log listed below. Any other suggestions, including ways to diagnose will be *greatly* appreciated! I'm going to take another look at the config files to see if anything looks odd and try to sort out the warning about loading a config file. Thanks, Tim -----Original Message----- From: Clovis Wichoski Sent: Tuesday, July 08, 2008 8:55 PM To: Tomcat Users List Subject: Re: Tomcat seems to have stopped servicing requests behind Apache Hi Tim, check at your tomcat home if exists a file with the pattern hs_err_pid*.log maybe your JVM was killed, and in that log you will know the reason. regards Clóvis On Tue, Jul 8, 2008 at 6:26 PM, Tim Hunt <[EMAIL PROTECTED]> wrote: > Hi, > > I have a Linux (Centos 4) system running Tomcat (5.5.20) behind > Apache(2.0.52) via mod_jk, and Tomcat seems to have stopped working. I > don't know what broke it, and I would really appreciate help diagnosing > the problem. Here's some more info: > > I can still server up static HTML files through just Apache, but jsp > pages don't work, and eventually return a 503 error. > > I'm using the jk adaptor > > Checking the catalina.[date].log file shows the following entries during > start up - note the bit about failing to read the config file about half > way down: > > Jul 8, 2008 3:56:07 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/java/jdk1.5.0_09/jre/lib/i386/server:/usr/java/jdk1.5.0_09/jre/lib/ > i386:/usr/java/jdk1.5.0_09/jre/../lib/i386 > > Jul 8, 2008 3:56:08 PM org.apache.catalina.startup.Catalina load > > INFO: Initialization processed in 1555 ms > > Jul 8, 2008 3:56:08 PM org.apache.catalina.core.StandardService start > > INFO: Starting service Catalina > > Jul 8, 2008 3:56:08 PM org.apache.catalina.core.StandardEngine start > > INFO: Starting Servlet Engine: Apache Tomcat/5.5.20 > > Jul 8, 2008 3:56:08 PM org.apache.catalina.core.StandardHost start > > INFO: XML validation disabled > > Jul 8, 2008 3:56:10 PM org.apache.jk.config.BaseJkConfig execute > > WARNING: Unable to open config file > > Jul 8, 2008 3:56:10 PM org.apache.jk.common.ChannelSocket init > > INFO: JK: ajp13 listening on /0.0.0.0:8009 > > Jul 8, 2008 3:56:10 PM org.apache.jk.server.JkMain start > > INFO: Jk running ID=0 time=0/110 config=null > > Jul 8, 2008 3:56:10 PM org.apache.catalina.storeconfig.StoreLoader load > > INFO: Find registry server-registry.xml at classpath resource > > Jul 8, 2008 3:56:10 PM org.apache.catalina.startup.Catalina start > > INFO: Server startup in 2441 msI've checked the server.xml and web.xml > files and they both seem okay and readable. > > I've also noticed that tomcat does not seem to restart correctly. If I > issue 'service tomcat restart', the cursor doesn't ever come back. > > Any suggestions? > > Thanks!! > > Tim > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]