Not able to deploy the BPMN file from desktop modeler

I am trying to deploy the BPMN from the desktop modeler but not able to deploy on 9090 port. Although my project is running on port 9090. Giving error that should point to running Camunda REST API.

I tried http://localhost:9090/rest and
http://localhost:9090/engine-rest.

image

Hi @hitu9909
I would make sure that the engine-rest component is installed with your Camunda 7 instance.
Do you have something like “camunda-bpm-spring-boot-starter-rest” in your dependencies?

Regards,
Alex

1 Like
org.camunda.bpm camunda-engine 7.21.0 org.camunda.bpm.springboot camunda-bpm-spring-boot-starter-webapp ${camunda.spring-boot.version} com.h2database h2 com.sun.xml.bind jaxb-impl 4.0.3 org.postgresql postgresql 42.6.0

I don’t see the “camunda-bpm-spring-boot-starter-rest” dependency in this list, so this is probably the issue. You did not deploy the rest component.

Add the “camunda-bpm-spring-boot-starter-rest” dependency, re-deploy the application, and give it another try with a defined port.

1 Like

Yes Alex…Issue resolved… Thank you for helping me out and such quick responses.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.