Not able to launch camunda cockpit url getting 404

I am trying a simple camunda spring boot application which launches camunda cockpit getting 404 http://localhost:8080/camunda/app/cockpit/default/#/login

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Thu Jan 23 23:41:27 IST 2020

There was an unexpected error (type=Not Found, status=404).

No message available

pom.xml (1.8 KB)

did you use start.camunda.com to create the project?

Hi Niall,

This is my pom.xml, I have not used start.camunda.com, but added the dependencies. I am also facing the same issue. Unable to bring up Camunda cockpit, throws 404. Can you help.

Thanks,
Asrithapom.xml (28.3 KB)

I suspect you have another application on the same spring boot application that might be interfering with cockpit.
Try to tinker around with the application.yml in order to change the web app settings.
The docs around those settings are here: https://docs.camunda.org/manual/latest/user-guide/spring-boot-integration/configuration/#camunda-engine-properties

Yes, @Niall I am trying to integrate Camunda with my existing application that is on spring boot. Is not it possible? Can you please help where am I going wrong?