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