Skip to content

Instantly share code, notes, and snippets.

@johnpoth
Created March 24, 2017 13:37
Show Gist options
  • Save johnpoth/c9a19b65feb05e3d0e130d395102b5bf to your computer and use it in GitHub Desktop.
Save johnpoth/c9a19b65feb05e3d0e130d395102b5bf to your computer and use it in GitHub Desktop.
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