You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "Jalen Wang (王一欽)" <Ja...@pAsia.com> on 2001/02/22 12:00:12 UTC

FW: problems in running SOAP web service in Tomcat


-----Original Message-----
From: Jalen Wang (王一欽) 
Sent: Thursday, February 22, 2001 6:24 PM
To: 'soap-dev@xml.apache.org'; 'soap-user@xml.apache.org'
Subject: problems in running SOAP web service in Tomcat



hi: 
     when I follow the steps mentioned in artile "The Web services
(r)evolution, Part 2(author by Graham Glass )"
    http://www-106.ibm.com/developerworks/library/ws-peer4/?dwzone=ws
    after deploying the web service "urn:demo1:exchange"
    and successfully compile Client.java
    but when executing java Client , the tomcat server console shows message
below:

    and how do I fix it ? much appreciate for your suggestion!!       
 
jalenwang
Processing SOAP request...
java.lang.SecurityException: sealing violation
        ...............
        at java.lang.RuntimeException.<init>(RuntimeException.java:47)
        at java.lang.SecurityException.<init>(SecurityException.java:39)
        at java.net.URLClassLoader.defineClass(Compiled Code)
        at java.net.URLClassLoader.access$1(Compiled Code)
        at java.net.URLClassLoader$1.run(Compiled Code)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.AccessController.doPrivileged(Compiled Code)
        at java.net.URLClassLoader.findClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at sun.misc.Launcher$AppClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClass(Compiled Code)
        at java.lang.ClassLoader.loadClassInternal(Compiled Code)
        at
org.apache.soap.util.xml.XercesParserLiaison.read(XercesParserLiaison.java:7
9)
        at org.apache.soap.server.http.RPCRouterServlet.doPost(Compiled
Code)
        ...........