Hi
We have deployed Liquibase in Devloppement and Rct environment with succes
But in Production environment we have following error message
SpringBoot failed to start and Tomcat 8.5.46 stop !
Where is problem ?
Regards
- 2020-01-16 08:31:05.202 [default-startStop-1] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.refresh - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'com.toto.soa.autoconfigure.SdfwProviderConfiguration': Invocation of init method failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contractNotificationV1Impl': Unsatisfied dependency expressed through field 'softwareServiceInterfaceService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'softwareServiceInterfaceServiceImpl': Unsatisfied dependency expressed through field 'softwareServiceInterfaceRepository'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'softwareServiceInterfaceRepository': Cannot create inner bean '(inner bean)#759fad80' of type [org.springframework.orm.jpa.SharedEntityManagerCreator] while setting bean property 'entityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#759fad80': Cannot resolve reference to bean 'orcaEntityManagerFactory' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'liquibase' defined in class path resource [org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration$LiquibaseConfiguration.class]: Invocation of init method failed; nested exception is java.lang.VerifyError: Stack map does not match the one at exception handler 602
- Exception Details:
- Location:
- com/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerGenerator.generateSql(Lcom/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerStatement;Lliquibase/database/Database;Lliquibase/sqlgenerator/SqlGeneratorChain;)[Lliquibase/sql/Sql; @602: dup
- Reason:
- Type 'java/lang/String' (current frame, locals[3]) is not assignable to 'liquibase/sqlgenerator/SqlGeneratorChain' (stack map, locals[3])
- Current Frame:
- bci: @11
- flags: { }
- locals: { 'com/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerGenerator', 'com/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerStatement', 'liquibase/database/Database', 'java/lang/String', top, top, top, top, 'com/wily/introscope/agent/trace/IMethodTracer' }
- stack: { 'java/lang/Throwable' }
- Stackmap Frame:
- bci: @602
- flags: { }
- locals: { 'com/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerGenerator', 'com/datical/liquibase/ext/storedlogic/trigger/change/CreateTriggerStatement', 'liquibase/database/Database', 'liquibase/sqlgenerator/SqlGeneratorChain', top, top, top, top, 'com/wily/introscope/agent/trace/IMethodTracer' }
- stack: { 'java/lang/Throwable' }
- Bytecode: