After generating the war file from eclipse, when I add it to the webapps of tomcat, I am not able to see it in the cockpit.
Do you see any errors in the log?
@Niall
It is showing error related to process.bpmn
I have defined all the classes correctly, I am not sure what I missed out on here.
process.bpmn (5.1 KB)
18-Jun-2020 13:10:52.465 SEVERE [main] org.camunda.commons.logging.BaseLogger.logError ENGINE-16004 Exception while closing command context: ENGINE-09005 Could not parse BPMN process. Errors:
- One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | resource process.bpmn | line 13 | column 66
- One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | resource process.bpmn | line 24 | column 68
- Exclusive Gateway ‘Gateway_0b1thap’ has outgoing sequence flow ‘Flow_0u0e9v1’ without condition which is not the default flow. | resource process.bpmn
- Exclusive Gateway ‘Gateway_0b1thap’ has outgoing sequence flow ‘Flow_0uspv9q’ without condition which is not the default flow. | resource process.bpmn
org.camunda.bpm.engine.ParseException: ENGINE-09005 Could not parse BPMN process. Errors: - One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | resource process.bpmn | line 13 | column 66
- One of the attributes ‘class’, ‘delegateExpression’, ‘type’, or ‘expression’ is mandatory on serviceTask. | resource process.bpmn | line 24 | column 68
- Exclusive Gateway ‘Gateway_0b1thap’ has outgoing sequence flow ‘Flow_0u0e9v1’ without condition which is not the default flow. | resource process.bpmn
- Exclusive Gateway ‘Gateway_0b1thap’ has outgoing sequence flow ‘Flow_0uspv9q’ without condition which is not the default flow. | resource process.bpmn
It’s possible that you either don’t have the model saved and build into the war file or you have another model that’s causing the problems.
You could make sure you save the model - clean and install to rebuild the war file.
@Niall, thanks for your reply.
I tried clean install and recreated the war file. Still not able to resolve the issue.
Well the model you uploaded does not match the error messages you’re getting.
So something is going wrong with how your model is being picked up and packaged.