ID: 48068 User updated by: pushpakr at yahoo dot com Reported By: pushpakr at yahoo dot com Status: Bogus Bug Type: *Configuration Issues Operating System: Windows XP Pro PHP Version: 5.2.9 New Comment:
Why has this been categorized bogus? Previous Comments: ------------------------------------------------------------------------ [2009-04-24 13:25:34] [email protected] http://www.php.net/manual/en/intro.java.php Note: All this is totally unsupported. ------------------------------------------------------------------------ [2009-04-24 11:58:06] pushpakr at yahoo dot com Description: ------------ I have installed PHP 5.2.9 and APACHE TOMCAT 5.5.27. When I try to run the phpinfo test page I get the following error. java.lang.UnsatisfiedLinkError: startup net.php.servlet.startup(Native Method) net.php.servlet.init(servlet.java:158) I have made sure that php5srvlt.jar is in tomcat\commons\lib and the library=php5servlet line is servlet.properties and reflect.properties file is correct. I have php5servlet.dll and php5ts.dll in C:\php folder and C:\php has been set to PATH. I have even tried putting in c:\windows\system32 folder. I have also put this tp php.ini file [Java] java.class.path = "c:\php\ext\php_java.jar" java.home = "D:\jdk1.5.0_18" java.library = "D:\jdk1.5.0_18\jre\bin\client\jvm.dll" java.library.path = "c:\php\ext;D:\jdk1.5.0_18\jre\lib" BUT STILL NOT WORKING. PLEASE HELP. CAN SOMEONE PLEASE PROVIDE ME php5srvlt.jar, php5servlet.dll and php5ts.dll file...just to see if something is wrong with the version I have. Actual result: -------------- type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet.init() for servlet php threw exception org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875) org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) java.lang.Thread.run(Thread.java:595) root cause java.lang.UnsatisfiedLinkError: startup net.php.servlet.startup(Native Method) net.php.servlet.init(servlet.java:158) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117) org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:875) org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665) org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) java.lang.Thread.run(Thread.java:595) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=48068&edit=1
