From: <php...@li...> - 2006-06-05 10:03:44
|
Hi all, I'm really giving up now. I had everything working except that strange ssl= =20 problem by having a cgi folder within each webapp. Now, I added a new host= =20 and I'm getting some 'no session proxy' exception when trying something lik= e=20 java_session(); I then removed all global stuff and deployed the JavaBridge.war to the new= =20 host. It works first time after restart, then it doesn't. No exception or=20 other error, just blank page. Any help greatly appreciated, cheers flim On Monday 05 June 2006 01:29, php...@li...=20 wrote: > Hi, > > another issue came up. If I'm using the bridge as said in last email, I'm > getting following error randomly. I can reproduce that error by simply > reloading a page a couple of times. That's all on port 8080, so nothing > unusual. I could work around that by copying or linking the cgi directory > from the JavaBridge webapp to all others, but it would be inconvenient (a= nd > I think symlinks don't work - that could make it a space consumer as well= ). > > javax.servlet.ServletException: An IO exception occured. Probably php was > not installed as "/usr/bin/php-cgi" or "c:/php5/php-cgi.exe" > or "/jsmsc/srv/tomcat/webapps/ROOT/WEB-INF/cgi/php-cgi-i386-linux[.sh]| > [.exe]". > Please see "php_exec" in your WEB-INF/web.xml and WEB-INF/cgi/README for > details. > php.java.servlet.PhpCGIServlet.doGet(PhpCGIServlet.java:466) > javax.servlet.http.HttpServlet.service(HttpServlet.java:689) > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > If you could point me to a solution for this issue, I'd be more than happ= y. > While I could somehow life with the ssl issue described in my last email, > this is a killer. After the error occuring it doesn't work again (so, once > the error occured it will always occur). > > Cheers > flim |