I am not the developer who caused the issue, but... Redeployment that first caused the issue was using manager web-app. We tried other deployment options after that.
OS is RHEL5.x Aha, scanning the logs around the first error I found the following in catalina.2010-12-08.log. This message (and friends) is appearing prior to the first failure to deploy our app. Dec 8, 2010 7:09:33 PM org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor processChildren SEVERE: Exception invoking periodic operation: java.lang.OutOfMemoryError: PermGen space An out-of-resource error such as this is quite likely the cause, any comments from anyone as to the likely cause, or troubleshooting? Follows our tomcat process info, we use MaxPermSize 512M tomcat6 13184 0.2 27.0 2018392 538840 ? Sl Dec12 6:21 /usr/lib/jvm/java-1.6.0/bin/java -Xms512M -Xmx1G -XX:MaxPermSize=512M -Djava.library.path=/opt/apache-tomcat/lib -classpath :/opt/apache-tomcat/bin/bootstrap.jar:/opt/apache-tomcat/bin/tomcat-juli .jar: -Dcatalina.base=/opt/apache-tomcat -Dcatalina.home=/opt/apache-tomcat -Djava.endorsed.dirs= -Djava.io.tmpdir=/opt/apache-tomcat/temp -Djava.util.logging.config.file=/opt/apache-tomcat/conf/logging.properti es -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager org.apache.catalina.startup.Bootstrap start -----Original Message----- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Wednesday, 15 December 2010 5:42 a.m. To: Tomcat Users List Subject: Re: jndi-lookup fails, cured by tomcat restart 2010/12/14 Dale Ogilvie <dale.ogil...@trimble.co.nz>: > > The thing is that the code is working fine now, without the fully > qualified jndi-name. IIRC, Spring adds a prefix to the name before doing the lookup (as seen from the logs fragment). How do you perform your deployment? Do you use the manager webapp, or rely on autodeployment? When dealing with the context.xml file the usual caveat is when there is a stale copy of it in conf/Catalina/localhost/ Anything else in the logs? Are there messages before your app tries to start up? (E.g. Tomcat reporting that the app was deployed)? What is your OS? Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org