Re: NoSuchMethod shutdown error

2007-08-16 Thread Dan Armbrust
That was the next thing I looked into after I solved this bug. I fixed it by commenting out the Listener className=org.apache.catalina.core.AprLifecycleListener / line in the server.xml file. My take on the native APR stuff (which is likely completely wrong since it consists of what I learned in

Re: NoSuchMethod shutdown error

2007-08-16 Thread Matthew Kerle
no worries. I hadn't seen how to remove that dependency before, which is why I didn't mention it in my reply. the APR just gives tomcat comparable file reading performance as httpd, but unless you're running slashdot or hea.net on your tomcat then not having it isn't a big issue and your

NoSuchMethod shutdown error

2007-08-14 Thread Dan Armbrust
I just upgraded from 5.5.9 to 5.5.23, and now, when I shut down tomcat, I get these errors. Any idea whats going on? Looks like I have an out of date jar file on the classpath - but as far as I know, these are tomcat only jar files... Thanks INFO: Server startup in 8284 ms Aug 14, 2007

Re: NoSuchMethod shutdown error

2007-08-14 Thread Dan Armbrust
When I was upgrading tomcat, I had a jar file hang around in source control that shouldn't have been there. I had both commons-modeler.jar and commons-modeler-2.0.jar in my server lib folder. All better now, Thanks, Dan On 8/14/07, Martin Gainty [EMAIL PROTECTED] wrote: Dan- did you check

Re: NoSuchMethod shutdown error

2007-08-14 Thread Matthew Kerle
also, I noticed that you have some Failed Shutdown of Apache Portable Runtime errors, if you want to make that message go away grab the APR native library for your platform and drop it into %JAVA_HOME%/bin symptoms: on startup something like the following gets printed out: INFO: The Apache