From: <php...@li...> - 2007-02-19 23:54:53
|
I am trying to use the php-java-bridge. I am currently receiving the error below when trying to access java. [Mon Feb 19 06:55:23 2007] [error] [client 127.0.0.1] PHP Fatal error: Uncaught exception 'java_RuntimeException' with message 'named-pipe communication not implemented in Protocol.php; write to php...@li... if you want to implement it. Please create and copy the "java.so" or "php_java.dll" to your PHP extension directory. Or allow your J2EE server to accept/resolve socket connections on the local interface.' in http://localhost:8080/JavaBridge/java/Protocol.inc:201\nStack trace:\n#0 http://localhost:8080/JavaBridge/java/Protocol.inc(204): java_HttpHandler->parseHeaders()\n#1 http://localhost:8080/JavaBridge/java/Protocol.inc(297): java_HttpHandler->read(8192)\n#2 http://localhost:8080/JavaBridge/java/Client.inc(290): java_Protocol->read(8192)\n#3 http://localhost:8080/JavaBridge/java/NativeParser.inc(79): java_Client->read(8192)\n#4 http://localhost:8080/JavaBridge/java/Parser.inc(61): java_NativeParser->parse()\n#5 http://localhost:8080/JavaBridge/java/Client.inc(210): java_Parser->parse()\n#6 http://localhost:8080/JavaBridge/java/Client.inc(307): java_H in http://localhost:8080/JavaBridge/java/Protocol.inc on line 201 I am using Apache 2.2, PHP 5.2.1, Tomcat 5.2.20 and php-java-bridge_4.0.1_j2ee on Windows Vista. Can anybody provide any advice on how to resolve this? Thaks, Kevin |