What JDK are you using?  If not 1.4.1 you need to use 1.4.1 due to the fact java.lang.StringBuffer( java.lang.StringBuffer ) does not exist in 1.3.  1.0 did not have this limitation, but it seems the new builds do.  Let us know if it works for you...  I think I saw a bug report opened on this as well.

 

Chris

 

 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 9:33 AM
To: [EMAIL PROTECTED]
Subject: NoSuchMethodError in Client

 


I get the following exeception when trying to run a client application with the 11/17 build.  This same application worked under the 1.0 build.


java.lang.NoSuchMethodError: java.lang.StringBuffer: method append(Ljava/lang/StringBuffer;)Ljava/lang/StringBuffer; not found
        at org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:402)
        at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:122)
        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:2376)
        at org.apache.axis.client.Call.invoke(Call.java:2365)
        at org.apache.axis.client.Call.invoke(Call.java:2062)
        at org.apache.axis.client.Call.invoke(Call.java:1986)
        at org.apache.axis.client.Call.invoke(Call.java:1509)
        at com.integro.neien.testclients.TestPing.callPing(TestPing.java:77)
        at com.integro.neien.testclients.TestPing.main(TestPing.java:30)
Exception in thread "main"

Something I need to change in my code or a bug?

Reply via email to