It's for now the web server used by my compagny we entend to migrate to 6.x. My purpose is to test a web service using SOAP-ui. So when I test the web service on my machine it worked but when tested remotely there's an error when I send a request with SOAP-UI
-----Message d'origine----- De : Serge Fonville [mailto:[EMAIL PROTECTED] Envoyé : lundi 24 novembre 2008 14:52 À : Tomcat Users List Objet : Re: tomcat 5.5.20 security issue Just a few questions off the top off my head:Where do you get the error How did you configure tomcat When do you get the error What applications do you already have What is your OS What is the end goal you want What variables have you set Why tomcat 5.5.20 (instead of 6) It seems a library can not be found. Are all the required libraries installed in the tomcat lib directory or in your WEB_INF/lib? Regards, Serge Fonville On Mon, Nov 24, 2008 at 2:45 PM, aymen83 <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to run a web service on tomcat 5.5.20 but I have this error. I'm > not expert in tomcat so if someone can help me? > > > > java.lang.NoClassDefFoundError: > com/sun/org/apache/xml/internal/security/Init > > at > > com.sun.xml.wss.impl.SecurableSoapMessage.<clinit>(SecurableSoapMessage.java:75) > > at > > com.sun.xml.wss.ProcessingContext.setSOAPMessage(ProcessingContext.java:198) > > at > > com.sun.xml.wss.impl.misc.XWSSProcessor2_0Impl.createProcessingContext(XWSSProcessor2_0Impl.java:132) > > at > > org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor.validateMessage(XwsSecurityInterceptor.java:159) > > at > > org.springframework.ws.soap.security.AbstractWsSecurityInterceptor.handleRequest(AbstractWsSecurityInterceptor.java:104) > > at > > org.springframework.ws.server.MessageDispatcher.dispatch(MessageDispatcher.java:208) > > at > > org.springframework.ws.server.MessageDispatcher.receive(MessageDispatcher.java:163) > > at > > org.springframework.ws.transport.support.WebServiceMessageReceiverObjectSupport.handleConnection(WebServiceMessageReceiverObjectSupport.java:88) > > at > > org.springframework.ws.transport.http.WebServiceMessageReceiverHandlerAdapter.handle(WebServiceMessageReceiverHandlerAdapter.java:57) > > at > > org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:875) > > at > > org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809) > > at > > org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:523) > > at > > org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:463) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > at > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) > > at > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) > > at > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) > > at > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) > > at > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) > > at > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) > > at > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) > > at > > org.apache.catalina.valves.RequestDumperValve.invoke(RequestDumperValve.java:150) > > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) > > at > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) > > at > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) > > at > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) > > at > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) > > at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) > > at java.lang.Thread.run(Thread.java:595) > thanks in advance > -- > View this message in context: > http://www.nabble.com/tomcat-5.5.20-security-issue-tp20661073p20661073.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]