Issues related to bean creation error
You get org.springframework.beans.factory.BeanCreationException. This means an error occurred while a bean was being created with the zookeeperProperties name defined in org.springframework.cloud.zookeeper.ZookeeperAutoConfiguration. The bean initialization failed. There's a nested exception in java.lang.
The error message can be different. In all cases, you receive the "class not found ..." exception.
Investigation steps
Unzip the pipeline (hyper model) jar and open the META-INF\MANIFEST.MF file in it. In the file, the Build-Jdk parameter must include the Java version with the 1.8.x value. If the value is different, change the Java version in your IDE and rebuild the model.
Here is an example of the correct file:
Manifest-Version: 1.0
Built-By: User
Start-Class: com.workfusion.vds.VdsBootApplication
Spring-Boot-Classes: BOOT-INF/classes/
Spring-Boot-Lib: BOOT-INF/lib/
Spring-Boot-Version: 1.5.14.RELEASE
Created-By: Apache Maven 3.6.2
Build-Jdk: 1.8.0_161
Main-Class: org.springframework.boot.loader.JarLauncher
Output
If you failed to confirm or resolve your issue, continue the investigation.
Read also: