Hello,
I've been trying to deploy activiti-app and activiti-rest on my Tomcat for a few days now and have been having trouble.
The deployment of activiti-rest seems to go smoothly but the deployment of activiti-app always ends with this error log: https://pastebin.com/F5F58GJn
I tried using the unmodified activiti-app.war which uses H2 and have also modified it to use my PostreSQL DB.
My activiti-app.properties inside the modified .war file looks like this: https://pastebin.com/btBJdEtq
I can connect to that DB using Activiti in my Java Environment and cannot fathom why activiti-app isnt taking it.
I would be grateful for help
Thanks
Ah ok, I don't think Activiti 6 is Java 9 ready! For your particular error, looks like it is related to Java 9. See another thread jaxb - How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException in Java 9 - Stack Overflow with similar error