-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 9:01 AM
To: [EMAIL PROTECTED]
Subject: RE: NoSuchMethodError in Client
It looks like the java.lang.StringBuffer.append(java.lang.StringBuffer) was added in 1.4.0. I'll download the 1.4.1 JDK and let you know if works.
Thanks for the quick feedback!
"Volkmann, Mark" <[EMAIL PROTECTED]> 11/18/2002 07:55 AM
Please respond to axis-user
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: RE: NoSuchMethodError in Client
java.lang.StringBuffer has existed since JDK 1.0.
-----Original Message-----
From: Chris Forbis [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 18, 2002 8:45 AM
To: '[EMAIL PROTECTED]'
Subject: RE: NoSuchMethodError in Client
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?
***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************
I don't recall hearing that Axis was going to required JDK
1.4.
Is that the case now?
- NoSuchMethodError in Client cmchenry
- RE: NoSuchMethodError in Client Chris Forbis
- Re: NoSuchMethodError in Client Steve Loughran
- RE: NoSuchMethodError in Client Volkmann, Mark
- RE: NoSuchMethodError in Client Chris Forbis
- RE: NoSuchMethodError in Client cmchenry
- RE: NoSuchMethodError in Client Yates, Danny (ANTS)
- Re: NoSuchMethodError in Client Steve Loughran
- RE: NoSuchMethodError in Client Volkmann, Mark
- RE: NoSuchMethodError in Client Chris Forbis
- RE: NoSuchMethodError in Client thomas . cherel