You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jo...@comcast.net on 2007/09/14 22:57:19 UTC

Apache Service Stopping

I am having a sporadic problem where users will spontaneously be brought out to the timeout message:

Exception:         
java.lang.Exception: Your ESP+web session signed off or has expired.
You will need to login again to initiate a new session.

I have been able to recreate the problem myself and it occurs very quickly - it is definitely not a correct timeout

In one of the logs I see the following message repeatedly.

 Stopping service...
[2007-09-14 13:42:32] [info] Service stopped.
[2007-09-14 13:42:32] [info] Run service finished.
[2007-09-14 13:42:32] [info] Procrun finished.

Can anyone offer suggestions as to what might factor in here?

In another log I see the following:

Sep 13, 2007 9:51:03 AM org.apache.catalina.core.AprLifecycleListener init
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path

What file represents The Apache Tomcat Native library?

RE: Apache Service Stopping

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: john.calderbank@comcast.net 
> [mailto:john.calderbank@comcast.net] 
> Subject: Apache Service Stopping
> 
> Exception:         
> java.lang.Exception: Your ESP+web session signed off or has expired.
> You will need to login again to initiate a new session.

That looks like a message from your webapp, not Tomcat.

> Sep 13, 2007 9:51:03 AM 
> org.apache.catalina.core.AprLifecycleListener init
> INFO: The Apache Tomcat Native library which allows optimal 
> performance in production environments was not found on the 
> java.library.path

The APR message is unrelated to any problems in your webapp and can be
safely ignored.  APR can be used as an alternative connector for maximum
performance, but is not required for Tomcat operation.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org