Re: SEVERE: Error listenerStart

2010-06-23 Thread Konstantin Kolinko
1. Please tell us your exact Tomcat version (three numbers, x.y.z). 2. There are several log files in Tomcat. Have you tried to look into all of them? Best regards, Konstantin Kolinko - To unsubscribe, e-mail: users-unsubscr...@

SEVERE: Error listenerStart

2010-06-23 Thread rajeevP
3:14:34 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Jun 23, 2010 3:14:34 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/ALS] startup failed due to previous errors ALS is my application and not able to start, Please help me to solve this problem, thanks in advance, Rajee

RE: SEVERE: Error listenerStart

2009-10-02 Thread Caldarale, Charles R
> From: jay [mailto:uniojnqoif...@gmail.com] > Subject: SEVERE: Error listenerStart > > SEVERE: Error deploying configuration descriptor balancer_o.xml You appear to have a good bit of junk floating around in your Tomcat installation. As you've been told earlier, you

SEVERE: Error listenerStart

2009-10-02 Thread jay
Hi all : I find the looks like the error (SEVERE: Error listenerStart) cause I can see my page in browser . I find these part of my log as follows : Oct 2, 2009 9:03:36 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh
Mark > > >> >> Thanks! >> Sarah >> >> >> markt-2 wrote: >>> Sarah_Sh wrote: >>>> Thank you for giving me a hint of the typo. >>>> >>>> error listenerstart is still there. >>> This is the relevant

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Mark Thomas
not from Tomcat. Mark > > Thanks! > Sarah > > > markt-2 wrote: >> Sarah_Sh wrote: >>> Thank you for giving me a hint of the typo. >>> >>> error listenerstart is still there. >> This is the relevant part of the logs: >> >> 14.09.2

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh
me a hint of the typo. >> >> error listenerstart is still there. > > This is the relevant part of the logs: > > 14.09.2009 18:21:21 org.apache.catalina.core.StandardContext listenerStart > SCHWERWIEGEND: Exception sending context initialize

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Mark Thomas
Sarah_Sh wrote: > Thank you for giving me a hint of the typo. > > error listenerstart is still there. This is the relevant part of the logs: 14.09.2009 18:21:21 org.apache.catalina.core.StandardContext listenerStart SCHWERWIEGEND: Exception sending context initialized event to listener

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh
Thank you for giving me a hint of the typo. error listenerstart is still there. Thanks. Sarah awarnier wrote: > > Sarah_Sh wrote: >> Hi all, >> > Hi. > I have no idea about all the other stuff, but at least here there seems > to be a small typo : > >>

Re: error listenerstart Tomcat 6.0.20

2009-09-15 Thread André Warnier
Sarah_Sh wrote: Hi all, Hi. I have no idea about all the other stuff, but at least here there seems to be a small typo : WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'relaodable' to 'false' did not find a matching property. 'relaodable' probably needs

error listenerstart Tomcat 6.0.20

2009-09-15 Thread Sarah_Sh
Hi all, I have an error listenerstart at my tomcat 6.0.20 which said that the context [/xx] startup failed to previous errors: catalina log: 14.09.2009 18:21:17 org.apache.tomcat.util.digester.SetPropertiesRule begin WARNUNG: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting

Re: How to debug Error: listenerStart?

2009-04-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/6/2009 5:45 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: How to debug Error: listenerStart? > > >> In my webapp, I have a defi

RE: How to debug Error: listenerStart?

2009-04-06 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: How to debug Error: listenerStart? > In my webapp, I have a defined first that does this: > > > > This appears to load my configuration correctly, but I don't see any > Tomcat message

Re: How to debug Error: listenerStart?

2009-04-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/2/2009 3:03 PM, Caldarale, Charles R wrote: >> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] >> Subject: Re: How to debug Error: listenerStart? >> >> my webapp dynamically configures log4j

Re: How to debug Error: listenerStart?

2009-04-06 Thread Dan Armbrust
On Sat, Apr 4, 2009 at 9:08 PM, Caldarale, Charles R wrote: > I think I figured out what's going on.  Tomcat 5.5 uses an unmodified > LogFactory from commons-logging, which pokes around for logging mechanisms - > and finds your log4j.jar inside your webapp.  Tomcat 6.0, on the other hand, > us

RE: How to debug Error: listenerStart?

2009-04-05 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: How to debug Error: listenerStart? > log4j errors when porting a 5.5 webapp to 6.x: > output/build/webapp/docs/logging.html None of your post is relevant to the topic under discussion. The instructions for usin

RE: How to debug Error: listenerStart?

