bpm-platform.xml (3.4 KB)
I extracted the error trace from ‘catalina.out’, I copied a single one, but it repeated 3 times with each attempt to start the process (cause the job-executor retries).
trace.txt (31.7 KB)
I have to cut off the tree of webapp I’m developing because I don’t know what I’m allowed to show it and because it is huge. Really huge.
gcalvo@gcalvo-Aspire-XC-705:~$ tree /var/lib/tomcat7/webapps
/var/lib/tomcat7/webapps
├── camunda-engine-rest
│ ├── META-INF
│ │ ├── MANIFEST.MF
│ │ └── maven
│ │ └── org.camunda.bpm
│ │ └── camunda-engine-rest
│ │ ├── pom.properties
│ │ └── pom.xml
│ └── WEB-INF
│ ├── classes
│ │ ├── META-INF
│ │ │ └── services
│ │ │ └── org.camunda.bpm.engine.rest.spi.ProcessEngineProvider
│ │ └── org
│ │ └── camunda
│ │ └── bpm
│ │ └── engine
│ │ └── rest
│ │ └── impl
│ │ └── application
│ │ └── DefaultApplication.class
│ ├── glassfish-web.xml
│ ├── ibm-web-ext.xml
│ ├── jboss-deployment-structure.xml
│ ├── jboss-web.xml
│ ├── lib
│ │ ├── activation-1.1.jar
│ │ ├── camunda-engine-rest-core-7.5.0.jar
│ │ ├── commons-fileupload-1.2.2.jar
│ │ ├── commons-io-2.0.1.jar
│ │ ├── delegates.jar
│ │ ├── jackson-annotations-2.6.0.jar
│ │ ├── jackson-core-2.6.3.jar
│ │ ├── jackson-databind-2.6.3.jar
│ │ ├── jackson-jaxrs-base-2.6.3.jar
│ │ ├── jackson-jaxrs-json-provider-2.6.3.jar
│ │ ├── jackson-module-jaxb-annotations-2.6.3.jar
│ │ ├── javassist-3.12.1.GA.jar
│ │ ├── jaxrs-api-2.3.5.Final.jar
│ │ ├── jcip-annotations-1.0.jar
│ │ ├── jsr250-api-1.0.jar
│ │ ├── resteasy-jaxrs-2.3.5.Final.jar
│ │ └── scannotation-1.0.3.jar
│ ├── weblogic.xml
│ └── web.xml
├── camunda-engine-rest.war
├── MyWebApp
…
├── MyWebApp.war
└── ROOT
├── index.html
└── META-INF
└── context.xml