| Baptiste Mathus I forgot to answer ... But i tested all configurations to get this plugin working, with no success. I created a log recorder to get some logs from the javax.xml.bind package:
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching jaxb.properties
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContextFactory
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.context.factory
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindChecking system property javax.xml.bind.JAXBContext
Apr 05, 2019 5:24:47 PM FINE javax.xml.bind not found
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindSearching META-INF/services
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to load:META-INF/services/javax.xml.bind.JAXBContext
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindTrying to create the platform default provider
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindUnable to find from OSGi: [javax.xml.bind.JAXBContext]java.lang.ClassNotFoundException: org.glassfish.hk2.osgiresourcelocator.ServiceLoader at jenkins.util.AntClassLoader.findClassInComponents(AntClassLoader.java:1373) at jenkins.util.AntClassLoader.findClass(AntClassLoader.java:1326) at jenkins.util.AntClassLoader.loadClass(AntClassLoader.java:1079) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:315) at javax.xml.bind.ServiceLoaderUtil.lookupUsingOSGiServiceLoader(ServiceLoaderUtil.java:86) at javax.xml.bind.ContextFinder.find(ContextFinder.java:413) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721) at javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662) at retrofit2.converter.jaxb.JaxbConverterFactory.contextForType(JaxbConverterFactory.java:74) at retrofit2.converter.jaxb.JaxbConverterFactory.responseBodyConverter(JaxbConverterFactory.java:67) at retrofit2.Retrofit.nextResponseBodyConverter(Retrofit.java:328) at retrofit2.Retrofit.responseBodyConverter(Retrofit.java:311) at retrofit2.HttpServiceMethod.createResponseConverter(HttpServiceMethod.java:68) at retrofit2.HttpServiceMethod.parseAnnotations(HttpServiceMethod.java:46) at retrofit2.ServiceMethod.parseAnnotations(ServiceMethod.java:36) at retrofit2.Retrofit.loadServiceMethod(Retrofit.java:168) at retrofit2.Retrofit$1.invoke(Retrofit.java:147) at com.sun.proxy.$Proxy117.getServerLicense(Unknown Source) at de.tsystems.mms.apm.performancesignature.dynatrace.rest.DTServerConnection.getServerLicense(DTServerConnection.java:255) at de.tsystems.mms.apm.performancesignature.dynatrace.PerfSigStartRecording.perform(PerfSigStartRecording.java:83) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:80) at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:67) at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
Apr 05, 2019 5:24:47 PM FINE javax.xml.bindTrying to create the platform default provider
So it seems, that something is wrong with the class loaders ... |