2009-04-05 Thread Martin Gainty
can easily be subject to manipulation, we can not accept any liability for the content provided. > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Sat, 4 Apr 2009 21:08:55 -0500 > Subject: RE: How to debug Error: listenerStart? > > &g

RE: How to debug Error: listenerStart?

2009-04-04 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Perhaps it is behaving different on Tomcat 6. I didn't try 6, only > the latest 5.5, since that's what I'm using in production. Sorry, I didn'

Re: How to debug Error: listenerStart?

2009-04-04 Thread Dan Armbrust
On Fri, Apr 3, 2009 at 8:32 PM, Caldarale, Charles R wrote: >> From: Caldarale, Charles R >> Subject: RE: How to debug Error: listenerStart? > >> To close out this thread > > Or maybe not. > >> I've reopened bug >> https://issues.apache.org/bugzi

RE: How to debug Error: listenerStart?

2009-04-03 Thread Caldarale, Charles R
> From: Caldarale, Charles R > Subject: RE: How to debug Error: listenerStart? > To close out this thread Or maybe not. > I've reopened bug > https://issues.apache.org/bugzilla/show_bug.cgi?id=34110 > and attached a war file which demonstrates the problem. I downloaded

Re: How to debug Error: listenerStart?

2009-04-03 Thread Dan Armbrust
To close out this thread, I've reopened bug https://issues.apache.org/bugzilla/show_bug.cgi?id=34110 and attached a war file which demonstrates the problem. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio

Re: How to debug Error: listenerStart?

2009-04-03 Thread André Warnier
Caldarale, Charles R wrote: From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] Subject: Re: How to debug Error: listenerStart? There is obviously some interaction going on between my webapp and tomcat's logging system that I don't know about. Many Tomcat components associa

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
>> What would I need to do to make log4j within my webapp >> have a temporary configuration which would log to the >> console until the point when my webapp executes it's >> dynamic configuration? > > Create a log4j.xml or log4j.properties file in WEB-INF/classes. > Bingo. That makes my log4j war

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > my webapp dynamically configures log4j with a pattern like this: > > LogManager.resetConfiguration(); > PropertyConfigurator.configure(properties); I think

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
On Thu, Apr 2, 2009 at 1:00 PM, Caldarale, Charles R wrote: >> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] >> Subject: Re: How to debug Error: listenerStart? >> >> There is obviously some interaction going on between my webapp >> and tomcat's log

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > There is obviously some interaction going on between my webapp > and tomcat's logging system that I don't know about. Many Tomcat components associated wi

Re: How to debug Error: listenerStart?

2009-04-02 Thread Gregor Schneider
On Thu, Apr 2, 2009 at 7:30 PM, Dan Armbrust wrote: > > What would be doing this?  Something in my app is preventing this > severe error from being passed up to tomcat to be logged - but then my > app doesn't log it either - probably because it is stopped before it > ever finishes deploying. Your

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
I got a brand new copy of tomcat 5.5.25, and tested it. Some of the provided apps, such as balancer - create entries in the localhost log file. I used kdiff to compare the entire tomcat folder hierarchy to my tomcat distribution, and I can't find any significant difference that could cause my mis

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Both of these variables are hard coded into the top of the catalina.sh > script. The rest is untouched from stock. As a side note, you can do this with a separate s

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
> What are you using on the command line to start Tomcat?  In particular, what > is the value of the following system properties? > > java.util.logging.manager > java.util.logging.config.file > > The default values are org.apache.juli.ClassLoaderLogManager and > ${catalina.base}/conf/logging.prop

Re: How to debug Error: listenerStart?

2009-04-02 Thread Christopher Schultz
/marc.info/?l=tomcat-user&m=123862274508212&w=2 >> I trust error messages more than I trust posters' assertions: >> >>> SEVERE: Error listenerStart >> That's definitely a listener that won't start, not a filter. >> > > Well, it turne

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
>>> Yup, although Chuck's example is a missing filter, not a >>> missing listener. >> >> The OP's original problem *was* a missing filter: >> http://marc.info/?l=tomcat-user&m=123862274508212&w=2 > > I trust error messages more than I

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Add sample modjk2 scripts. The mod_jk2 package was deprecated many years ago; you should not be using it. > Log4j _is_ present in the war files that I deploy, howe

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > My logging.properties file is exactly what came with tomcat 5.5.25. What are you using on the command line to start Tomcat? In particular, what is the value of t

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: How to debug Error: listenerStart? > > > SEVERE: Error listenerStart > > That's definitely a listener that won't start, not a filter. The OP has just posted a second retraction... -

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
>> log4j:WARN No appenders could be found for logger >> (org.apache.catalina.startup.TldConfig). >> log4j:WARN Please initialize the log4j system properly. > > This indicates that you /have/ made changes to Tomcat's default logging > configuration. Tomcat doesn't use log4j by default. Do you have >

