From: <php...@li...> - 2006-07-14 17:16:12
|
Jost, While restarting my php-bridge, I noticed that I had two instances of the bridge running! root 3137 1 0 Jul07 ? 00:00:00 java - Djava.ext.dirs=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/ext -jar JavaBridge.jar INET:9267 3 JavaBridge.log apache 15746 15745 0 Jul09 ? 00:00:01 java - Djava.ext.dirs=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/lib/ext - Djava.library.path=/usr/lib64/php/modules - Djava.class.path=/usr/lib64/php/modules/JavaBridge.jar - Djava.awt.headless=true -Dphp.java.bridge.base=/usr/lib64/php/modules php.java.bridge.JavaBridge INET_LOCAL:0 1 r I shut both down, restarted an instance similar to the first, restarted apache, and I no longer receive the error. I am not sure why that was occurring. Now, just to get Lucene working properly :) Thanks *so* much for all your help. Good luck with your next release! Wendy On 7/14/06, php...@li... < php...@li...> wrote: > > Hi Wendy, > > > "lucene-2.0.0 > > I get the following error about missing > > java.security.Security. > > this sounds like a GNU Java problem[1]. GNU Java > doesn't print the name of the missing class but the > name of the class that reports the problem. > > I think the real problem is that the class > java.security.Security complains that the concrete > security provider is missing. > > Can you please set the log level to 5 and run the test > again? It should display a "searching for class XXX" > where XXX is the missing class. > > Please open a ticket (please use > http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) > and attach the log there. I will check this tomorrow > for the new 3.1.5 release. > > > Regards, > Jost Boekemeier > > [1] The source download archive contains a 1.x > lucene.jar in the unsupported folder which has been > tested against GNU Java and GCJ, please see > http://php-java-bridge.sourceforge.net/examples/search/. > Another example is here: > > http://php-java-bridge.sourceforge.net/documentation/PHP-API/html/java_8c.html#a54 > . > It might be that lucene 2.x doesn't work with GNU Java > at the moment, I will check this. > > > > > ___________________________________________________________ > 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 |