Dear all
I'm looking since a few days for a solution for my JavaBridge Problem.
I do receive the following error in different distances. So it is not
always and it needs some refreshes to produce this issue.
First I thought there is a problem with the PHP script but then I tested it
with a complete blank PHP file and with a simple phpinfo() and I receive
that issue too.
I would guess something in the JavaBridge configuration is wrong.
If anyone has an idea, I would be very thankful.
regards
Andy
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error that prevented it from
fulfilling this request.
exception
php.java.fastcgi.ConnectionException
php.java.fastcgi.FCGIOutputStream.flush(FCGIOutputStream.java:186)
php.java.fastcgi.FCGIOutputStream.close(FCGIOutputStream.java:178)
php.java.servlet.fastcgi.FastCGIServlet.writePostData(FastCGIServlet.java:459)
php.java.servlet.fastcgi.FastCGIServlet.doExecute(FastCGIServlet.java:418)
php.java.servlet.fastcgi.FastCGIServlet.execute(FastCGIServlet.java:516)
php.java.servlet.fastcgi.FastCGIServlet.handle(FastCGIServlet.java:527)
php.java.servlet.fastcgi.FastCGIServlet.doGet(FastCGIServlet.java:555)
javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
php.java.servlet.PhpCGIFilter.doFilter(PhpCGIFilter.java:126)
root cause
java.net.SocketException: Connection reset by peer: socket write error
java.net.SocketOutputStream.socketWrite0(Native Method)
java.net.SocketOutputStream.socketWrite(Unknown Source)
java.net.SocketOutputStream.write(Unknown Source)
java.io.BufferedOutputStream.flushBuffer(Unknown Source)
java.io.BufferedOutputStream.flush(Unknown Source)
php.java.fastcgi.FCGIOutputStream.flush(FCGIOutputStream.java:184)
php.java.fastcgi.FCGIOutputStream.close(FCGIOutputStream.java:178)
php.java.servlet.fastcgi.FastCGIServlet.writePostData(FastCGIServlet.java:459)
php.java.servlet.fastcgi.FastCGIServlet.doExecute(FastCGIServlet.java:418)
php.java.servlet.fastcgi.FastCGIServlet.execute(FastCGIServlet.java:516)
php.java.servlet.fastcgi.FastCGIServlet.handle(FastCGIServlet.java:527)
php.java.servlet.fastcgi.FastCGIServlet.doGet(FastCGIServlet.java:555)
javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
php.java.servlet.PhpCGIFilter.doFilter(PhpCGIFilter.java:126)
note The full stack trace of the root cause is available in the Apache
Tomcat/7.0.54 logs.
Apache Tomcat/7.0.54
|