|
From: <php...@li...> - 2008-08-18 16:39:08
|
Jost, The error messages I am seeing look like this ****************************************************** Fatal error: Uncaught [[o:Exception]:"java.lang.Exception: Invoke failed: [[o:U2]]->PbrGetMgrList. Cause: java.lang.NoSuchMethodException: PbrGetMgrList(). Candidates: [] Responsible VM: 1.6.0_03@http://java.sun.com/" at: #-5 php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1045) #-4 php.java.bridge.Request.handleRequest(Request.java:405) #-3 php.java.bridge.Request.handleRequests(Request.java:481) #0 java.inc(257): java_ThrowExceptionProxyFactory->getProxy(52, '@N', true) #1 java.inc(473): java_Arg->getResult(true) #2 java.inc(479): java_Client->getWrappedResult(true) #3 java.inc(672): java_Client->getResult() #4 java.inc(1786): java_Client->invokeMethod(51, 'PbrGetMgrList', Array) #5 java.inc(1910): java_JavaProxy->__call('PbrGetMgrList', Array) #6 java.inc(2072): java_AbstractJava->__call('PbrGetMgrList', Array) #7 [internal function]: Java->__call('PbrGetMgrList', Array) #8 /var/www/pbr/pbr.php(14): Java->PbrGetMgrList() #9 {main}] thrown in java.inc on line 220 ******************************************************** I am sure you are correct that the Java-Bridge doesn't crash, but the web app stops functioning. After rereading your web site, I noticed this comment. "Java knowledge is not necessary and it is neither necessary nor recommended to write custom- or glue logic in the Java programming language." Unfortunately I can't avoid glue logic since I need to access libraries called Uniobjects for Java that allow access to our nested relational MRP database. My problem is that I am not experienced enough with Java to understand what the error message above is telling me. I was hoping that someone on the list could help. The PbrGetMgrList method is in a custom Java object I use to access libraries on the web server and it has worked reliably for some time. The Java methods are only "stubs." Most of the work is done on the database server. Since rebooting the server last Friday, it has been running OK. I am uncomfortable not knowing what happened since it may happen again. Charles Shaffer Senior Analyst NTN-Bower Corporation php...@li... Sent by: php...@li... 08/18/2008 11:12 AM Please respond to php-java-bridge-users To: php...@li... cc: Subject: Re: [Php-java-bridge-users] php-java-bridge on ubuntu hardy Hi Charles, what do you mean with "crashes"? The bridge is written in pure Java. It may throw OutOfMemory errors or exceptions (if you mix an older version of the front end with a recent version of the back end). But it cannot crash. > error message which error message? > someone had seen a similar problem Please at least describe which problem you have with the bridge. Regards, Jost Boekemeier __________________________________________________ Do You Yahoo!? Sie sind Spam leid? Yahoo! Mail verfügt über einen herausragenden Schutz gegen Massenmails. http://mail.yahoo.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users This email was Anti Virus checked by Astaro Security Gateway. http://www.astaro.com |