I'm having a problem with the xmlrpc package - for any xmlrpc request it hangs for appx. 30 seconds and then errors out, with this in the error log:
Error writing content: resource temporarily unavailable
while executing
"ns_conncptofp $fp"
(procedure "xmlrpc::get_content" line 13)
invoked from within
"xmlrpc::get_content"
invoked from within
"if {[string equal [ns_conn method] POST]} {
...
It is mounted on /RPC2 as per the default. Which gets redirected to /RPC2/ by the way, didn't you want to make it a registered proc once to avoid that? But that is not the problem I think - the client seems to follow the redirect correctly. I tried both xmlrpc::remote_cal from another openacs installation and the python client api.
This is happening on AOLserver 3.3.1+ad13 which is running on a non-standard port number, without any proxies involved. One empty temporary file like /tmp/fileddoVAw-562318384.xmlrpc2 is left after each attempt.
Any ideas?