Hi folks,

i am working with :

- Redhat Linux 9.0 Kernel : 2.4.20-31.9smp
- Java 1.5.0 (build 1.5.0-b64)
- Tomcat 5.5.4 running on port 8008

and after launching the Tomcat webserver via
the startup.sh script the server is quitting
prematurely without any reason (no exceptions,..).

logs/Catalina.out always says the following

"
....
....
Dec 16, 2004 10:17:07 PM org.apache.coyote.http11.Http11Protocol pause
....
....
"

after starting the server. Sometimes directly after launching
the server, sometimes Tomcat is up for 9 hours or so. But
not for any longer period of time.

Why is Tomcat pausing and shutting down the server, or what
am I getting wrong ?

I've also already tried setting

export LD_ASSUME_KERNEL=2.4.1

as described in the release-notes of Tomcat, before
starting tomcat.


Thanks in advance for your help,

best regards
Marc

#### more detailed Info from logs/catalina.out

Dec 16, 2004 10:16:12 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 3884 ms
Dec 16, 2004 10:17:07 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8008
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@c3e9e9')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@31f2a7')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@131c89c')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@1554d32')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@13f136e')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: attributeReplaced('org.apache.catalina.WELCOME_FILES', '
Ljava.lang.String;@14a18d')
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextDestroyed()
Dec 16, 2004 10:17:08 PM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextDestroyed()
Dec 16, 2004 10:17:08 PM org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8008




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to