Hello,

thank you for your response.

@Version:
I have downloaded the following Tomcat version: http://ftp.fernuni-hagen.de/ftp-dir/pub/mirrors/www.apache.org/tomcat/tomcat-6/v6.0.29/bin/apache-tomcat-6.0.29-windows-x86.zip

@Logs:
localhost.2010-08-03.log
03.08.2010 21:33:42 org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
03.08.2010 21:33:42 org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()

manager.2010-08-03.log
<empty>

catalina.2010-08-03.log
03.08.2010 21:33:41 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.20.
03.08.2010 21:33:41 org.apache.catalina.core.AprLifecycleListener init
INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
03.08.2010 21:33:42 org.apache.coyote.http11.Http11AprProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
03.08.2010 21:33:42 org.apache.coyote.ajp.AjpAprProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
03.08.2010 21:33:42 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 574 ms
03.08.2010 21:33:42 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
03.08.2010 21:33:42 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
03.08.2010 21:33:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
03.08.2010 21:33:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
03.08.2010 21:33:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
03.08.2010 21:33:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
03.08.2010 21:33:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
03.08.2010 21:33:42 org.apache.coyote.http11.Http11AprProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
03.08.2010 21:33:42 org.apache.coyote.ajp.AjpAprProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
03.08.2010 21:33:42 org.apache.catalina.startup.Catalina start
INFO: Server startup in 318 ms

host-manager.2010-08-03.log
<empty>

That is all logging which takes place until Tomcat freezes. After that there are no more updates on the logs.


Kind regards,

T. Gau

Mark Thomas schrieb am 02.08.2010 23:39:
On 02/08/2010 22:29, T. Gau wrote:
  Hello,

I have some problems to get my Tomcat running. I have installed a fresh
zip version of Tomcat 6.0.29 on my WinXP SP3 PC with Java 1.6.0_20
running a non admin account.
Which zip? There are several.

The startup is successfull following the logs. But after the first
access to http://localhost:8080 Tomcat stops responding. It doesn't show
the homepage again nor respond to any links.
Could we see those logs please.

I have configured tomcat for Log4j with DEBUG level. There I could see
that the Tomcat is still refreshing its contexts. See tomcat.log below [1].
Don't do that. Just use a clean install with the default config. When
that works, then start tweaking stuff.

To identify if there are any memory problems I tried to check with
VisualVM. It takes quite a long time (2+ minute) to connect to the
tomcat jvm instance. But Heap space (12MB) is only use 30% and PermGen
(16MB) only 50%. VisualVM states 43 active live threads (42 demon
threads). See thread dump below [2].
If connections take that long there is something seriously wrong.

Do you have any ideas why my Tomcat isn't responding? What else could I
check to identify the problem?
See above.

Mark



---------------------------------------------------------------------
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

Reply via email to