You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Michael, but I ran the dockers container on my local centos local vm.
Sorry, could you please provide the absolute path names for making this
change.
Thanks,
Mahesh
Ah sorry, Github filters out the XML, look into the stackoverflow answers, there you will find the dependencies that need to be added for java 9/10 and higher.
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
The text was updated successfully, but these errors were encountered: