matthiasblaesing commented on issue #6779: URL: https://github.com/apache/netbeans/issues/6779#issuecomment-1837406760
The stackrace points to the X3D plugin: ``` at org.web3d.x3d.config.X3DEditKeyStoreProvider.getKeyStore(X3DEditKeyStoreProvider.java:70) ``` I had a quick look at the plugin and it seems they decided to manipulate system properties to hold their own keystore. This fails. -- 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
