php-general | 2001122
Date: 12/31/01
- Next message: Björn Schotte: "[PHP] Re: php4 and PHPLib"
- Previous message: Dennis Gearon: "[PHP] good php sites"
- In reply to: Vincent Stoessel: "[PHP] another tomcat 4.01 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
OK, here is a little more data:
my system is running redhat (i386 )6.2 with glibc 2.1.3
I have the latest jdk 1.3.1 from java.sun.com
Tomcat seems to load and set up my php servlet context just fine:
XmlMapper: pop org.apache.catalina.core.StandardWrapper
XmlMapper: org.apache.catalina.core.StandardContext.addServletMapping( *.php, php)
XmlMapper: org.apache.catalina.core.StandardContext.addServletMapping( *.phps, php-formatter)
but when I try accessing a php script, tomcat crashes:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : 11 occurred at PC=0x36a573fe
Function name=Java_net_php_reflect_setEnv
Library=/usr/local/phpservlet/lib/php/libphp4.so
Current Java thread:
at net.php.servlet.send(Native Method)
at net.php.servlet.service(servlet.java:162)
at net.php.servlet.service(servlet.java:180)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
Has anyone gotten php-4.10 + tomcat 4.0.1 to work together yet?
Thanks.
Vincent Stoessel wrote:
>
> ------------------------------------------------------------------------
>
> Subject:
>
> [PHP] another tomcat 4.01 problem
> From:
>
> Vincent Stoessel <vincent <email protected>>
> Date:
>
> Sat, 29 Dec 2001 17:37:26 -0500
> To:
>
> Php General Mailing List <php-general <email protected>>
>
> To:
>
> Php General Mailing List <php-general <email protected>>
>
>
> I got php4.1.0 sucessfully compiled in and now I get these
> exceptions when I try to run the test php scripts.
>
> java.lang.UnsatisfiedLinkError: send
> at net.php.servlet.send(Native Method)
> at net.php.servlet.service(servlet.java:162)
> at net.php.servlet.service(servlet.java:180)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
> I know that I am very close now. Any hints?
-- Vincent Stoessel vincent <email protected> Java Linux Apache Mysql Php (JLAMP) Engineer (301) 362-1750 Mobile (410) 419-8588 AIM, MSN: xaymaca2020 , Yahoo Messenger: vks_jamaica-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Björn Schotte: "[PHP] Re: php4 and PHPLib"
- Previous message: Dennis Gearon: "[PHP] good php sites"
- In reply to: Vincent Stoessel: "[PHP] another tomcat 4.01 problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

