Thanks for all the help! I added the latest xerces to the web-app itself
and things work well now. This mailing list "axis-user" rocks!
Thanks again!
-Ken
"Jung, Eric
(Contractor)" To: "'[EMAIL PROTECTED]'"
<[EMAIL PROTECTED]>
<ejung@russellm cc:
ellon.com> Subject: RE: Cannot deploy AXIS service
to WebSphere....
10/16/2002
10:33 AM
Please respond
to axis-user
Can you try downloading the latest Xerces, putting its jars in the front of
your CLASSPATH, and running the command again?
Eric H. Jung
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:Ken.West@;sybase.com]
Sent: Wednesday, October 16, 2002 12:20 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Cannot deploy AXIS service to WebSphere....
Thanks a lot for you response Ken! What exactly do you mean by a
"mis-match in levels of the XML parser." Do you think I might have the
wrong xerces?
Thanks,
-Ken
Ken Hygh
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
.com> cc:
Subject: Re: Cannot deploy
AXIS
service to WebSphere....
10/16/2002
08:54 AM
Please respond
to axis-user
Looks like a mis-match in levels of the XML parser...
Ken
[EMAIL PROTECTED] wrote:
> I am getting this error below when deploying my web-service to WebSphere
> with AXIS: Any suggestions?
>
> Below I have the command, error on the client side and error in the
> AppServer listed.
>
> Thanks a lot for any help,
> -Ken
>
> Here is the command I am using:
> java org.apache.axis.client.AdminClient
> -lhttp://localhost:7001/axis/services/AdminService deploy-primitive.wsdd
>
> -------------Here is the error in the window where I run the command
above
> "client side":--------------
> - Exception:
> AxisFault
> faultCode: {http://xml.apache.org/axis/}HTTP
> faultString: (500)Internal Server Error
> faultActor: null
> faultDetail:
> null: return code: 500
> Error 500: javax/xml/parsers/SAXParser.getXMLReader
>
> (500)Internal Server Error
> at
>
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:630
)
> at
> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:131)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
71)
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:182)
> at org.apache.axis.client.Call.invokeEngine(Call.java:2113)
> at org.apache.axis.client.Call.invoke(Call.java:2102)
> at org.apache.axis.client.Call.invoke(Call.java:1296)
> at
org.apache.axis.client.AdminClient.process(AdminClient.java:319)
> at
org.apache.axis.client.AdminClient.process(AdminClient.java:298)
> at
org.apache.axis.client.AdminClient.process(AdminClient.java:305)
> at
org.apache.axis.client.AdminClient.process(AdminClient.java:256)
> at org.apache.axis.client.AdminClient.main(AdminClient.java:341)
>
> ----------------Here is the error where in the AppServer's log file
> "server-side":-----------------
> WebGroup X Servlet Error: javax/xml/parsers/SAXParser.getXMLReader:
> java.lang.AbstractMethodError: javax/xml/parsers/SAXParser.getXMLReader
> at org.apache.axis.utils.XMLUtils.getSAXParser(XMLUtils.java:247)
> at
>
org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationCon
textImpl.java:229)
> at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:546)
> at org.apache.axis.Message.getSOAPEnvelope(Message.java:377)
> at
>
org.apache.axis.handlers.soap.SOAPService$SOAPRequestHandler.invoke(SOAPServ
ice.java:176)
> at
>
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
71)
> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
> at
> org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
> at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
> at
> org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
> at
>
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:
335)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
>
com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager
.java:827)
> at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.
> _service(StrictLifecycleServlet.java:159)
> at
>
com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServle
t.java:286)
> at
>
com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycle
Servlet.java:106)
> at
>
com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:47
2)
> at
>
com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletMan
ager.java:1012)
> at
>
com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManag
er.java:913)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(W
ebAppRequestDispatcher.java:499)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequest
Dispatcher.java:278)
> at
>
com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestD
ispatcher.java:105)
> at
> com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:67)
> at
>
com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.
java:123)
> at
>
com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedIn
vocation.java:67)
> at
>
com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequ
estProcessor.java:122)
> at
>
com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener
.java:315)
> at
>
com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.ja
va:60)
> at
>
com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:313)
> at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:242)
> at com.ibm.ws.util.CachedThread.run(ThreadPool.java:122)
>
>
>