Re: Tomcat 5.5 crashes after changing server IP

2011-12-12 Thread sirwiz
:53:10 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:11 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:12 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:12 org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads
SEVERE: The web application [] is still processing a request that 
has

yet to finish. This is very likely to create a memory leak. You can
control the time allowed for requests to finish by using the 
unloadDelay

attribute of the standard$
2011-12-12 00:53:12 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080


A request was taking a long time to process  was still running when 
the

server stopped.


It is probly Tomcat + Xen (KVM) + Intel (?) releted problem.


I really have no idea how you come to that conclusion.



I install
tomcat from 5 to 7 on diferent VPS's, always have the same result 
but
always i have Xen or KVM and Intel CPU, old serwer has AMD cpu and 
all
works great (and some older version of Xen also), but on new Xen or 
KVM

based VPS i always have the same problem. But when i run XEN machine
with Windows 8 and run on it VirtuaBox and starts new 32 bit CentOS 
all
work great (but i have virtualization on virtualized machine ;) ). 
Its

realy strange problem, and have no idea how to solve it.


Fix one thing at a time.  Start with your config.


p



On 29.11.2011 23:05, Christopher Schultz wrote:
Sirwiz,

On 11/29/11 11:51 AM, sir...@8host.pl wrote:

I can run tomcat with examples scripts (i just install t 7.0.23)
and i have this error:

2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start 
INFO:

Starting ProtocolHandler [http-bio-8080] 2011-11-29 17:38:43
org.apache.coyote.AbstractProtocol start INFO: Starting
ProtocolHandler [ajp-bio-8009] 2011-11-29 17:38:43
org.apache.catalina.startup.Catalina start INFO: Server startup 
in

645 ms 2011-11-29 17:39:50 org.apache.coyote.AbstractProtocol
pause INFO: Pausing ProtocolHandler [http-bio-8080] 2011-11-29
17:39:50 org.apache.coyote.AbstractProtocol pause INFO: Pausing
ProtocolHandler [ajp-bio-8009] 2011-11-29 17:39:50
org.apache.catalina.core.StandardService stopInternal INFO:
Stopping service Catalina 2011-11-29 17:39:50
org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 
1

instance(s) to be deallocated 2011-11-29 17:39:51
org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 
1

instance(s) to be deallocated 2011-11-29 17:39:52
org.apache.catalina.core.StandardWrapper unload INFO: Waiting for 
1

instance(s) to be deallocated 2011-11-29 17:39:52
org.apache.catalina.loader.WebappClassLoader
clearReferencesThreads SEVERE: The web application [] is still
processing a request that has yet to finish. This is very likely 
to

create a memory leak. You can control the time allowed for $
2011-11-29 17:39:52 org.apache.coyote.AbstractProtocol stop INFO:
Stopping ProtocolHandler [http-bio-8080] 2011-11-29 17:39:52
org.apache.coyote.AbstractProtocol stop INFO: Stopping
ProtocolHandler [ajp-bio-8009] 2011-11-29 17:39:52
org.apache.coyote.AbstractProtocol destroy INFO: Destroying
ProtocolHandler [http-bio-8080] 2011-11-29 17:39:52
org.apache.coyote.AbstractProtocol destroy INFO: Destroying
ProtocolHandler [ajp-bio-8009]


Then server stops.


That looks like an orderly shutdown of Tomcat.

On old machine it works perfect without any problems. I speak 
with

my administrator and i get information that this server is a
virtualization on XEN, and with IP they change procesor of hub
machine, but it shouldnt make difrence to xen virtusalization
server.


I wouldn't expect Tomcat (or the JVM, really) to get upset with an 
IP
change at runtime, unless you had bound to an interface that 
suddenly
disappeared (like you bind to 10.1.1.10 and suddenly that goes 
away).

My expectation under those circumstances would be that the process
just continues and never sees any connections after the IP change.

It looks more like your service was intentionally shut down.

Are there any other logs?

-chris



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat 5.5 crashes after changing server IP

2011-12-11 Thread sirwiz

One more log:

2011-12-12 00:52:15 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal 
performance in production environments was not found on the 
java.library.path: 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1$

2011-12-12 00:52:16 org.apache.tomcat.util.digester.Digester endElement
WARNING:   No rules found matching 'Server/Service/Context'.
2011-12-12 00:52:16 org.apache.tomcat.util.digester.SetPropertiesRule 
begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting 
property 'debug' to '0' did not find a matching property.
2011-12-12 00:52:16 org.apache.tomcat.util.digester.SetPropertiesRule 
begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} 
Setting property 'debug' to '0' did not find a matching property.

