-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
In JDK/JRE 10.0.1 the Skyprofiler is not working by default.
Following Message occours on startup: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: javax/xml/bind/ValidationException
Its because of this change in Java here:
https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j/46455026
The solution from stackoverflow worked for me:
Add this to the pom.xml
javax.xml.bind
jaxb-api
2.2.11
com.sun.xml.bind
jaxb-core
2.2.11
com.sun.xml.bind
jaxb-impl
2.2.11
javax.activation
activation
1.1.1
Metadata
Metadata
Assignees
Labels
No labels