A

Sunday, March 13th, 2022 4:41 PM

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]

368 Messages

3 years ago

Hello 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.

26 Messages

Thank you, when is this going to be available as it is breaking our code. Also, is there any workaround currently?

368 Messages

3 years ago

Hello Aaman,

The updated version (i.e. workaround) of the Spring Boot Integration Library will be released this week.

368 Messages

3 years ago

Hello 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.

26 Messages

3 years ago

Thank you, this worked

Can I suggest having an Exception thrown so this issue can be handled gracefully within the code.

Loading...