Hi,
I’m running camunda 7.14 on a testing machine.
- I create a process and a html form with one variable, with an instance launched with a curl command line. It works well.
- I put 3 variables in my process. When I launch it directly with camunda it works well.
- When I launch an instance with curl command line, cockpit page is white, only with running circle in the middle of the page. Nothing happened.
I restart tomcat, virtual machine, it’s always the same white page.
I check catalina.out and there is no trace. Nothing apparently in the DB.
Before working on my curl command line, I should have cockpit available. What should I do : to have cockpit page available ? How can I repair it ?
Thank you for any help.