Hi,
> no Pipe- or SocketContextServer available.'
in order to communicate with the back end efficiently the client and server negotiate the fastest communication channel available during the first request.
If you have switched off the PIPE communication channel (for example by setting the PROMISCUOUS option) and a local SOCKET communication channel isn't available either (for example if a Java policy denies socket accept), the PHP client must continue to send HTTP PUT requests, which is incredibly slow and not implemented. So the PHP client gives up and throws the above exception.
Please either enable the PIPE communication channel (unset the PROMISCUOUS option, if necessary, and set the option JAVA_PIPE_DIR="/tmp" before including Java.inc) or edit your security policy to allow local socket communication.
Regards,
Jost Boekemeier
|