camunda-7-springboot-amqp-microservice-cloud-example
camunda-7-springboot-amqp-microservice-cloud-example copied to clipboard
Try install in camunda bpm wildfly get error
Hello,
I'm try install this example in my installation of camunda bpm platform with wildfly in docker.
But I give the error: (...) camunda_app | at [email protected]//org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:60) camunda_app | ... 89 more camunda_app | camunda_app | 17:12:05,002 ERROR [org.camunda.bpm.engine.context] (pool-8-thread-23) {activityId=ServiceTask_RetrievePayment, activityId_exp=ServiceTask_RetrievePayment, activityName=Retrieve payment, eventName=start, processDefinitionId=order:1:5f0abf4e-8ec6-11ea-990a-0242c0a81007, processInstanceId=d5007c54-8ef2-11ea-990a-0242c0a81007} ENGINE-16004 Exception while closing command context: Unknown property used in expression: #{retrievePaymentAdapter}. Cause: Cannot resolve identifier 'retrievePaymentAdapter': org.camunda.bpm.engine.ProcessEngineException: Unknown property used in expression: #{retrievePaymentAdapter}. Cause: Cannot resolve identifier 'retrievePaymentAdapter' camunda_app | at [email protected]//org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:63) (....) 17:12:05,036 WARN [org.camunda.bpm.engine.jobexecutor] (pool-8-thread-23) {activityId=ServiceTask_RetrievePayment, activityId_exp=ServiceTask_RetrievePayment, activityName=Retrieve payment, eventName=start, processDefinitionId=order:1:5f0abf4e-8ec6-11ea-990a-0242c0a81007, processInstanceId=d5007c54-8ef2-11ea-990a-0242c0a81007} ENGINE-14006 Exception while executing job d5029f3b-8ef2-11ea-990a-0242c0a81007: : org.camunda.bpm.engine.ProcessEngineException: Unknown property used in expression: #{retrievePaymentAdapter}. Cause: Cannot resolve identifier 'retrievePaymentAdapter' camunda_app | at [email protected]//org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:63) camunda_app | at [email protected]//org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:51)
You can help me?