This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
java.sql.DriverManager.getConnection()
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <java at gcc dot gnu dot org>
- Date: Tue, 11 Feb 2003 03:38:33 +0100
- Subject: java.sql.DriverManager.getConnection()
I've got to revoke my previous mail. Sorry.
The "abnormal program termination" -- return code 03 problem occurs in the
xmlrpc library, when a method invoked through reflection, throws an
exception: java.lang.reflect.Method.invoke(target,argvalues). It happens in
org.apache.xmlrpc.XmlRpcServer.java, somewhere around line 500. So, I'll
investigate the xmlrpc library a bit further.