2011-12-12 00:52:16 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
2011-12-12 00:52:16 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1020 ms
2011-12-12 00:52:16 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
2011-12-12 00:52:16 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
2011-12-12 00:52:17 org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: validateJarFile(/var/www/torun/WEB-INF/lib/servletapi-2.2.jar) - 
jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
2011-12-12 00:52:18 org.apache.catalina.startup.HostConfig 
deployDescriptor

INFO: Deploying configuration descriptor host-manager.xml
2011-12-12 00:52:18 org.apache.catalina.startup.HostConfig 
deployDescriptor

INFO: Deploying configuration descriptor manager.xml
2011-12-12 00:52:18 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory docs
2011-12-12 00:52:18 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory ROOT
2011-12-12 00:52:18 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory examples
2011-12-12 00:52:18 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2011-12-12 00:52:18 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2011-12-12 00:52:18 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/10  config=null
2011-12-12 00:52:18 org.apache.catalina.startup.Catalina start
INFO: Server startup in 1976 ms
2011-12-12 00:53:09 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
2011-12-12 00:53:10 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
2011-12-12 00:53:10 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:11 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:12 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-12-12 00:53:12 org.apache.catalina.loader.WebappClassLoader 
clearReferencesThreads
SEVERE: The web application [] is still processing a request that has 
yet to finish. This is very likely to create a memory leak. You can 
control the time allowed for requests to finish by using the unloadDelay 
attribute of the standard$

2011-12-12 00:53:12 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080


It is probly Tomcat + Xen (KVM) + Intel (?) releted problem. I install 
tomcat from 5 to 7 on diferent VPS's, always have the same result but 
always i have Xen or KVM and Intel CPU, old serwer has AMD cpu and all 
works great (and some older version of Xen also), but on new Xen or KVM 
based VPS i always have the same problem. But when i run XEN machine 
with Windows 8 and run on it VirtuaBox and starts new 32 bit CentOS all 
work great (but i have virtualization on virtualized machine ;) ). Its 
realy strange problem, and have no idea how to solve it.


Best wishes,
Marcin


On 29.11.2011 23:05, Christopher Schultz wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sirwiz,

On 11/29/11 11:51 AM, sir...@8host.pl wrote:

I can run tomcat with examples scripts (i just install t 7.0.23)
and i have this error:

2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start INFO:
Starting ProtocolHandler [http-bio-8080] 2011-11-29 17:38:43
org.apache.coyote.AbstractProtocol start INFO: Starting
ProtocolHandler [ajp-bio-8009] 2011-11-29 17:38:43
org.apache.catalina.startup.Catalina start INFO: Server startup in
645 ms 2011-11-29 17:39:50 org.apache.coyote.AbstractProtocol
pause INFO: Pausing ProtocolHandler [http-bio-8080] 2011-11-29
17:39:50 org.apache.coyote.AbstractProtocol pause INFO: Pausing
ProtocolHandler [ajp-bio-8009] 2011-11-29 17:39:50

Re: Tomcat 5.5 crashes after changing server IP

2011-11-29 Thread sirwiz

I can run tomcat with examples scripts (i just install t 7.0.23) and i
have this error:

2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [http-bio-8080]
2011-11-29 17:38:43 org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler [ajp-bio-8009]
2011-11-29 17:38:43 org.apache.catalina.startup.Catalina start
INFO: Server startup in 645 ms
2011-11-29 17:39:50 org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler [http-bio-8080]
2011-11-29 17:39:50 org.apache.coyote.AbstractProtocol pause
INFO: Pausing ProtocolHandler [ajp-bio-8009]
2011-11-29 17:39:50 org.apache.catalina.core.StandardService 
stopInternal

INFO: Stopping service Catalina
2011-11-29 17:39:50 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-29 17:39:51 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-29 17:39:52 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-29 17:39:52 org.apache.catalina.loader.WebappClassLoader 
clearReferencesThreads
SEVERE: The web application [] is still processing a request that has 
yet to finish. This is very likely to create a memory leak. You can 
control the time allowed for $

2011-11-29 17:39:52 org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler [http-bio-8080]
2011-11-29 17:39:52 org.apache.coyote.AbstractProtocol stop
INFO: Stopping ProtocolHandler [ajp-bio-8009]
2011-11-29 17:39:52 org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler [http-bio-8080]
2011-11-29 17:39:52 org.apache.coyote.AbstractProtocol destroy
INFO: Destroying ProtocolHandler [ajp-bio-8009]


Then server stops. On old machine it works perfect without any 
problems. I speak with my administrator and i get information that this 
server is a virtualization on XEN, and with IP they change procesor of 
hub machine, but it shouldnt make difrence to xen virtusalization 
server.



Any ideas?





On 26.11.2011 16:41, Pid wrote:

On 26/11/2011 15:19, Christopher Schultz wrote:

Sirwiz,

On 11/25/11 10:16 PM, sir...@8host.pl wrote:

