From: <php...@li...> - 2008-04-27 20:02:15
|
Hi Jost, > at java.net.SocketInputStream.read(Unknown Source) > at php.java.bridge.Parser.read(Parser.java:86) > at php.java.bridge.Parser.parse(Parser.java:163) > at php.java.bridge.Request.handleRequest(Request.java:377) > at php.java.bridge.Request.handleRequests(Request.java:485) > at php.java.bridge.http.ContextRunner.run(ContextRunner.java:140) > at php.java.bridge.ThreadPool$Delegate.run(ThreadPool.java:60) > > the above thread dump is missing the trace from Java.inc. Are you sure that you use the PHP/Java > Bridge? -- Or do you still use the java.so developed for PHP4? 100% I am using JavaBridge 5.2.0. Never got the old bridge working with PHP 5.2.5 on Win32. The dump was from the command screen, when I start the JavaBridge using: java -Xmx512m -Dphp.java.bridge.default_log_level=1 -Dphp.java.bridge.base=C:\JavaBridge\ -Djava.ext.dirs=C:\ext -jar C:\JavaBridge\JavaBridge.jar SERVLET_LOCAL:8080 There is no screen output to the browser because the http request dies. > Can you please remove any "[java]" entry from your php.ini file(s) and try again? There are no java entries in my php.ini. What is very strange is that it works fine when I do $dummy = $javaObject->javaMethod(); but not when I do: $javaObject->javaMethod(); I am suspecting it is a PHP bug. Cheers, Antonio > > > > > Regards, > Jost Boekemeier > > > > > > > > > __________________________________________________________ > Gesendet von Yahoo! Mail. > Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |