Tomcat 8.5.38 unable to start

Answered

Hi guys, I have the following problem:

When I try to deploy my app, my Tomcat (8.5.38 and IntelliJ 2019.3)  hangs indefinitely. It used to work properly, but stopped working under mysterious circumstances.

What happens is I click Run/Debug Local Tomcat and I get stuck deploying the app.

If I try to redeploy the app I get Artifact

Gradle : project: project.war (exploded): Waiting for server connection to start artifact deployment...

If I foricbly abort the server I get another error.

Application Server was not connected before run configuration stop, reason: Unable to ping server at localhost:1099

I did try changing JMX port, but it didn't help (the error did change the port number).

Also I'm aware of previous answers like:

https://youtrack.jetbrains.com/issue/IDEA-171174

https://stackoverflow.com/questions/43354676/intellij-idea-tomcat-8-5-13-and-9-0-0-m19-error-during-artifact-deployment-s/43378181#43378181

 

 

0
2 comments

Try reinstalling Tomcat, use the clean install without any modifications to the configuration and logging.

0

This seems to be an answer. In my Tomcat configuration I left an setenv.bat that changed some JAVA_OPTS namely sslTrustStore, sslTrustStorePassword, and another configuration that took set parameters in the form of

C:\\projects\\somefile.cacerts
0

Please sign in to leave a comment.