No Implementation for the org.camunda.bpm.engine.rest.spi.ProcessEngineProvider spi found on classpath

175 Views Asked by At

I have implemented a sample Camunda Springboot application. It works fine with Internet connection. But when deployed into VDI without internet, The application is not coming up. It shows the error while startup as below

"No Implementation for the org.camunda.bpm.engine.rest.api.ProcessEngineProvider spi found on classpath"

Camunda-Springboot and BOM version-7.17.0 Springboot version-2.6.7

I have tried to implement the interface and creating service for Java service loader. Still no luck.

0

There are 0 best solutions below