Error launching SpringBoot Integration Library application
I am having an issue launching my SpringBoot integration app, this was working fine until recently. This happens even with marketplace integration apps so I believe it is due to some environment issue with the integration library.
This occurs on a different machine too, so is is it an issue with the library connection?
When I run my Java program, I get the following error, even before it hits my Main method in the Spring Boot Application class:
2022-03-13 12:35:41,483 [main] INFO com.collibra.marketplace.library.integration.InternalSharedLibraryConnection - Authenticating with the Collibra Platform...
2022-03-13 12:35:43,048 [main] WARN org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'internalSharedLibraryConnection': Invocation of init method failed; nested exception is com.collibra.marketplace.library.integration.exception.CollibraIntegrationLibraryException: {"message":"An unexpected error occurred during execution.","details":null}
2022-03-13 12:35:43,056 [main] INFO org.apache.catalina.core.StandardService - Stopping service [Tomcat]2022-03-13 12:35:43,092 [main] INFO org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener -
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug'
enabled.
2022-03-13 12:35:43,140 [main] ERROR org.springframework.boot.SpringApplication - Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'internalSharedLibraryConnection': Invocation of init method failed; nested exception is com.collibra.marketplace.library.integration.exception.CollibraIntegrationLibraryException: {"message":"An unexpected error occurred during execution.","details":null}
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160) ~[spring-beans-5.3.9.jar:5.3.9]aamanl
Posted 4 years ago · Edited 1 year ago·Last reply 4 years ago
6 comments
aamanl
OP4 years ago · EditedThank you, this worked
Can I suggest having an Exception thrown so this issue can be handled gracefully within the code.
springboot_team
·4 years ago · EditedHello Aaman,
Just to let you know that the updated version of the Spring Boot Integration Library, having version 1.1.4, has been released and is available on Collibra’s Marketplace.
Spring Boot Integration Library - Collibra Marketplace
Java classes to facilitate access to Collibra APIs.
springboot_team
·4 years ago · EditedHello Aaman,
The updated version (i.e. workaround) of the Spring Boot Integration Library will be released this week.
springboot_team
·4 years ago · EditedHello Aaman,
Thanks for trying the Collibra Integration Library.
Just to keep you updated the a new version of the Collibra Integration Library will be released to address this issue when connecting with instances having build number 20220302161146.
springboot_team
·4 years ago · EditedHello Aaman,
Thanks for trying the Collibra Integration Library.
Just to keep you updated the a new version of the Collibra Integration Library will be released to address this issue when connecting with instances having build number 20220302161146.
aamanl
OP4 years ago · EditedThank you, when is this going to be available as it is breaking our code. Also, is there any workaround currently?