Skip to content

Skyprofiler JDK/JRE 10 #9

@Michi01

Description

@Michi01

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions