On Lun, 30 Novembre 2009 0:04, Pid wrote: > On 29/11/2009 22:51, Rocco Scappatura wrote: >> On Dom, 29 Novembre 2009 21:29, Pid wrote: > > snip > >>>>> Why aren't you using mod_php? >>>> >>>> Because I need to apply a JSP filter to the PHP page too.. If I demand >>>> the >>>> processing of php page to HTTPD I can't apply the JSP filter to that >>>> page. >>> > >>>> I'ld like to know why php5servlet.dll cause the crashes of Tomcat. >>>> Once >>>> I >>>> understand that there is a solution I can also evaluate another >>>> solution >>>> (Like the one proposed by chuck, some mail ago). >>> >>> Your bug looks suspiciously like this one: >>> >>> http://bugs.php.net/bug.php?id=32206 >>> >>> which lead me to this one: >>> >>> http://pecl.php.net/bugs/bug.php?id=10155 >> >> I really don't understand if is the same problem. Anyway this is the >> excetion report that I get when Tomcat crashes: >> >> java.io.IOException: >> net.php.servlet.send(Native Method) >> net.php.servlet.service(servlet.java:190) >> net.php.servlet.service(servlet.java:214) >> javax.servlet.http.HttpServlet.service(HttpServlet.java:729) >> org.mortbay.webapps.jetty.DemoFilter.doFilter(DemoFilter.java:39) >> >> Can I tell definitely that the cause of the problem is in the >> net.php.servlet class or org.mortbay.webapps.jetty class or whatever? > > You previously reported that there was no error message or stacktrace in > the logs. Are we now addressing a different problem?
Sorry, I told the thruth. Infact, the stacktrace has not be reported in the logs of tomcat. I swear. When I found the cause of the crash of tomcat (as I said, a request to a non existant PHP document) I sa the report of the exception that I collect directly from the browser. > The bugs I found (above) may not apply exactly to your situation - I > can't be certain - but they do indicate that php5servlet.dll & PECL were > known to have problems several years ago. > > The fact that there are no more recent reports of similar bugs might > lead one to believe that upgrading your ancient PHP installation will > help. Have you done that? You are right. Even if - as Andre' said - PHP and Java are a perfect couple, I need for the moment to keep them to live together. My last chance is to upgrade PHP and PECL. Otherwise I have to finde another way to let to live toghether Java and PHP. > The best advice we can give you is to ensure that you are running the > latest vershttp://webmail.sttspa.it/src/webmail.php Mail for rscappation of HTTPD, Tomcat, JVM etc. Have you upgraded any of > these since we started? Yes I have upgraded either Tomcat and Java. I don't think that HTTPD could be a cause of the problem. Thanks, rocsca > p > > >> This answer could help me to understand who I could face so that the bug >> is solved. >> >> Thanks, >> >> rocsca --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org