RE: LifecycleException

2003-12-10 Thread Shapira, Yoav
Howdy, This exception happens because server is trying to remove a child element of a container (in this case a StandardContext called TEMPLATE) that has not been started. Chances are there are errors earlier in the log telling you that context could not be started for some reason -- fix that

RE: LifecycleException

2003-12-10 Thread Jeremy Whitlock
why your portion of Tomcat wasn't loaded. Hope this helps, Jeremy -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 6:47 AM To: Tomcat Users List Subject: RE: LifecycleException Howdy, This exception happens because server is trying

Re: LifecycleException when setting up JDBCRealm w postgres 7.2.1

2003-01-21 Thread Rob Abernethy IV
Try looking at your Postgres logs for more information. Edit your postgresql.conf file by setting 'syslog' to 1 or 2. Then check your system logs after you try to start up Tomcat. Other options to consider in your postgresql.conf file: log_connections = true debug_level = 4

RE: LifecycleException

2002-01-29 Thread Anton Brazhnyk
Hi, -Original Message- From: Bill Saur [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:29 PM To: [EMAIL PROTECTED] Subject: RE: LifecycleException Oliver and Anton, I understand the concept of what you are saying but I am in need of practical details. I have

RE: LifecycleException

2002-01-29 Thread Bill Saur
All: I solved the problem I was having and I wanted to post the solution in case others may learn from this. Tomcat was not shutting down properly on my computer because of the Microsoft Instant Messaging program that typically runs in my system tray. Until I exited the IM program the

RE: LifecycleException

2002-01-28 Thread Bill Saur
: [EMAIL PROTECTED] _ -Ursprüngliche Nachricht- Von: Anton Brazhnyk [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 28. Januar 2002 09:05 An: Tomcat Users List Betreff: RE: LifecycleException Hi, -Original Message- From: Bill Saur [mailto:[EMAIL

RE: LifecycleException

2002-01-28 Thread Bill Saur
Thanks Ralph Einfeldt - your post was helpful. So after I run the netstat -a command I get a table that displays the following relevant information: Protocol: TCP Local Address: billsaur:1651 Foreign Address: billsaur:8005 State: TIME_WAIT The port 8005 is the Tomcat default shutdown port and

RE: LifecycleException

2002-01-27 Thread Anton Brazhnyk
Hi, -Original Message- From: Bill Saur [mailto:[EMAIL PROTECTED]] Sent: Friday, January 25, 2002 11:12 PM To: [EMAIL PROTECTED] Subject: LifecycleException Hello: I have just installed Tomcat 4.0.1 (Win2000 OS) and the program works one time and then once I shut it down and