From: <php...@li...> - 2006-10-17 17:42:47
|
Hi, > When I make a call to my EJB SLSB for the first time > after I have restarted Jboss I get the following > error: > > 'Fatal error: php_mod_java(98): Call object is > null, check back-end log file(s). in...' the java.persistent_connections option is responsible for this. The php instances keep a connection to the back end until they detect that the connection is broken, in which case you'll receive the above message and the php instance which has detected the failure resets its internal state. When using persistent connections to the back-end please make sure that you restart both, the front end (usually Apache or IIS) and the back end. Regards, Jost Boekemeier ___________________________________________________________ Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de |