2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener
init INFO: The APR based Apache Tomcat Native library which allows
optimal performance in production environments was not found on
the java.library.path:

/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1$



 2011-11-26 00:42:34
org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING:
[SetPropertiesRule]{Server/Service/Engine/Host} Setting property
'debug' to '0' did not find a matching property. 2011-11-26
00:42:34 org.apache.tomcat.util.digester.SetPropertiesRule begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context}
Setting property 'debug' to '0' did not find a matching property.


Looks like you are using an old server.xml with a new version of
Tomcat. Don't do that. Instead, start with the stock server.xml that
comes with Tomcat 6 (or 7? It's unclear which one you are using) and
add whatever settings you need (like Connectors and Hosts) that
you need.

After you are using an appropriate configuration, we'll take another
look at the log files.


Also: defining Context in server.xml is now strongly discouraged.

Does your mod_proxy_ajp config actually forward any requests to 
Tomcat?

I didn't see any uncommented ProxyPass statements there.


p



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat 5.5 crashes after changing server IP

2011-11-25 Thread sirwiz
Hi, i recently move server to new IP, since this change ive got 
permanently this error, i tryed everything but im fail.



[Fri Nov 25 23:56:29 2011] [notice] SELinux policy enabled; httpd 
running as context root:system_r:httpd_t:s0
[Fri Nov 25 23:56:29 2011] [notice] suEXEC mechanism enabled (wrapper: 
/usr/sbin/suexec)
[Fri Nov 25 23:56:29 2011] [info] Init: Seeding PRNG with 256 bytes of 
entropy
[Fri Nov 25 23:56:29 2011] [info] Loading certificate  private key of 
SSL-aware server
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_pphrase.c(469): 
unencrypted RSA private key - pass phrase not required
[Fri Nov 25 23:56:29 2011] [info] Init: Generating temporary RSA 
private keys (512/1024 bits)
[Fri Nov 25 23:56:29 2011] [info] Init: Generating temporary DH 
parameters (512/1024 bits)
[Fri Nov 25 23:56:29 2011] [info] Init: Initializing (virtual) servers 
for SSL

[Fri Nov 25 23:56:29 2011] [info] Configuring server for SSL protocol
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(406): Creating new 
SSL context (protocols: SSLv3, TLSv1)
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(602): Configuring 
permitted SSL ciphers 
[ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW]
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(730): Configuring 
RSA server certificate
[Fri Nov 25 23:56:29 2011] [warn] RSA server certificate is a CA 
certificate (BasicConstraints: CA == TRUE !?)
[Fri Nov 25 23:56:29 2011] [warn] RSA server certificate CommonName 
(CN) `bilet.8host.pl' does NOT match server name!?
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(769): Configuring 
RSA server private key
[Fri Nov 25 23:56:29 2011] [info] Server: Apache/2.2.3, Interface: 
mod_ssl/2.2.3, Library: OpenSSL/0.9.8e-fips-rhel5
[Fri Nov 25 23:56:29 2011] [notice] Digest: generating secret for 
digest authentication ...

[Fri Nov 25 23:56:29 2011] [notice] Digest: done
[Fri Nov 25 23:56:29 2011] [debug] util_ldap.c(2021): LDAP merging 
Shared Cache conf: shm=0x2b1216c74a18 rmm=0x2b1216c74a70 for VHOST: 
bilety.mosir.torun.pl
[Fri Nov 25 23:56:29 2011] [debug] util_ldap.c(2021): LDAP merging 
Shared Cache conf: shm=0x2b1216c74a18 rmm=0x2b1216c74a70 for VHOST: 
bilety.mosir.torun.pl
[Fri Nov 25 23:56:29 2011] [info] APR LDAP: Built with OpenLDAP LDAP 
SDK

[Fri Nov 25 23:56:29 2011] [info] LDAP: SSL support available
[Fri Nov 25 23:56:29 2011] [info] Init: Seeding PRNG with 256 bytes of 
entropy
[Fri Nov 25 23:56:29 2011] [info] Loading certificate  private key of 
SSL-aware server
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_pphrase.c(469): 
unencrypted RSA private key - pass phrase not required
[Fri Nov 25 23:56:29 2011] [info] Init: Generating temporary RSA 
private keys (512/1024 bits)
[Fri Nov 25 23:56:29 2011] [info] Init: Generating temporary DH 
parameters (512/1024 bits)
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(374): shmcb_init 
allocated 512000 bytes of shared memory
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(554): entered 
shmcb_init_memory()
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(576): for 512000 
bytes, recommending 4265 indexes
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(619): 
shmcb_init_memory choices follow
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(621): 
division_mask = 0x1F
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(623): 
division_offset = 96
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(625): 
division_size = 15997
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(627): queue_size 
= 2136
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(629): index_num = 
133
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(631): 
index_offset = 8
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(633): index_size 
= 16
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(635): 
cache_data_offset = 8
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(637): 
cache_data_size = 13853
[Fri Nov 25 23:56:29 2011] [debug] ssl_scache_shmcb.c(650): leaving 
shmcb_init_memory()
[Fri Nov 25 23:56:29 2011] [info] Shared memory session cache 
initialised
[Fri Nov 25 23:56:29 2011] [info] Init: Initializing (virtual) servers 
for SSL

[Fri Nov 25 23:56:29 2011] [info] Configuring server for SSL protocol
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(406): Creating new 
SSL context (protocols: SSLv3, TLSv1)
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(602): Configuring 
permitted SSL ciphers 
[ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW]
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(730): Configuring 
RSA server certificate
[Fri Nov 25 23:56:29 2011] [warn] RSA server certificate is a CA 
certificate (BasicConstraints: CA == TRUE !?)
[Fri Nov 25 23:56:29 2011] [warn] RSA server certificate CommonName 
(CN) `xx' does NOT match server name!?
[Fri Nov 25 23:56:29 2011] [debug] ssl_engine_init.c(769): Configuring 
RSA server private key
[Fri Nov 25 23:56:29 2011] [info] Server: Apache/2.2.3, 

RE: Tomcat 5.5 crashes after changing server IP

2011-11-25 Thread sirwiz

Tomcat log:

2011-11-26 00:42:34 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal 
performance in production environments was not found on the 
java.library.path: 
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre/lib/amd64/server:/usr/lib/jvm/java-1$
2011-11-26 00:42:34 org.apache.tomcat.util.digester.SetPropertiesRule 
begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host} Setting 
property 'debug' to '0' did not find a matching property.
2011-11-26 00:42:34 org.apache.tomcat.util.digester.SetPropertiesRule 
begin
WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} 
Setting property 'debug' to '0' did not find a matching property.

