On 10-08-2007 14:33:21 +0530, Pradeep Gowda wrote:
Also, compiling with Java 1.4 using GNU GCJ and running it with GNU GIJ gave the following error:
GCJ is not always fully compliant with Sun's Java. Anyway, the error hints me something might go wrong what we don't expect. Could you modify your original program to have "?debug=true" appended to the connection url? It produces a monet_xxxxxx.log file. Could you send it to me off-list?
Exception in thread "main" java.sql.SQLException: Maximum number of redirects reached, aborting connection attempt. Sorry. at nl.cwi.monetdb.jdbc.MonetConnection.<init>(MonetConnection.java:217) at nl.cwi.monetdb.jdbc.MonetDriver.connect(MonetDriver.java:157) at java.sql.DriverManager.getConnection(libgcj.so.70) at java.sql.DriverManager.getConnection(libgcj.so.70) at MJDBCTest.main(MJDBCTest.java:6)