Hi everyone,
I got trouble deploying my services on soap with the XML-File.
It is not the xml-file itself, because on my own computer everything is
working fine. When I try to deploy it on another mashine I get following
Exception:
Exception in thread "main" java.lang.SecurityException: sealing violation
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$100(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentBuilder(Documen
tBuilderFactoryImpl.java:91)
at
org.apache.soap.util.xml.XMLParserUtils.getXMLDocBuilder(XMLParserUtils.java
:138)
at org.apache.soap.rpc.Call.<init>(Call.java:87)
at org.apache.soap.rpc.Call.<init>(Call.java:100)
at org.apache.soap.rpc.Call.<init>(Call.java:94)
at
org.apache.soap.server.ServiceManagerClient.<init>(ServiceManagerClient.java
:81)
at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:2
16)
Obvieously there is something wrong with the installation of soap on this
computer
Tomcat 4.1 is used on it.
The advised tests in the startup-tutorial using an internetbrowser are
working fine.
Can anybody give me a hint where to look for?
Thanks
Malte
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>