Tomcat process goes Idle on Startup

Options
T.Hilger
edited July 27, 2016 in Documentum #1

Dear Community,

I am facing the following problem:

When I start the my Tomcat8 (via Service manager or tomcat8w.exe or startup.bat) it always freezes at a certain point, more specifically at the last step:

25-Jul-2016 10:04:38.442 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\docs

25-Jul-2016 10:04:40.018 INFO [localhost-startStop-1] org.apache.catalina.util.SessionIdGenerator.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [359] milliseconds.

25-Jul-2016 10:04:40.158 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\webapps\docs has finished in 1,716 ms

25-Jul-2016 10:04:40.158 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\examples

25-Jul-2016 10:04:43.185 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\webapps\examples has finished in 3,027 ms

25-Jul-2016 10:04:43.185 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\host-manager

25-Jul-2016 10:04:43.294 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\webapps\host-manager has finished in 109 ms

25-Jul-2016 10:04:43.294 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\manager

25-Jul-2016 10:04:43.434 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\webapps\manager has finished in 140 ms

25-Jul-2016 10:04:43.434 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\ROOT

25-Jul-2016 10:04:43.497 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory C:\tomcat\webapps\ROOT has finished in 63 ms

25-Jul-2016 10:04:43.497 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory C:\tomcat\webapps\webtop

The deployment of the webtop never finishes. The tomcat process just goes idle, even after 2 hours.

I did the usual stuff, restart the Server, delete the work directory, restarted the service, re-installed the service, etc.

Even after setting back the server back to a date the application ran fine the issue persists.

Here are some more information on the environment:

Windows Server 20088 R2 64-bit

Webtop 6.8

Tomcat 8

If I exclude the webtop, the Tomcat does run fine and is responsive. Now I am all out of ideas and would be glad for some help.

Nachricht geändert durch T.Hilger, added information on the environment

Tagged:

Comments

  • Haroon_A
    edited July 26, 2016 #2
    Options

    IF you remove your webtop.war from the webapps directory, does your tomcat startup clean?

  • T.Hilger
    edited July 26, 2016 #3
    Options

    Yes it does.

  • DCTM_Guru
    edited July 26, 2016 #4
    Options

    I presume this is the latest version of webtop/content server.  If so, are you using IPv6?  If not, you need to disable this on the content server in server.ini.

    Another thing to try is disable compression_filter in app.xml for webtop.

  • Haroon_A
    edited July 27, 2016 #5
    Options

    Have you modified your tomcat's web.xml, adding this?


    <init-param>
    <param-name>enablePooling</param-name>
    <param-value>false</param-value>
    </init-param>

    Make sure you follow (or re-verify) section "Preparing Tomcat" in Webtop deployment guide.