From: <php...@li...> - 2007-04-16 11:42:52
|
Hi, > Error: The PHP/Java Bridge back-end is not running. Have you started the back end? If your php.ini file dosn't contain any java related entries (which seems to be the case), the bridge automatically starts a local back end. You can find the command in the result of the phpinfo() command: echo "<?php dl('java.so'); phpinfo() ?>" | php -n > result.txt cat result.html | fgrep "java command" Please take the java command obtained from the phpinfo() and paste it into a command shell (xterm). The command should display the reason for the failure, probably some freebsd java/jdk issue. In any case, we recommend to use the J2EE binary on freeBSD, or to use a modern operating system with a decent TCP socket implementation, for example Windows, Linux or Solaris. Regards, Jost Boekemeier __________________________________ Kennt man wirklich jeden über 3 Ecken? Die Antworten gibt's bei Yahoo! Clever. www.yahoo.de/clever |