From: <php...@li...> - 2006-07-07 18:34:06
|
Hi Jost, I created the problem report: http://sourceforge.net/tracker/index.php?func=detail&aid=1518913&group_id=117793&atid=679233 However I am having troubles attaching a second file. You gave me a couple options to resolve the problem. 1. Use TCP sockets. How is this done? Do you just configure php.inidifferently? Is there an example somewhere? 2. Use the servlet backend. Don't I need to have tomcat running for this? I currently don't run Tomcat, so this didn't seem like the option I would like. Thanks for your help. Wendy On 7/7/06, php...@li... < php...@li...> wrote: > > Hi Wendy, > > > /usr/lib/jvm/java-1.4.2-gcj-1.4.2.0 java.java = > > /usr/lib/jvm/java- > > 1.4.2-gcj-1.4.2.0/jre/bin/java > > are you sure that the above binaries are 64 bit > binaries? On my installation these are 32 bit > binaries. > > On Unix the usual build process creates a JNI library > libnatcJavaBridge.so. It is injected into the Java VM > to make unix domain socket communication possible. If > you build a 64 bit jni library for a 32 bit VM, the VM > will reject the library and the unix domain socket > channel fails. > > As a workaround please use TCP sockets instead, or, > better, use the servlet back-end: > > rpm -e php-java-bridge php-java-bridge-standalone > rpm -i php-java-bridge-3.1.4-1.i386.rpm > rpm -i php-java-bridge-tomcat-3.1.4.1.noarch.rpm > > > However, this 64 bit jni and 32 VM problem is > something that autoconf should catch. Can you please > open a problem report (please use > http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) > and attach the php-java-bridge-standalone and > php-java-bridge rpm files at the end of the ticket? > > I will add an autoconf test to the next version of the > bridge which should solve this problem. > > > Regards, > Jost Boekemeier > > > > > ___________________________________________________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -- Wendy |