Re: How to debug Error: listenerStart?

2009-04-02 Thread André Warnier
Dan Armbrust wrote: [...] Actually, it's not. The stack trace is not present in _any_ log file that Tomcat is creating, in my instance of Tomcat. So, I seem to have a secondary problem that is messing up Tomcats logging configuration. Any idea what I should check, to figure out why I don't

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
Here is the non-commented out bits of my server.xml: My logging.properties file is exactly what came with tomcat 5.5.25. - To unsubscribe,

Re: How to debug Error: listenerStart?

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 4/2/2009 10:21 AM, Dan Armbrust wrote: > I haven't made any changes to Tomcats default logging configuration. > > Tomcat does print this to the console as it starts up: > > log4j:WARN No appenders could be found for logger > (org.apache.cata

Re: How to debug Error: listenerStart?

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 4/2/2009 10:03 AM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: How to debug Error: listenerStart? >> >> Yup, although Chuck's example is a miss

Re: How to debug Error: listenerStart?

2009-04-02 Thread Ken Bowen
vanilla download from the Apache site). On Apr 2, 2009, at 10:09 AM, Dan Armbrust wrote: On Wed, Apr 1, 2009 at 5:02 PM, Caldarale, Charles R wrote: From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] Subject: Re: How to debug Error: listenerStart? Why doesn't tomcat log a stack trace

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
> > Any idea what I should check, to figure out why I don't have a log > file? > Correction. I have a log file - but it is always blank. Size 0. I tried the starting it up with a missing filter, and a missing listener, and neither case gives me anything in the log file. I haven't made any

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Actually, it's not. Very odd. Sorry for the comment. > Any idea what I should check, to figure out why I don't > have a log file? Have you added

RE: How to debug Error: listenerStart?

2009-04-02 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: How to debug Error: listenerStart? > > Yup, although Chuck's example is a missing filter, not a > missing listener. The OP's original problem *was* a missing filter: http://m

Re: How to debug Error: listenerStart?

2009-04-02 Thread Dan Armbrust
On Wed, Apr 1, 2009 at 5:02 PM, Caldarale, Charles R wrote: >> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] >> Subject: Re: How to debug Error: listenerStart? >> >> Why doesn't tomcat log a stack trace > > It does, in the log associated with the

Re: How to debug Error: listenerStart?

2009-04-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 4/1/2009 6:02 PM, Caldarale, Charles R wrote: >> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] >> Subject: Re: How to debug Error: listenerStart? >> >> Why doesn't tomcat log a stack trace >

RE: How to debug Error: listenerStart?

2009-04-01 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: RE: How to debug Error: listenerStart? > > Any thoughts on if this is a bug, a specific problem with > my tomcat installation, or a design decision that I don't > agree with? If you really do want

RE: How to debug Error: listenerStart?

2009-04-01 Thread Caldarale, Charles R
> From: Dan Armbrust [mailto:daniel.armbrust.l...@gmail.com] > Subject: Re: How to debug Error: listenerStart? > > Why doesn't tomcat log a stack trace It does, in the log associated with the of interest: Apr 1, 2009 4:58:44 PM org.apache.catalina.core.StandardContext f

Re: How to debug Error: listenerStart?

2009-04-01 Thread Dan Armbrust
INFO: Deploying web application archive foo.war Apr 1, 2009 1:53:45 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Apr 1, 2009 1:53:45 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/foo] startup failed due to previous errors Which is really not very he

Re: How to debug Error: listenerStart?

2009-04-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan, On 4/1/2009 4:16 PM, Dan Armbrust wrote: > I have a filter somewhere in a webapp that has gotten broken through > my own packaging process, likely due to a missing class. Are you sure it's a filter and not a listener? >

How to debug Error: listenerStart?

2009-04-01 Thread Dan Armbrust
I have a filter somewhere in a webapp that has gotten broken through my own packaging process, likely due to a missing class. But I can't figure out how to make tomcat actually tell me what the problem is. All that I get is the dreaded, nearly useless SEVERE: Error listenerStart on the co

[??-FIXED: Yes, but]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
Mark, Somewhat odd. I've been slowly reworking the app (significant rebuilding) for a couple of months, and have routinely been seeing that log4j complaint, although everything was working ok -- so of course I wasn't even seeing the complaint anymore, expecting that everything would clean u

