matthiasblaesing commented on issue #6045: URL: https://github.com/apache/netbeans/issues/6045#issuecomment-1591744993
Ah - sorry. Overlooked. This looks suspicious: > WARNING [org.netbeans.ProxyClassLoader]: Will not load class org.apache.xpath.jaxp.XPathFactoryImpl arbitrarily from one of ModuleCL@67592d78[org.netbeans.modules.plantumlnb] and ModuleCL@44719cf2[io.github.moacirrf.netbeans.markdown] starting from SystemClassLoader[728 modules]; see http://wiki.netbeans.org/DevFaqModuleCCE I checked both referenced plugins: - NetBeans PlantUML: https://github.com/matthiasblaesing/plantuml-nb - NetBeans markdown: https://github.com/moacirrf/netbeans-markdown and found xalan in both cases in the `NBM`. According to: https://issues.apache.org/jira/browse/BATIK-1329 xalan is not required for batik and indeed a quick test showed, that the PlantUML Plugin continues to work without it. Could you please remove the file `$HOME/.netbeans/dev/modules/ext/org.netbeans.modules.plantumlnb/1/xalan/xalan.jar` and see if that fixes the issue for you? That is the Xalan dependency installed by the PlantUML plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
