Created
March 24, 2017 13:37
-
-
Save johnpoth/c9a19b65feb05e3d0e130d395102b5bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
testMarshallList(org.apache.camel.dataformat.bindy.fixed.marshall.simple.BindySimpleFixedLengthObjectMarshallTest) Time elapsed: 0 sec <<< ERROR! | |
java.lang.IllegalStateException: Failed to load ApplicationContext | |
Caused by: java.lang.IllegalStateException: Cannot load configuration class: org.apache.camel.spring.boot.TypeConversionConfiguration | |
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.bind.v2.runtime.reflect.opt.Injector | |
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.springframework.cglib.proxy.Enhancer | |
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @5db4c359 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment