• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Need Help with UnsatisfiedLinkError: SQLAllocEnv Error..

 
Ranch Hand
Posts: 687
Hibernate jQuery Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all..
The specifications of the Application i am working on is as follows.
Appserver : websphere v4.01
Database : DB2 v7.2
OS : AIX server running on unix.
I encounter the following error when i try to get a connection from the Appserver.
ERROR:
Class: javax.security.auth.login.LoginException: java.lang.UnsatisfiedLinkError: SQLAllocEnv at COM.ibm.db2.jdbc.DB2BaseDataSource.loadDLL(DB2BaseDataSource.java:312) at COM.ibm.db2.jdbc.DB2ConnectionPoolDataSource.getPooledConnection(DB2ConnectionPoolDataSource.java:102) at com.ibm.ejs.cm.pool.JDBC1xConnectionFactory.createConnection(JDBC1xConnectionFactory.java:42) at com.ibm.ejs.cm.pool.ConnectionPool.createConnection(ConnectionPool.java:914) at com.ibm.ejs.cm.pool.ConnectionPool.createOrWaitForConnection(ConnectionPool.java:846) at com.ibm.ejs.cm.pool.ConnectionPool.findFreeConnection(ConnectionPool.java:764) at com.ibm.ejs.cm.pool.ConnectionPool.findConnectionForTx(ConnectionPool.java:676) at com.ibm.ejs.cm.pool.ConnectionPool.allocateConnection(ConnectionPool.java:610) at com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:274) at com.ibm.ejs.cm.pool.ConnectionPool.getConnection(ConnectionPool.java:269) at com.ibm.ejs.cm.DataSourceImpl.getConnection(DataSourceImpl.java:99) at com.mst.common.helper.ServerUtility.getSecurityConnection(ServerUtility.java:71) at com.mst.security.domain.MSTLoginModule.checkLogin(MSTLoginModule.java:163) at com.mst.security.domain.MSTLoginModule.login(MSTLoginModule.java:66) at java.lang.reflect.Method.invoke(Native Method) at javax.security.auth.login.LoginContext.invoke

Can anybody please help me out with this ...
i need to know if i have any patch missing or is my server configuration is at fault for me not getting connection from the pool.
Thanks in advance...
 
Water! People swim in water! Even tiny ads swim in water:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic