-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
- Downloaded camunda-bpm-glassfish-7.0.0-alpha8.zip
- Unzip it
- cd camunda-bpm-glassfish-7.0.0-alpha8
- Type ./start-camunda.sh
- I get the error
starting camunda BPM platform on Glassfish Application Server 3.1.2 /bin/sh: ./server/glassfish3/glassfish/bin/startserv.sh: No such file or directory
I check and indeed such file does not exist but './server/glassfish3/glassfish/bin/startserv' (without the ".sh") does.
I fix the issue by editing start-camunda.sh to remove the ".sh".