XMLRPC problem!

Kent Dahl wrote:

Mohsen Rahmanian Kooshkaki wrote:

after run server.rb i run client.rb and give this message:
…:496:in `do_rpc’:HTTP_Error :500 Internal Server Error(Runtime
Error)
please help me.
thanks.
Mohsen

I beat my head alot on this one myself, once.
By changing the httpserver.rb source, I get this more enlightning error
message:
HTTP-Error: 500 Internal Server Error: No such file to load –
nqxml/streamingparser

Maybe that is the problem for you too?

If NQXML is installed, also check that you have version 1.1.3p1 …
plain old 1.1.3 has a syntax error. See http://nqxml.sourceforge.net/
for details.

I’m having the same problem. I was going to use the REXML parser, but I
noticed that there’s no entry for it in the config.rb file. Do I just add
this?:

  • XMLParser::REXMLStreamParser

Thanks in advance.

Regards,

Dan

That’s correct!

Regards,

Michael

···

On Tue, Jun 18, 2002 at 02:21:19AM +0900, Mr. Sunblade wrote:

Kent Dahl wrote:

Mohsen Rahmanian Kooshkaki wrote:

after run server.rb i run client.rb and give this message:
…:496:in `do_rpc’:HTTP_Error :500 Internal Server Error(Runtime
Error)
please help me.
thanks.
Mohsen

I beat my head alot on this one myself, once.
By changing the httpserver.rb source, I get this more enlightning error
message:
HTTP-Error: 500 Internal Server Error: No such file to load –
nqxml/streamingparser

Maybe that is the problem for you too?

If NQXML is installed, also check that you have version 1.1.3p1 …
plain old 1.1.3 has a syntax error. See http://nqxml.sourceforge.net/
for details.

I’m having the same problem. I was going to use the REXML parser, but I
noticed that there’s no entry for it in the config.rb file. Do I just add
this?:

  • XMLParser::REXMLStreamParser