|
From: <php...@li...> - 2009-02-09 13:52:04
|
Hi,
> How ever, this ocuured on clear install of the bridge, no
> extention imported
> from the PHP installation, php.ini remained unchanged.
What do you mean with this? We were talking about the PHP installation, not about the PHP/Java Bridge or its installation. The bridge tries to start a standard PHP FastCGI server attached to the JVM using the command:
set REDIRECT_STATUS "200"
set X_JAVABRIDGE_OVERRIDE_HOSTS "/"
set PHP_FCGI_CHILDREN "5"
set PHP_FCGI_MAX_REQUESTS "5000"
launcher.exe php-cgi \\.\pipe\JavaBridge@9667 -d allow_url_include=On
If that failed, the bridge runs php-cgi as follows:
c:\Program Files\PHP\php-cgi.exe -i
According to your log, both, the FastCGI as well as the simple .exe file invocation failed. I am sorry, but I don't think we can help you any further. Please report this bug to the PHP maintainers instead.
> <param-name>prefer_system_php_exec</param-name>
> <param-value>Off</param-value>
> </init-param>
>
> in my web.xml,
So the php executable shipped with the JavaBridge.war file crashes on your operating system, too.
This may mean that a) your operating system cannot execute standard .exe files or b) php crashes when reading your system php.ini file.
Please see our FAQ entry "I get a blank page or some other error!?!" for hints how to debug your PHP installation.
Regards,
Jost Bökemeier
|