Re: [NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Mark Thomas
Ken Bowen wrote: That's what's frustrating. I'm using a new Tomcat unzip with simple JULI logging So what is the log4j message doing in this trace? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: [NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
er.sax). log4j:WARN Please initialize the log4j system properly. Aug 6, 2008 1:51:20 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Aug 6, 2008 1:51:20 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/connectedtrading] startup failed due to previous

Re: [NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Mark Thomas
Ken Bowen wrote: Ok, I fixed that (see below), but that does seem to change the problem at all. The catalina.out trace is the same. Have a look at the files in the logs directory. One of them should have more information (like the stacktrace from the failed listener). Mark ---

[NOT-FIXED]SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
arget param name: paramName / Target param value: paramValue / Redirect URL: http://www.yahoo.com], [org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: http://jakarta.apache.org]] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.

Re: SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread David Smith
://jakarta.apache.org]] log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. Aug 6, 2008 11:07:42 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Aug 6, 2008 11:0

SEVERE: Error listenerStart -- without entering the listener

2008-08-06 Thread Ken Bowen
ould be found for logger (org.apache.commons.digester.Digester.sax). log4j:WARN Please initialize the log4j system properly. Aug 6, 2008 11:07:42 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Aug 6, 2008 11:07:42 AM org.apache.catalina.core.StandardContext start SE

RE: SEVERE: Error listenerStart

2008-04-07 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: SEVERE: Error listenerStart > > Btw, I discovered a copy of "Inside Servlets, 2nd Ed." by Dustin > R. Callaway which appeared in 2001 and seems to cover the 2.2 or > 2.3 Servlet Specs. Th

RE: SEVERE: Error listenerStart

2008-04-07 Thread Ralph.Grothe
Hi Chuck, I apologize for the weekend caused delay with my reply. > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 6:27 PM > To: Tomcat Users List > Subject: RE: SEVERE: Error listenerStart > > >

RE: SEVERE: Error listenerStart

2008-04-04 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: RE: SEVERE: Error listenerStart > > Come on, I have no inclination to become a J2EE hacker. No one's asking you to be a J2EE "hacker", but some familiarity with the problem domain is expected. GIYF.

RE: SEVERE: Error listenerStart

2008-04-04 Thread Ralph.Grothe
Hi Chuck, > -Original Message- > From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2008 4:59 PM > To: Tomcat Users List > Subject: RE: SEVERE: Error listenerStart > > > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTE

RE: SEVERE: Error listenerStart

2008-04-04 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Subject: SEVERE: Error listenerStart > > As far as I understand the term "listener" seems to be a bit > of a misnomer as no listening socktet (which I guess is termed > a "connector" in J2EE s

SEVERE: Error listenerStart

2008-04-04 Thread Ralph.Grothe
: Apr 4, 2008 3:09:11 PM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Apr 4, 2008 3:09:11 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/aDISWeb] startup failed due to previous errors ...while in $CATALINA_HOME/logs/localhost.$(date +%Y-%m-%d).lo

RE: Confusing Tomcat Error: "SEVERE: Error listenerStart"

2007-12-03 Thread MassimoH
rsion, even the one with NetBeans. You can > link the separate one in as a J2EE server afterwards. > -- View this message in context: http://www.nabble.com/Confusing-Tomcat-Error%3A-%22SEVERE%3A-Error-listenerStart%22-tf4878905.html#a14140286 Sent from the Tomcat - User mail

RE: Confusing Tomcat Error: "SEVERE: Error listenerStart"

2007-11-26 Thread Caldarale, Charles R
> From: MassimoH [mailto:[EMAIL PROTECTED] > Subject: Confusing Tomcat Error: "SEVERE: Error listenerStart" > > This was working perfectly until I did an > uinstall/reinstall of Apache Tomcat 6.0.14 > along with the new RC2 of NetBeans 6.0. Try installi

Confusing Tomcat Error: "SEVERE: Error listenerStart"

2007-11-26 Thread MassimoH
e Catalina Nov 26, 2007 1:14:14 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.14 Nov 26, 2007 1:14:15 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart Nov 26, 2007 1:14:15 AM org.apache.catalina.core.StandardContext st

Re: Error: ListenerStart

2007-11-14 Thread uma_rk
4j.PatternLayout > log4j.appender.logfile.layout.ConversionPattern=%d %p [%c] - %m%n > > > M- > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Wednesday, November 14, 2007 11:32 AM > Subject: Error: ListenerStart

Re: Error: ListenerStart

2007-11-14 Thread Martin Gainty
- %m%n M- - Original Message - From: <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, November 14, 2007 11:32 AM Subject: Error: ListenerStart > > Environment: Jre6, Tomcat 6.0.14, Linux Redhat > > Is there a Tomcat (6.x) specific way of making Contex

Error: ListenerStart

2007-11-14 Thread uma_rk
Environment: Jre6, Tomcat 6.0.14, Linux Redhat Is there a Tomcat (6.x) specific way of making ContextListener more verbose in its "Error: listenerStart" message? I mean is there a log4j setting for Tomcat that I can enable to identify why the context load fails

Re: tomahawk and Error listenerStart

2007-01-17 Thread Wojtek Kusch
Hi! If I use jdk <> 1.6 I get no errors. ;) Thanks for previous help, Charles! Wojtek Caldarale, Charles R schrieb: From: Wojtek Kusch [mailto:[EMAIL PROTECTED] Subject: tomahawk and Error listenerStart SCHWERWIEGEND: Context [/JSFMyApp] startup failed due to previous errors 17.0

RE: tomahawk and Error listenerStart

2007-01-16 Thread Caldarale, Charles R
> From: Wojtek Kusch [mailto:[EMAIL PROTECTED] > Subject: tomahawk and Error listenerStart > > SCHWERWIEGEND: Context [/JSFMyApp] startup failed due to > previous errors > 17.01.2007 00:03:50 org.apache.catalina.startup.HostConfig > deployDescriptor > > What c

tomahawk and Error listenerStart

2007-01-16 Thread Wojtek Kusch
Hi All! If I include tomahawk 1.1.3.jar in my application library (add external jar to my app), then start tomcat 6, I get following error: Error listenerStart 17.01.2007 00:03:50 org.apache.catalina.core.StandardContext start SCHWERWIEGEND: Context [/JSFMyApp] startup failed due to

Re: Error listenerStart

2006-12-13 Thread Martin Gainty
rande" <[EMAIL PROTECTED]> To: Sent: Wednesday, December 13, 2006 3:28 PM Subject: Error listenerStart > Has anyone seen the following error ?? I'm at a complete loss. > > thanks > > > SEVERE: Error listenerStart > Dec 13, 2006 1:12:54 PM org.apache.catalina.co

Re: Error listenerStart

2006-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Richard, Richard DeGrande wrote: > Has anyone seen the following error ?? I'm at a complete loss. > > SEVERE: Error listenerStart > Dec 13, 2006 1:12:54 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/omps

Error listenerStart

2006-12-13 Thread Richard DeGrande
Has anyone seen the following error ?? I'm at a complete loss. thanks SEVERE: Error listenerStart Dec 13, 2006 1:12:54 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/omps] startup failed due to previous e

RE: Cannot start application: SEVERE: Error listenerStart

2006-10-23 Thread Caldarale, Charles R
> From: evimail [mailto:[EMAIL PROTECTED] > Subject: Cannot start application: SEVERE: Error listenerStart > > Please advise where to look for solution. > > INFO: Deploying web application archive jetspeed.war > Oct 23, 2006 2:53:10 PM org.apache.catalina.

Cannot start application: SEVERE: Error listenerStart

2006-10-23 Thread evimail
Hello, I am trying to run Jetspeed on Tomcat 5.5.20 but the application does not start. Catalina log file shows "SEVERE: Error listenerStart" - all logs are listed on below. Please advise where to look for solution. Regads, Evi Localhost.log: Oct 23, 2006

Error listenerStart solution?

2006-03-26 Thread Dean Hiller
I see lots of post on "Error listenerStart". I know what this is caused by. It is caused by your ServletContextListener throwing an exception on the contextInitialized method. I do not know however why it is not logging stack traces. It is like one will have to write a JUnit te

RE: SEVERE: Error listenerStart

2006-03-07 Thread lee hwaying
To add to it, this piece of program runs well in my local tomcat 5.5.12 but fail to run with the following error when i upload to server. regards From: "lee hwaying" <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" To: users@tomcat.apache.org Subject: SEVERE

SEVERE: Error listenerStart

2006-03-07 Thread lee hwaying
b1dc2c [GC 86464K->78457K(139396K), 0.0099230 secs] @4000440e1495015ab7c4 Mar 7, 2006 11:17:31 PM org.apache.catalina.core.StandardContext start @4000440e1495015ac37c SEVERE: Error listenerStart @4000440e149509281bcc Mar 7, 2006 11:17:31 PM org.apache.catalina.core.Standard

SEVERE: Error listenerStart

2006-03-01 Thread Scott Smith
SEVERE: Error listenerStart Feb 27, 2006 12:42:44 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywebapp] startup failed due to previous errors I get this error when trying to start Tomcat. Tomcat starts but the application context mywebapp is unable to start. I've