This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Running apache xmlrpc with gij 3.3.1


On Tue, Sep 23, 2003 at 10:39:27PM +0000, Erik Poupaert wrote:
>
> You can circumvent the bug by using org.apache.xmlrpc.XmlRpcClientLite, which
> implements its own HttpClient, which is not only way faster (especially on win32) but
> also correctly emits a http POST.

Unfortunately, XmlRpcClientLite is not working for me either.
I have experimented with both release 3.3.1 and snapshot 3.4-20030917.

This is a sample output from the last test:

/usr/local/gcc-3.4-20030917/bin/gij -classpath build:../../lib/servlet.jar:../../lib/xmlrpc.jar echo.EchoClient
could not call XML-RPC method: java.io.IOException: Server returned invalid Response.
java.io.IOException: Server returned invalid Response.
   at gnu.gcj.runtime.FirstThread.call_main() (/usr/local/gcc-3.4-20030917/lib/libgcj.so.4.0.0)
   at gnu.gcj.runtime.FirstThread.run() (/usr/local/gcc-3.4-20030917/lib/libgcj.so.4.0.0)
   at _Jv_ThreadRun(java.lang.Thread) (/usr/local/gcc-3.4-20030917/lib/libgcj.so.4.0.0)
   at _Jv_RunMain(java.lang.Class, byte const, int, byte const, boolean)
(/usr/local/gcc-3.4-20030917/lib/libgcj.so.4.0.0)
   at main (/local/labrat/bera/bera/tools/echo/../../../gcc-3.4-20030917/libjava/gij.cc:167)
   at __libc_start_main (/lib/libc-2.3.2.so)
   at _start (Unknown Source)

My only work-around so far is Kaffe 1.1.1. =)

Regards,
Everton


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]