Not able to deploy my Bpmn

I am facing an issue while deploying my bpmn diagram to a rest end point using the deploy button in the camunda modeller.

My application is running at port=7001 and by default the rest point is showing as 8080.

Whenever i try to deploy the diagram , it gives error as " should point to a running camunda rest-api"

Please provide solution for this problem

Please provide some additional information on your issue. Usually, some useful things to provide are:

  1. Application server, database, JDK version, etc;
  2. Process engine configuration;
  3. The problematic BPM process;
  4. Steps to reproduce the issue or example project.
  5. Any logs/stack traces that are shown when the process is started.

Workflow-Property-File.txt (4.4 KB) Hi Niall

  1. The property file of my application-

  2. Jdk version is 15.0.1

  3. Database used = oracle sql developer

  4. Bpmn diagram is - CvmFlow.bpmn (13.9 KB)

  5. I am using a springboot application

  6. Steps i followed-

i made the bpmn diagram using camunda modeller , i ran my springboot (on port 7001) after that i clicked on the deployed button, where we have to select an end point etc to deploy our bpmn diagram .

but as i click the deploy button it is showing the following error-

Can you upload the pom file for the spring boot application?
Perhaps you’re not including the rest api as a dependency.

This is the pom of my applicationcamunda-pom.txt (4.1 KB)

So you’re using an older version of the spring boot starter - you can check out the compatibility matrix if you want to look into upgrading to the new version.

I’m pretty sure that in that version the endpoint was actually
localhost:<port>/rest
So maybe you can give that a go if you don’t want to upgrade.

So what should I do Niall ?

Can I deploy my bpmn using a rest API also

I am a little confused

Yes - just use the endpoint that i specificed /rest instead of /engine-rest