You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update version of Camunda from 7.21.0 to 7.22.0 in Dockerfile
Observed Behavior (Required on creation)
Java Process Application is deployed, but "not started", Processes and forms are not deployed. the included "camunda-invoice" process application starts up normally. if the application is "recompiled" from the current github repo (tag 7.22.0), the invoice app does not deploy either!
Expected behavior (Required on creation)
Java Process Application should be deployed AND also start and deploy processes/forms in Camunda 7.22.0
Root Cause (Required on prioritization)
I dont know why it happens
Solution Ideas
Downgrade to 7.21.0
The text was updated successfully, but these errors were encountered:
Hello @tvhdev , thanks for the report. This might be related to some upgrades in version 7.22, I suggest you check the 7.21 to 7.22 Migration Guide, for example the Tomcat 10 upgrade which mentions updating javax dependencies. If the issue persists, it could be useful to share the logs you get when the application isn't started.
Environment (Required on creation)
Camunda 7.22.0 on Dockerhub, run in Docker Desktop under an WSL environment
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)
Annotated class
@ProcessApplication("Wartungsankuendigung App")
public class WartungsankuendigungProcessApplication
extends ServletProcessApplication{}
is "not scanned" any more on server startup
Dependencies in pom.xml
META-INF/processes.xml
Steps to reproduce (Required on creation)
update version of Camunda from 7.21.0 to 7.22.0 in Dockerfile
Observed Behavior (Required on creation)
Java Process Application is deployed, but "not started", Processes and forms are not deployed. the included "camunda-invoice" process application starts up normally. if the application is "recompiled" from the current github repo (tag 7.22.0), the invoice app does not deploy either!
Expected behavior (Required on creation)
Java Process Application should be deployed AND also start and deploy processes/forms in Camunda 7.22.0
Root Cause (Required on prioritization)
I dont know why it happens
Solution Ideas
Downgrade to 7.21.0
The text was updated successfully, but these errors were encountered: