Re: listener initialized twice

2010-07-07 Thread daniel polonsky
Thanks, I will give it a shot, although we don't have UI and no JSP files. This application serves as sort of background mail server I can't send you the relevant code, but here is the relevant piece of code *listener class:* public class ComServerConfigListener implements ServletContextListener {

RE: listener initialized twice

2010-07-07 Thread Caldarale, Charles R
> From: daniel polonsky [mailto:danpolon...@gmail.com] > Subject: Re: listener initialized twice > > The same deployment runs OK on other machines and in > development, while on server 2008 i am getting this error. Does WEB-INF/classes/tool/HandleFiles$2.class actually exist

Re: listener initialized twice

2010-07-07 Thread Mark Thomas
On 07/07/2010 13:22, daniel polonsky wrote: > The same deployment runs OK on other machines and in development, while on > server 2008 i am getting this error. > java.lang.NoClassDefFoundError is thrown when creating a java.io.FileFilter > instance which is part of JDK and we do have a JDK 1.5 ins

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
The same deployment runs OK on other machines and in development, while on server 2008 i am getting this error. java.lang.NoClassDefFoundError is thrown when creating a java.io.FileFilter instance which is part of JDK and we do have a JDK 1.5 installed On Wed, Jul 7, 2010 at 1:59 PM, Mark Thomas

Re: listener initialized twice

2010-07-07 Thread Mark Thomas
On 07/07/2010 10:44, daniel polonsky wrote: > and here is the localhost log > > Jul 7, 2010 11:57:33 AM org.apache.catalina.core.StandardContext > listenerStart > SEVERE: Exception sending context initialized event to listener instance of > class com.nextnine.web.ComServerConfigListener > java.lan

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
and here is the localhost log Jul 7, 2010 11:57:32 AM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jul 7, 2010 11:57:32 AM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Jul 7, 2010 11:57:33 AM org.apache.c

Re: listener initialized twice

2010-07-07 Thread Mark Thomas
On 07/07/2010 11:01, daniel polonsky wrote: Hi Sorry for not being clear, but i still have an issue with the latest version of 6.0.26 tomcat, deployed on Windows 2008 Jul 7, 2010 11:57:32 AM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory ROOT J

Re: listener initialized twice

2010-07-07 Thread daniel polonsky
Hi Sorry for not being clear, but i still have an issue with the latest version of 6.0.26 tomcat, deployed on Windows 2008 *tomcat log* Jul 7, 2010 11:57:31 AM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in pr

Re: listener initialized twice

2010-07-07 Thread Mark Thomas
On 07/07/2010 10:26, daniel polonsky wrote: *in development * on server 2003 when running under tomcat 6.0.16, i am getting the following info INFO: The listener "com.nextnine.web.ComServerConfigListener" is already configured for this context. The duplicate definition has been ignored. while wh