From: Edward H. <edw...@ya...> - 2005-09-25 13:47:24
|
Hi Jost, Thanks for the advice. I managed to find and fix the bug this morning which pertains to a static variable not being set correctly as you predicted. Just out of curiousity, what is the harm of using java_reset() unnecessarily (i.e. in the event that no libraries or setup files have been changed). This is so I can bear this in mind in the future if I happen to encounter a similar problem. Thanks very much for your assistance. Ed Jost Boekemeier <jos...@ya...> wrote: Hi, > I was looking through other documentation and I saw > the function java_reset() and I tried using that > everytime I make a call to my Java class ande > everything seems to be working fine now. please do not use java_reset() in php scripts. java_reset() is a privileged procedure and should only be used by admins (after the setup or the libraries have changed for example). If possible set the log.level to 4 and check why the second call fails. If you can't find the problem yourself please create a bug report, please see http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233 Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de --------------------------------- Yahoo! for Good Click here to donate to the Hurricane Katrina relief effort. |