Re: error listener start

2010-07-26 Thread Adam Posner
Hi Chuck, Thanks for the reply and apologies for the incomplete info. Its version 6.0.28, installed in /usr/share on Ubuntu 9.04(Karmic Koala) (I'm on a 64 bit machine, but that shouldnt matter c...@raptor:/usr/share/apache-tomcat-6.0.28/logs$ cat catalina.2010-07-25.log Jul 25, 2010 11:23:04 PM

Re: error listener start

2010-07-26 Thread Adam Posner
Also, its the latest JVM, j2ee, java 6. The webap is in /use/share/apache-tomcat-6.0.28/webapps/dailtTamp-v1/WEB-INF/classes THe class files are belsw com which is under classes On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Adam Posner

RE: error listener start

2010-07-26 Thread Caldarale, Charles R
From: Adam Posner [mailto:cuco2...@gmail.com] Subject: Re: error listener start Thanks for the reply and apologies for the incomplete info. Which, unfortunately, is still incomplete. Also tell us ... how you installed Tomcat. Look in both the catalina.*.log and localhost.*.log files

Re: error listener start

2010-07-26 Thread Adam Posner
To be even more clear, the TrailContextListener.clas file is in classes/com/listeners On Mon, Jul 26, 2010 at 6:10 PM, Adam Posner cuco2...@gmail.com wrote: Also, its the latest JVM, j2ee, java 6. The webap is in /use/share/apache-tomcat-6.0.28/webapps/dailtTamp-v1/WEB-INF/classes THe class

Re: error listener start

2010-07-26 Thread Adam Posner
I downloaded the tar.gz file from the Apache site. When I do an ls in my logs directory , localhost*.log shows up , but when I try to do cat localhost.2010-07-25.log, for ex., I get No such file.. Strange On Mon, Jul 26, 2010 at 6:12 PM, Adam Posner cuco2...@gmail.com wrote: To be even

Re: error listener start

2010-07-26 Thread Adam Posner
Jul 25, 2010 11:23:06 PM org.apache.catalina.core.ApplicationContext log INFO: ContextListener: contextInitialized() Jul 25, 2010 11:23:06 PM org.apache.catalina.core.ApplicationContext log INFO: SessionListener: contextInitialized() Jul 25, 2010 11:23:06 PM

RE: error listener start

2010-07-26 Thread Caldarale, Charles R
From: Adam Posner [mailto:cuco2...@gmail.com] Subject: Re: error listener start java.lang.NoClassDefFoundError: com/listeners/TrailsContextListener (wrong name: TrailsContextListener) Looks like you're missing the package statement in your Java source code. - Chuck THIS COMMUNICATION

Re: error listener start

2010-07-26 Thread Adam Posner
I bet that's it, thanks a bunch ! Adam On Mon, Jul 26, 2010 at 6:26 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Adam Posner [mailto:cuco2...@gmail.com] Subject: Re: error listener start java.lang.NoClassDefFoundError: com/listeners/TrailsContextListener (wrong

RE: error listener start

2010-07-25 Thread Caldarale, Charles R
From: Adam Posner [mailto:cuco2...@gmail.com] Subject: error listener start This is a tough one . I have no clue. And apparently don't even know the version of Tomcat you're running... or at least you haven't bothered to tell us. If and when you do, report all three fields of the version,

RE: Error Listener start tomcat

2009-10-27 Thread Caldarale, Charles R
From: vkpandit [mailto:v.kri...@gmail.com] Subject: Error Listener start tomcat When I deploy a war file of my jsf application to tomcat webapps directory I get an error listenerstart in my tomcat logs and when I point my browser to the location of the web page I get a runtime exception

RE: Error Listener start tomcat

2009-10-27 Thread vkpandit
Hi Chuck, I fixed it. I just recreated the demo app, and this time kept the lib directory empty. Hope somebody else gets something out of this. There are a lot of postings on error listenerstart but not a good solution. THanks, Sonia Caldarale, Charles R wrote: From: vkpandit

Re: error listener start during aplication start up

2006-04-21 Thread Hadraba Petr
Hi, this warning says that tomcat is using log4j, but can't find the configuration file /common/classes/log4j.properties. But I don't know how tell tomcat to ignore log4j.jar.:-( More info about Tomcat vs. Log4j: http://tomcat.apache.org/tomcat-5.5-doc/logging.html PETR On 4/21/06, lee