You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wayne Bragg <wl...@cox.net> on 2008/10/27 01:54:09 UTC

WARNING: Servlet.service() for servlet php threw exception

my setup:
    WinXP Home
    Wed-Dev install of:
        Apache/2.2.3 (Win32)
        Tomcat 5
        PHP 5.2.0

As a work around to another thread, (mod_tk connector), I'm trying to setup native php on tomcat. 
I installed all the pieces according to 

http://the-double-0-project.net/blog/?p=126
http://nexus.zteo.com/2008/02/15/how-to-setup-php5-with-tomcat-5/

and get the following error

WARNING: Servlet.service() for servlet php threw exception
java.io.IOException: null
 at net.php.servlet.send(Native Method)
 at net.php.servlet.service(servlet.java:190)
 at net.php.servlet.service(servlet.java:214)

How can I find the cause of this exception or does anyone know what's causing it?