From: Francis L. (QC/EMC) <fra...@er...> - 2005-08-31 14:43:14
|
Hi again ! I sent my email too early in the debug process... I found the problem: I supposed that the jdbc classes were in the jdk jar files, but they aren't. The log file was saying something like: Aug 31 08:10:16 JavaBridge INFO : try to load class com.mysql.jdbc.Driver Class loading error [...] Thanks for your tips! Francis -----Original Message----- From: Kai Londenberg [mailto:K.L...@li...] Subject: Re: [Php-java-bridge-users] jdbc and the bridge >Hi everyone, > >I am using the java-bridge for about 3 months now and it has been very stable, but yesterday I ran in to something really strange. > >In my java files, I create a java.sql.DriverManager object and I play with it. >If I use this object with the java-bridge, it does not complain about anything, but nothing happens in the DB. > >Any Idea about what's happening? >Thanks, Can you give an example, or better yet a test case which shows the problems ? Which version of the php java bridge do you use ? If it's not the latest version, try to update and then check if the problem still occurs. Also, If you can't create a test case outside of your development environment or don't have time for that - try to find out where the problem occurs - if the Java code gets called at all, if an exception occurs. Put the log level of the php-java bridge to 4 or higher and then look at the log whether any problem is reported. |