From: <php...@li...> - 2009-11-18 15:54:07
|
I'm using the JavaBridge to manage/organize reports from a BIRT server. From this post on the Birt-Exchange it is reported to be possible. http://www.birt-exchange.org/forum/deploying-integrating-birt-report-engine-applications/15906-php-java-bridge.html So I am NOT able to access BIRT on a separate server using the JavaBridge ? ~jim On Wed, Nov 18, 2009 at 10:32 AM, <php...@li...> wrote: > afaik does the bridge only allow local access through 127.0.0.1 as > after the first contact > a local socket connection (pipes and that stuff) is established and > all communication is > done over this. > > Meaning: PHP + the Bridge (either directly with the jar or as > tomcat-webapp) must be > on the same server). > > Kind regards, > Dominik > > On Wed, Nov 18, 2009 at 4:28 PM, > <php...@li...> wrote: >> Just started using the JavaBridge this week and everything works when >> the applications are on the same server. I would like to move the PHP >> application to a different server but I am running into this error: >> >> Warning: pfsockopen() [function.pfsockopen]: unable to connect to >> webdev.mchs.com:9267 (Connection refused) in >> /web/htdocs/JavaBridge/java/Java.inc on line 1160 >> >> and >> >> java_RuntimeException: Could not connect to the context server >> webdev.mchs.com:9267. Error message: Connection refused (111) in >> /web/htdocs/JavaBridge/java/Java.inc on line 1161 >> >> What should I be looking for in troubleshooting this error? Is this >> just a "port" issue across the network? >> >> My setup is: >> Windows 2003 Server with Tomcat6 using Java 1.6.0_16 and PHP5.3 >> Kubuntu 9.10 with Tomcat6 using Java 1.6.0_16 and PHP5.3 >> >> thanks >> ~ jim >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> php-java-bridge-users mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users >> > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |