Re: error listener start

2010-07-26 Thread Adam Posner
-6.0.28/logs$ On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: 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

Re: error listener start

2010-07-26 Thread 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, please. Also tell us

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
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 [mailto:cuco2...@gmail.com] Subject: error listener start This is a tough one . I have no clue. And apparently don't even know

Re: error listener start

2010-07-26 Thread Adam Posner
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 [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

Re: error listener start

2010-07-26 Thread Adam Posner
is under classes On Mon, Jul 26, 2010 at 12:18 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: 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

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

error listener start

2010-07-25 Thread Adam Posner
This is a tough one . I have no clue. All I get in the logs is that error msg. Here ?xml version=1.0 encoding=UTF-8? web-app version=2.5 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/javaee

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

Error Listener start tomcat

2009-10-27 Thread vkpandit
in context: http://www.nabble.com/Error-Listener-start-tomcat-tp26080229p26080229.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

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
[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 facesContext not found. http

error listener start during aplication start up

2006-04-21 Thread lee hwaying
I have the following error message while starting up my application in Tomcat. I am using log4j.xml in my custom application. can someone help thanks. INFO: XML validation disabled log4j:WARN No appenders could be found for logger (org.apache.catalina.startup.TldConfig). log4j:WARN Please

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