2011-11-26 00:42:35 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
2011-11-26 00:42:35 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 1130 ms
2011-11-26 00:42:35 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
2011-11-26 00:42:35 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.32
2011-11-26 00:42:36 org.apache.catalina.loader.WebappClassLoader 
validateJarFile
INFO: validateJarFile(/var/www/torun/WEB-INF/lib/servletapi-2.2.jar) - 
jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: 
javax/servlet/Servlet.class
2011-11-26 00:42:36 org.apache.catalina.startup.HostConfig 
deployDescriptor

INFO: Deploying configuration descriptor host-manager.xml
2011-11-26 00:42:36 org.apache.catalina.startup.HostConfig 
deployDescriptor

INFO: Deploying configuration descriptor manager.xml
2011-11-26 00:42:36 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory docs
2011-11-26 00:42:37 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory ROOT
2011-11-26 00:42:37 org.apache.catalina.startup.HostConfig 
deployDirectory

INFO: Deploying web application directory examples
2011-11-26 00:42:37 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
2011-11-26 00:42:38 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
2011-11-26 00:42:38 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/55  config=null
2011-11-26 00:42:38 org.apache.catalina.startup.Catalina start
INFO: Server startup in 2926 ms
2011-11-26 00:43:44 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
2011-11-26 00:43:45 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
2011-11-26 00:43:45 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-26 00:43:46 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-26 00:43:47 org.apache.catalina.core.StandardWrapper unload
INFO: Waiting for 1 instance(s) to be deallocated
2011-11-26 00:43:47 org.apache.catalina.loader.WebappClassLoader 
clearReferencesThreads
SEVERE: The web application [] is still processing a request that has 
yet to finish. This is very likely to create a memory leak. You can 
control the time allowed for requests to finish by using the unloadDelay 
attribute of the standard$

2011-11-26 00:43:47 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080


server.xml:

?xml version='1.0' encoding='utf-8'?
!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
  this work for additional information regarding copyright ownership.
  The ASF licenses this file to You under the Apache License, Version 
2.0

  (the License); you may not use this file except in compliance with
  the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an AS IS BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or 
implied.

  See the License for the specific language governing permissions and
  limitations under the License.
--
!-- Note:  A Server is not itself a Container, so you may not
 define subcomponents such as Valves at this level.
 Documentation at /docs/config/server.html
 --
Server port=8005 shutdown=SHUTDOWN

  !--APR library loader. Documentation at /docs/apr.html --
  Listener className=org.apache.catalina.core.AprLifecycleListener 
SSLEngine=on /
  !--Initialize Jasper prior to webapps are loaded. Documentation at 
/docs/jasper-howto.html --

  Listener className=org.apache.catalina.core.JasperListener /
  !-- Prevent memory leaks due to use of particular java/javax APIs--
  Listener 
className=org.apache.catalina.core.JreMemoryLeakPreventionListener /
  !-- JMX Support for