0 Replies Latest reply on Apr 15, 2005 10:14 AM by brianmcarey

    UnsatisfiedLinkError with DB2

    brianmcarey

      Hello -

      Trying to use JBoss with DB2 and I get the following exception when the system tries to make a connection:

      2005-04-15 09:39:23,195 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection:
      java.lang.UnsatisfiedLinkError: SQLAllocEnv
      at COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv(Native Method)
      at COM.ibm.db2.jdbc.app.DB2Driver.(DB2Driver.java:249)
      at COM.ibm.db2.jdbc.app.DB2Driver.(DB2Driver.java:131)
      at java.lang.Class.forName0(Native Method)
      at java.lang.Class.forName(Class.java:219)

      The java.library.path setting DOES point to the bin directory containing the DLLs for DB2. We're using v8.

      Anyone have any thoughts as to what's going on here?

      Regards,
      Bri