Unable to access cocpit

Hello guys i am not able access cockpit few days already. I tried like million combinations how to start it . All the time i am getting White error page or just blank page

I am really desperate.

This is my pom:




<!--<dependency>-->
  <!--<groupId>org.camunda.bpm.springboot</groupId>-->
  <!--<artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>-->
  <!--<version>3.2.1</version>-->
<!--</dependency>-->

<dependency>
  <groupId>org.camunda.bpm.springboot</groupId>
  <artifactId>camunda-bpm-spring-boot-starter-webapp</artifactId>
  <version>3.2.1</version>
</dependency>

<dependency>
  <groupId>org.camunda.bpm.springboot</groupId>
  <artifactId>camunda-bpm-spring-boot-starter</artifactId>
  <version>3.2.1</version>
</dependency>

<dependency>
  <groupId>com.h2database</groupId>
  <artifactId>h2</artifactId>
</dependency>

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-amqp</artifactId>
</dependency>

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-configuration-processor</artifactId>
  <optional>true</optional>
</dependency>

Any advice ?

Have you tried using start.camunda.com to generate the project?

Hi yes , i used that as well but it didn t work. I finally solved that but i had to take Java 11 , springboot 2.2.5Release and starter 3.4.2.
Nothing else worked even when i was looking on compatibility version page.

1 Like