|
From: <php...@li...> - 2008-11-13 13:56:19
|
Hi,
> java.io.IOException: No context available for: 21@.
the web app path is missing after the @, so I assume you use the JavaBridge.jar in development mode. Furthermore I assume you're running windows or you have switched of the PipeContextServer.
In any case PHP sends an initial PUT request to the back end and then switches to a ContextRunner, keeping a persistent connection to it until it dies.
When the persistent connection is terminated, the client must not refer to its destroyed context anymore.
This is either a serious bug in the JavaBridge.jar or, more likely, you have mixed an old version of the front-end with a recent version of the back-end or vice versa.
Regards,
Jost Boekemeier
|