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

Reply via email to