Hello,
I have deployed the 3.0.8 JavaBridge.war on JBoss 4.0.3SP1. I then run
some of the samples, like test.php. I find that any time I access a php
resource I get a FileNotFoundException in the log, although everything
seems to work fine. (See trace below) I notice that an empty null.i
file appears in my JBoss bin directory. Does anyone have an idea as to
why this would happen?
Thanks,
Matt
13:52:02,060 ERROR [[/JavaBridge]] JavaBridge Exception:
java.io.FileNotFoundException: null.o (The system cannot find the file
specified
)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at
php.java.bridge.http.PipeContextServer$Channel.getInputStream(PipeCon
textServer.java:46)
at php.java.bridge.http.ContextRunner.<init>(ContextRunner.java:32)
at
php.java.bridge.http.PipeContextServer.start(PipeContextServer.java:7
5)
at php.java.bridge.http.ContextServer.start(ContextServer.java:70)
at
php.java.servlet.PhpJavaServlet.handleSocketConnection(PhpJavaServlet
.java:444)
at php.java.servlet.PhpJavaServlet.doPut(PhpJavaServlet.java:471)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:720)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
|