"NAKAMURA, Hiroshi" wrote: <snip> > > Run your xmlrpc standalone server with -d; > > ruby -d test_ps_server.rb > > Then run the client. It will dump the reason of > Internal Server Error. > Please show the error message. > > I'm wondering it failed marshalling C struct, nil or > Bitnum, etc... > > Regards, > // NaHi Here's the error message I get: >ruby -d xmlrpcServerTest.rb /usr/local/lib/ruby/site_ruby/1.6/xmlrpc/utils.rb:116: warning: `&' interpreted as argument prefix [Tue Oct 22 07:50:21 2002] HttpServer 151.119.145.36:8889 start [Tue Oct 22 07:50:34 2002] HttpServer 151.119.145.36:8889 client:38032 my_host<1.2.3.4> connect in request_handler Exception `RuntimeError' at /usr/local/lib/ruby/site_ruby/1.6/xmlrpc/create.rb:179 - Bignum is too big! Must be signed 32-bit integer! What do you make of that? Regards, Dan