Application Servers not Starting up
Hi,
I am using Intellij 15 ultimate and I am trying to setup a local tomcat 8. I made the necessary configuration and when I start the server from intellij (Run Configuration). I am getting the following error.
C:\Users\pmuruge\Desktop\Pradeep\Work\Tools\Tomcat\apache-tomcat-8.0.30\bin\catalina.bat run
[2016-01-06 02:55:06,060] Artifact apicloud-core:war exploded: Server is not connected. Deploy is not available.
Using CATALINA_BASE: "C:\Users\pmuruge\.IntelliJIdea15\system\tomcat\Unnamed_apim-ui"
Using CATALINA_HOME: "C:\Users\pmuruge\Desktop\Pradeep\Work\Tools\Tomcat\apache-tomcat-8.0.30"
Using CATALINA_TMPDIR: "C:\Users\pmuruge\Desktop\Pradeep\Work\Tools\Tomcat\apache-tomcat-8.0.30\temp"
Using JRE_HOME: "C:\Program Files\Java\jdk1.7.0_71"
Using CLASSPATH: "C:\Users\pmuruge\Desktop\Pradeep\Work\Tools\Tomcat\apache-tomcat-8.0.30\bin\bootstrap.jar;C:\Users\pmuruge\Desktop\Pradeep\Work\Tools\Tomcat\apache-tomcat-8.0.30\bin\tomcat-juli.jar"
Error: Could not find or load main class Files\Apache
Disconnected from server
Kindly let me know What am I missing ?
Pradeep.
Please sign in to leave a comment.
I was passing a config -Dlogback.configurationFile=C:\Program Files\Apache Software Foundation\Tomcat 7.0\repository\conf\logback.xml which is the problem. Removing this worked for me. But not sure why this is a hinderance for the server to start.
Pradeep.
Pleasy try to quote VM option value:
-Dlogback.configurationFile="C:\Program Files\Apache Software Foundation\Tomcat 7.0\repository\conf\logback.xml"