Camunda springboot not starting

Hi, my camunda spring boot application was running all good, but today it can’t start anymore.
here is the console info:

 ____                                 _         ____  ____  __  __
/ ___| __ _ _ __ ___  _   _ _ __   __| | __ _  | __ )|  _ \|  \/  |
| |   / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | |  _ \| |_) | |\/| |
| |__| (_| | | | | | | |_| | | | | (_| | (_| | | |_) |  __/| |  | |
\____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |____/|_|   |_|  |_|

  Spring-Boot:  (v2.1.5.RELEASE)
  Camunda BPM: (v7.11.0)
  Camunda BPM Spring Boot Starter: (v3.3.2)

2019-09-26 15:20:22.664  INFO 5604 --- [           main] com.richfit.workflow.Application         : Starting Application on DESKTOP-ELQ0B2Q with PID 5604 (F:\testspace\workflow-rest\target\classes started by Amanda in F:\testspace\workflow-rest)
2019-09-26 15:20:22.669  INFO 5604 --- [           main] com.richfit.workflow.Application         : No active profile set, falling back to default profiles: default
2019-09-26 15:20:23.644  INFO 5604 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2019-09-26 15:20:23.704  INFO 5604 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 42ms. Found 0 repository interfaces.
2019-09-26 15:20:24.223  INFO 5604 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$387f79de] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-09-26 15:20:24.877  INFO 5604 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 4000 (http)
2019-09-26 15:20:24.903  INFO 5604 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2019-09-26 15:20:24.903  INFO 5604 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.19]
2019-09-26 15:20:25.041  INFO 5604 --- [           main] o.a.c.c.C.[.[localhost].[/workflow]      : Initializing Spring embedded WebApplicationContext
2019-09-26 15:20:25.041  INFO 5604 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 2301 ms
2019-09-26 15:20:25.142  INFO 5604 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Configuring camunda rest api.
2019-09-26 15:20:25.161  INFO 5604 --- [           main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Finished configuring camunda rest api.
2019-09-26 15:20:25.650  INFO 5604 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2019-09-26 15:20:25.912  INFO 5604 --- [           main] com.zaxxer.hikari.pool.PoolBase          : HikariPool-1 - Driver does not support get/set network timeout for connections. (oracle.jdbc.driver.T4CConnection.getNetworkTimeout()I)
2019-09-26 15:20:25.924  INFO 5604 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2019-09-26 15:20:26.053  INFO 5604 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [
	name: default
	...]
2019-09-26 15:20:26.147  INFO 5604 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate Core {5.3.10.Final}
2019-09-26 15:20:26.149  INFO 5604 --- [           main] org.hibernate.cfg.Environment            : HHH000206: hibernate.properties not found
2019-09-26 15:20:26.372  INFO 5604 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.0.4.Final}
2019-09-26 15:20:26.725  INFO 5604 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect
2019-09-26 15:20:27.059  INFO 5604 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [byte[]] overrides previous : org.hibernate.type.BinaryType@31d4b3e8
2019-09-26 15:20:27.059  INFO 5604 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [[B] overrides previous : org.hibernate.type.BinaryType@31d4b3e8
2019-09-26 15:20:27.060  INFO 5604 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [Byte[]] overrides previous : org.hibernate.type.WrapperBinaryType@61957d9c
2019-09-26 15:20:27.060  INFO 5604 --- [           main] org.hibernate.type.BasicTypeRegistry     : HHH000270: Type registration [[Ljava.lang.Byte;] overrides previous : org.hibernate.type.WrapperBinaryType@61957d9c
2019-09-26 15:20:27.609  INFO 5604 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2019-09-26 15:20:41.779  INFO 5604 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
2019-09-26 15:20:41.844  INFO 5604 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'camundaTaskExecutor'
2019-09-26 15:20:54.634  INFO 5604 --- [           main] org.camunda.bpm.engine.cfg               : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJpaConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, failedJobConfiguration, com.richfit.workflow.custom.engine.CustomIdentityProviderPlugin@299cab08, disableDeploymentResourcePattern, eventPublisherPlugin]' activated on process engine 'default'
2019-09-26 15:20:54.722  INFO 5604 --- [           main] org.camunda.bpm.spring.boot              : STARTER-SB020 ProcessApplication enabled: autoDeployment via springConfiguration#deploymentResourcePattern is disabled
2019-09-26 15:20:54.731  INFO 5604 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
2019-09-26 15:20:54.735  INFO 5604 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-003: Task events will be published as Spring Events.
2019-09-26 15:20:54.739  INFO 5604 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-005: Execution events will be published as Spring Events.
2019-09-26 15:20:54.808  INFO 5604 --- [           main] o.c.b.s.b.s.event.EventPublisherPlugin   : EVENTING-007: History events will be published as Spring events.

after this there’s nothing at all
please help

Hi @manda091x,

Can you provide some more context to how the issue occurred?

  • Have you changed anything between the time everything was running good and since it started failing.
    • If yes, what were those changes?
    • If no, maybe another component of your application is causing a problem, or maybe an external service that you are using.

Best,
Nikola

Hi @nikola.koevski,
thank you for your replying, I found the problem was on my newly added spring controller, and it’s working now, but I still don’t know what’s the exact problem.