It looks like a JVM problem.  This problem was solved by downloading the
latest JRE 1.3.1 from Javasoft.

Danny Yeh

----- Forwarded by Danny L Yeh/Watson/IBM on 02/21/2002 09:58 PM -----
                                                                                       
                                          
                      Danny L Yeh                                                      
                                          
                                               To:       [EMAIL PROTECTED]      
                                          
                      02/21/2002 02:11         cc:                                     
                                          
                      PM                       From:     Danny L Yeh/Watson/IBM@IBMUS  
                                          
                                               Subject:  Problem with deploying sample 
deploy.wsdd - NoSuchMethodError           
                                                                                       
                                          
                                                                                       
                                          
                                                                                       
                                          



Hi,

I encountered a NoSuchMethodError when I tried to deploy my first sample
deploy.wsdd.  I tried different versions of xerces.jar and checked the
archive of the mailing list.  So far I came up empty.  The deployment did
not even make pass the Tcpmon.  Can someone point out the obvious mistake
that I am making?  Thanks.

JVM - IBM Java 1.3
Classpath has .;axis.jar;.
/xerces-1_4_4/xerces.jar;log4j-core.jar;activation.jar;

Danny Yeh

----------------------------------------------------------------------------------------------------------------------------------------------------------
C:\xml-axis-alpha3\samples\stock>java org.apache.axis.client.AdminClient
 -lhttp://localhost:8081/axis/services/AdminService deploy.wsdd
Processing file deploy.wsdd
Exception in thread "main" java.lang.NoSuchMethodError:
org.xml.sax.Attributes:
method getQName(I)Ljava/lang/String; not found
        at
org.apache.axis.encoding.SerializationContext.startElement(Serializat
ionContext.java:481)
        at
org.apache.axis.encoding.SerializationContext.writeDOMElement(Seriali
zationContext.java:652)
        at
org.apache.axis.message.MessageElement.outputImpl(MessageElement.java
:458)
        at
org.apache.axis.message.MessageElement.output(MessageElement.java:448
)
        at
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:352
)
        at
org.apache.axis.message.MessageElement.output(MessageElement.java:448
)
        at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:329)
        at org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:272)
        at org.apache.axis.Message.getContentLength(Message.java:293)
        at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:354)

        at
org.apache.axis.SimpleTargetedChain.invoke(SimpleTargetedChain.java:1
04)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:178)
        at org.apache.axis.client.Call.invoke(Call.java:1254)
        at org.apache.axis.client.Call.invoke(Call.java:658)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:323)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:303)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:310)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:261)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:344)


Reply via email to