Unable to Start Weblogic Domain when Using BEA DB2 JDBC Driver
(Doc ID 1285662.1)
Last updated on JANUARY 10, 2025
Applies to:
Oracle WebLogic Portal - Version 10.3.1.0.3 to 10.3.7 [Release AS10gR3]Information in this document applies to any platform.
Symptoms
While attempting to start a newly created domain (AdminServer) when using DB2when the back-end database, the following error occurs:
weblogic.security.service.SecurityServiceException: com.bea.common.engine.ServiceInitializationException: weblogic.security.spi.ProviderInitializationException: Update XACML policies error
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
Caused By: weblogic.security.spi.ProviderInitializationException: Update XACML policies error
at com.bea.common.store.bootstrap.BootStrapServiceImpl.UpdateGlobalPolicies(BootStrapServiceImpl.java:506)
at com.bea.common.store.bootstrap.BootStrapServiceImpl.updateXACMLAuthorizerPolicies(BootStrapServiceImpl.java:477)
at com.bea.common.security.internal.service.BootStrapServiceImpl.updateXACMLAuthorizerPolicies(BootStrapServiceImpl.java:216)
Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 nonfatal store error> kodo.jdo.DataStoreException: [OWLS][DB2 JDBC Driver]No more data available to read.
at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4207)
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4171)
at org.apache.openjpa.jdbc.sql.DB2Dictionary.newStoreException(DB2Dictionary.java:506)
Caused By: java.sql.SQLNonTransientConnectionException: [OWLS][DB2 JDBC Driver]No more data available to read.
at weblogic.jdbc.db2base.BaseExceptions40.createAppropriateSQLExceptionInstance(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions40.createSQLException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.createException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.getException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.getException(Unknown Source)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.processEXTDTA(Unknown Source)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.getColumnBaseDataObject(Unknown Source)
at weblogic.jdbc.db2.DB2ImplResultSet.getData(Unknown Source)
at weblogic.jdbc.db2base.BaseResultSet.getBlob(Unknown Source)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
Caused By: weblogic.security.spi.ProviderInitializationException: Update XACML policies error
at com.bea.common.store.bootstrap.BootStrapServiceImpl.UpdateGlobalPolicies(BootStrapServiceImpl.java:506)
at com.bea.common.store.bootstrap.BootStrapServiceImpl.updateXACMLAuthorizerPolicies(BootStrapServiceImpl.java:477)
at com.bea.common.security.internal.service.BootStrapServiceImpl.updateXACMLAuthorizerPolicies(BootStrapServiceImpl.java:216)
Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 nonfatal store error> kodo.jdo.DataStoreException: [OWLS][DB2 JDBC Driver]No more data available to read.
at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:4207)
at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4171)
at org.apache.openjpa.jdbc.sql.DB2Dictionary.newStoreException(DB2Dictionary.java:506)
Caused By: java.sql.SQLNonTransientConnectionException: [OWLS][DB2 JDBC Driver]No more data available to read.
at weblogic.jdbc.db2base.BaseExceptions40.createAppropriateSQLExceptionInstance(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions40.createSQLException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.createException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.getException(Unknown Source)
at weblogic.jdbc.db2base.BaseExceptions.getException(Unknown Source)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.processEXTDTA(Unknown Source)
at weblogic.jdbc.db2.drda.DRDAResultSetRequest.getColumnBaseDataObject(Unknown Source)
at weblogic.jdbc.db2.DB2ImplResultSet.getData(Unknown Source)
at weblogic.jdbc.db2base.BaseResultSet.getBlob(Unknown Source)
The issue can be seen after the following steps:
1. Create a brand new domain and point it to DB2 database using BEA DB2 JDBC driver
2. Start the AdminServer
3. Server will fail with above error
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |