Return-Path: Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 55096 invoked by uid 500); 13 Feb 2003 14:52:23 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 55014 invoked from network); 13 Feb 2003 14:52:22 -0000 Sender: sauthieg@lozere.frec.bull.fr Message-ID: <3E4BB146.8A7869DE@Bull.Net> Date: Thu, 13 Feb 2003 15:52:54 +0100 From: Guillaume Sauthier Organization: Bull S.A. X-Mailer: Mozilla 4.72 [en] (X11; U; AIX 4.3) X-Accept-Language: fr, en MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Re: Axis on Tomcat embeded in JOnAS Application Server References: <3E4B9663.C20DDFA8@Bull.Net> <3E4B97A5.9070906@btinternet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Thanks, I change the xerces.jar of JOnAS with xerces.jar of CATALINA and it works ! Thx a lot :) Brian Ewins wrote: > > See > http://www.saxproject.org/?selected=ext > > The error you quote indicates that the XML parser you are using doesnt > support the SAX extension for lexical handlers. > > In particular this quote off the page is relevant: > "[Re: lexicalhandlers...]In practice, all distributions are already > including them, and any distribution conforming to the JAXP 1.1 > interface specification needs to include them." > > Check if you've accidentally got an old xml parser in your classpath. > Try looking at the results of 'happyaxis.jsp' (from the Axis sample > webapp) in your webapp, and if this doesnt point out the problem, post > the results of running 'fingerprint.jsp' > > -Baz > > Guillaume Sauthier wrote: > > Hello > > > > I'm working with Axis 1.1 Release Candidate 1, Tomcat 4.0.6 and JOnAS > > 2.6.4 . > > I get an exception when I try to use the AdminClient tool : > > > > --------------------------------------------------------------- > > > > [INFO] AdminClient - -Processing file deploy.wsdd > > AxisFault > > faultCode: > > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > > faultSubcode: > > faultString: org.xml.sax.SAXNotRecognizedException: Feature: > > http://xml.org/sax/properties/lexical-handler > > faultActor: > > faultNode: > > faultDetail: > > {http://xml.apache.org/axis/}stackTrace: AxisFault > > faultCode: > > {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > > faultSubcode: > > faultString: org.xml.sax.SAXNotRecognizedException: Feature: > > http://xml.org/sax/properties/lexical-handler > > faultActor: > > faultNode: > > faultDetail: > > > > org.xml.sax.SAXNotRecognizedException: Feature: > > http://xml.org/sax/properties/lexical-handler > > at > > org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:249) > > at > > org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168) > > at > > org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:973) > > at > > org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403) > > at > > org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1550) > > at > > org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1204) > > at > > org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381) > > at > > org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098) > > at javax.xml.parsers.SAXParser.parse(SAXParser.java:393) > > at > > org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:230) > > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538) > > at org.apache.axis.Message.getSOAPEnvelope(Message.java:376) > > at org.apache.axis.client.Call.invokeEngine(Call.java:2511) > > at org.apache.axis.client.Call.invoke(Call.java:2481) > > at org.apache.axis.client.Call.invoke(Call.java:1603) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:355) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:334) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:341) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:292) > > at org.apache.axis.client.AdminClient.main(AdminClient.java:377) > > > > > > org.xml.sax.SAXNotRecognizedException: Feature: > > http://xml.org/sax/properties/lexical-handler > > at > > org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:249) > > at > > org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:168) > > at > > org.apache.axis.encoding.DeserializationContextImpl.endElement(DeserializationContextImpl.java:973) > > at > > org.apache.xerces.parsers.SAXParser.endElement(SAXParser.java:1403) > > at > > org.apache.xerces.validators.common.XMLValidator.callEndElement(XMLValidator.java:1550) > > at > > org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XMLDocumentScanner.java:1204) > > at > > org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:381) > > at > > org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098) > > at javax.xml.parsers.SAXParser.parse(SAXParser.java:393) > > at > > org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:230) > > at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538) > > at org.apache.axis.Message.getSOAPEnvelope(Message.java:376) > > at org.apache.axis.client.Call.invokeEngine(Call.java:2511) > > at org.apache.axis.client.Call.invoke(Call.java:2481) > > at org.apache.axis.client.Call.invoke(Call.java:1603) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:355) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:334) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:341) > > at > > org.apache.axis.client.AdminClient.process(AdminClient.java:292) > > at org.apache.axis.client.AdminClient.main(AdminClient.java:377) > > [ERROR] AdminClient - -Exception: > > > http://xml.org/sax/properties/lexical-handler> > > > > --------------------------------------------------------- > > > > It's exactly the same when I use the list command ! > > > > But when I use Axis on Tomcat in standalone mode (not in JOnAS), the > > AdminClient works perfectly ! > > > > Where do you think is the problem ? > > > > Thanks... > > > > Guillaume > >