I try to start my process in Tasklist, but it will not work. I click on “Start Process” and the window open with the start Process Titel, but than just the loading animation runs. The Console shows "Failed to load resource: the … ", “server responded with a status of 500 ()”. “type”: “NoClassDefFoundError”,
“message”: “Could not initialize class org.camunda.bpm.model.bpmn.Bpmn”
I tried out that model myself and i was able to deploy it and start is without any problems… So something else must be going on.
Can you check the console on Camunda Run to see if there are any errors?
We just had the same error in our study group, one member saw this error on Windows. We observed the same NoClasDefFoundError in the Chrome Developer tools.
Upon debugging, there was a series of other exceptions in the logs. In this case the root cause was, that the JAR was in a synchronized OneDrive folder and the engine was not able to read the XSD Schema for the bpmn files from the JAR (I’m not sure how it lead to a NoClassDefFoundError). After moving the JAR to a different location, everything worked just fine.
Can you please upload the full logs from your Camunda instance? The pdf only contains two lines for me, which are not really expressive.