XSLT Debugger SecurityException Signing Problems
Hi,
I'm trying to get the XSLT Debugger up and running. I am able to execute regular runs but unfortunately I haven't been able to successfully run the debugger in XSLT 2.0.
It's giving me the following exception:
Exception in thread "main" java.lang.SecurityException: Signers of 'net.sf.saxon.trans.XPathException' do not match signers of other classes in package
at java.lang.ClassLoader.checkPackageSigners(ClassLoader.java:461)
at java.lang.ClassLoader.defineClassInternal(ClassLoader.java:385)
at java.lang.ClassLoader.defineClass(ClassLoader.java:359)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:682)
at java.net.URLClassLoader.access$400(URLClassLoader.java:89)
at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:1086)
at java.security.AccessController.doPrivileged(AccessController.java:774)
at java.net.URLClassLoader.findClass(URLClassLoader.java:589)
at java.lang.ClassLoader.loadClassHelper(ClassLoader.java:953)
at java.lang.ClassLoader.loadClass(ClassLoader.java:898)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:881)
at org.intellij.plugins.xsltDebugger.rt.engine.local.saxon9.Saxon9Support.createTransformerFactory(Saxon9Support.java:48)
at org.intellij.plugins.xsltDebugger.rt.XSLTDebuggerMain.createTransformerFactory(XSLTDebuggerMain.java:39)
at org.intellij.plugins.xslt.run.rt.XSLTRunner.main(XSLTRunner.java:43)
I've tried setting the VM Arguments to Saxon and Xalan: it'll run but in XSLT 1.0, and throw an exception at the first XSLT 2.0 function. I've also tried multiple versions of the Saxon jars, which are either incompatible or throw this exception.
Any help would be greatly appreciated, thanks!
Please sign in to leave a comment.