I went through the vanilla installation and all went ok.
I followed all the steps in the Get Started tutorial and I have created the loan approval sample and built successfully with MAVEN.
However when deploying it on tomcat it install the war file successfully but the process does not appear on cockpit and on tomcat logs I do not get the process deployment log messages mentioned in the tutorial.
Looks like Camunda is not detecting the newly added process.
On my log once i copy the load approval process in tomcat webapps folder i get just the following log on catalina.out log file:
Sep 24, 2015 12:53:00 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive /var/lib/tomcat7/webapps/loan-approval-0.0.1-SNAPSHOT.war
Sep 24, 2015 12:53:01 PM org.apache.catalina.startup.TldConfig execute
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
Sep 24, 2015 12:53:01 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deployment of web application archive /var/lib/tomcat7/webapps/loan-approval-0.0.1-SNAPSHOT.war has finished in 1,011 ms
I'm missing something?
Thank you
F
Hi Sebastian,
thank you just found out that i had a problem in my war.
All good my mistake.
Thank you a lot for the prompt answer.
F
I am having same problem ! Please, whats do you do to resolve?