From: tumallapally at gmail dot com Operating system: Windows XP professional 2002 PHP version: 5.3.0 PHP Bug Type: Java related Bug description: Apache5.5 PHP5.3 configuration issue
Description: ------------ I am tring to configure php5.3 with apache tomcat 5.5. When I am running the test page, its giving the following error. I tried with the following blog spot to configure: http://blog.taragana.com/index.php/archive/running-php-5x-on-windows-using-tomcat-4x-or-5x/ However without much sucess. Please provide me assistance on how to resolve this issue. Reproduce code: --------------- <?php phpinfo(); ?> Actual result: -------------- Please find the stack trace I am getting: org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet php threw exception java.io.IOException: ?Àt2 H.?m?Àt at net.php.servlet.send(Native Method) at net.php.servlet.service(servlet.java:190) at net.php.servlet.service(servlet.java:214) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:172) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:835) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:640) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1286) at java.lang.Thread.run(Unknown Source) -- Edit bug report at http://bugs.php.net/?id=48878&edit=1 -- Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=48878&r=trysnapshot52 Try a CVS snapshot (PHP 5.3): http://bugs.php.net/fix.php?id=48878&r=trysnapshot53 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=48878&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=48878&r=fixedcvs Fixed in CVS and need be documented: http://bugs.php.net/fix.php?id=48878&r=needdocs Fixed in release: http://bugs.php.net/fix.php?id=48878&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=48878&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=48878&r=needscript Try newer version: http://bugs.php.net/fix.php?id=48878&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=48878&r=support Expected behavior: http://bugs.php.net/fix.php?id=48878&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=48878&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=48878&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=48878&r=globals PHP 4 support discontinued: http://bugs.php.net/fix.php?id=48878&r=php4 Daylight Savings: http://bugs.php.net/fix.php?id=48878&r=dst IIS Stability: http://bugs.php.net/fix.php?id=48878&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=48878&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=48878&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=48878&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=48878&r=mysqlcfg
