Exception occured when verifying current backend id

Werbung
Exception occured when verifying current backend id
DB2UDBNT_V8_1
Our application was running fine on WAS 5.1 server. But I have deployed the same
application on WAS 6.1.
Unfortunately I got an exception. The data source was properly configured and I got the
connection when tested on admin console.
Our application also uses the Entity Beans .
The exception is :
Exception occured when verifying current backend id
DB2UDBNT_V8_1: javax.resource.spi.ResourceAllocationException:
DSRA8100E: Unable to get a PooledConnection from the DataSource.
The detailed stack trace is shown below
----------------stack trace -----------[5/26/09 17:09:32:390 IST] 00000023 ConnectionFac W
J2CA0294W:
Deprecated usage of direct JNDI lookup of resource
jdbc/support_operations_inventory_am35. The following default values
are used: [Resource-ref settings]
res-auth:
res-isolation-level:
res-sharing-scope:
loginConfigurationName:
loginConfigProperties:
[Other attributes]
1 (APPLICATION)
0 (TRANSACTION_NONE)
true (SHAREABLE)
null
null
res-resolution-control:
999 (undefined)
res ref or CMP bean name: null
Database pool properties: null
primeID:
0
isCMP1_x:
false (not CMP1.x)
isJMS:
false (not JMS)
[5/26/09 17:10:09:359 IST] 00000023 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident
stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_3
7423742_09.05.26_17.10.09_0.txt
[5/26/09 17:10:09:406 IST] 00000023 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC
closed incident stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_3
7423742_09.05.26_17.10.09_0.txt
[5/26/09 17:10:09:718 IST] 00000023 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl open FFDC0009I: FFDC opened incident
stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_3
7423742_09.05.26_17.10.09_1.txt
[5/26/09 17:10:09:734 IST] 00000023 ServiceLogger I
com.ibm.ws.ffdc.IncidentStreamImpl resetIncidentStream FFDC0010I: FFDC
closed incident stream file C:\Program
Files\IBM\SDP70\runtimes\base_v61\profiles\AppSrv01\logs\ffdc\server1_3
7423742_09.05.26_17.10.09_1.txt
[5/26/09 17:10:09:765 IST] 00000023 ConcreteBeanC E
PMGR1013E:
Exception occured when verifying current backend id DB2UDBNT_V8_1:
javax.resource.spi.ResourceAllocationException: DSRA8100E: Unable to
get a PooledConnection from the DataSource.
at
com.ibm.ejs.j2c.FreePool.createManagedConnectionWithMCWrapper(FreePool.
java:2027)
at
com.ibm.ejs.j2c.FreePool.createOrWaitForConnection(FreePool.java:1518)
at com.ibm.ejs.j2c.PoolManager.reserve(PoolManager.java:2141)
at
com.ibm.ejs.j2c.ConnectionManager.allocateMCWrapper(ConnectionManager.j
ava:846)
at
com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.
java:585)
at
com.ibm.ws.rsadapter.cci.WSRdbConnectionFactoryImpl.getConnection(WSRdb
ConnectionFactoryImpl.java:364)
at
com.ibm.ws.rsadapter.cci.WSRelationalRAAdapter.checkBackendId(WSRelatio
nalRAAdapter.java:188)
at
com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanClassExtensionImpl
.checkBackendId(ConcreteBeanClassExtensionImpl.java:268)
at
com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanClassExtensionImpl
.binding(ConcreteBeanClassExtensionImpl.java:231)
at
com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanClassExtensionImpl
.checkBinding(ConcreteBeanClassExtensionImpl.java:182)
at
com.ibm.ws.ejbpersistence.beanextensions.ConcreteBeanStatefulInstanceEx
tensionImpl.setPMHomeInfo(ConcreteBeanStatefulInstanceExtensionImpl.jav
a:1887)
at
com.ibm.ejs.container.ContainerManaged2_0BeanO.<init>(ContainerManaged2
_0BeanO.java:164)
at
com.ibm.ejs.container.ContainerManaged2_0BeanOFactory.create(ContainerM
anaged2_0BeanOFactory.java:42)
at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:928)
at com.ibm.ejs.container.EJSHome.createBeanO(EJSHome.java:1067)
at
com.ibm.ejs.container.EJSHome.getFinderEntityBeanO(EJSHome.java:3103)
at
support.operations.inventory.accessmanager.ejb.EJSCMPHolidayHomeBean_a8
ad076f.findAll(EJSCMPHolidayHomeBean_a8ad076f.java)
at
support.operations.inventory.accessmanager.ejb.EJSRemoteCMPHolidayHome_
a8ad076f.findAll(EJSRemoteCMPHolidayHome_a8ad076f.java)
at
support.operations.inventory.accessmanager.ejb._EJSRemoteCMPHolidayHome
_a8ad076f_Stub.findAll(_EJSRemoteCMPHolidayHome_a8ad076f_Stub.java:335)
at
support.operations.inventory.accessmanager.util.ClientInstance.setHolid
ays(ClientInstance.java)
at
support.operations.inventory.accessmanager.util.ClientInstance.<init>(C
lientInstance.java)
at
support.operations.inventory.accessmanager.util.ClientInstance.instance
(ClientInstance.java)
at
support.operations.inventory.accessmanager.servlet.FulfillmentGenericSe
rvlet.init(FulfillmentGenericServlet.java:6110)
at
support.operations.inventory.accessmanager.servlet.FulfillmentProfileUp
dateServlet.init(FulfillmentProfileUpdateServlet.java:272)
at javax.servlet.GenericServlet.init(GenericServlet.java:256)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java
:185)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.ja
va:316)
at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWra
pper.java:341)
at
com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletW
rapper.java:463)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:238
)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:81
1)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:
1433)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:
93)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminati
on(HttpInboundLink.java:465)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformati
on(HttpInboundLink.java:394)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundL
ink.java:274)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDisc
riminators(NewConnectionInitialReadCallback.java:214)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(N
ewConnectionInitialReadCallback.java:113)
at
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(A
ioReadCompletionListener.java:152)
at
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture
.java:213)
at
com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyn
cFuture.java:195)
at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
at
com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194)
at
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.jav
a:741)
at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510)
Caused by: java.sql.SQLException: [ibm][db2][jcc][t4][10216][11204]
Required property "serverName" is not set.DSRA0010E: SQL State = null,
Error Code = -99,999
at com.ibm.db2.jcc.c.a.<init>(a.java:188)
at com.ibm.db2.jcc.c.b.a(b.java:1737)
at com.ibm.db2.jcc.b.bb.a(bb.java:368)
at com.ibm.db2.jcc.b.bb.<init>(bb.java:333)
at com.ibm.db2.jcc.c.b.<init>(b.java:297)
at
com.ibm.db2.jcc.DB2PooledConnection.<init>(DB2PooledConnection.java:70)
at
com.ibm.db2.jcc.DB2ConnectionPoolDataSource.getPooledConnectionX(DB2Con
nectionPoolDataSource.java:144)
at
com.ibm.db2.jcc.DB2ConnectionPoolDataSource.getPooledConnection(DB2Conn
ectionPoolDataSource.java:58)
at
com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper$1.run(InternalG
enericDataStoreHelper.java:897)
at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController
.java:118)
at
com.ibm.ws.rsadapter.spi.InternalGenericDataStoreHelper.getPooledConnec
tion(InternalGenericDataStoreHelper.java:892)
at
com.ibm.ws.rsadapter.spi.InternalDB2UniversalDataStoreHelper.getPooledC
onnection(InternalDB2UniversalDataStoreHelper.java:1368)
at
com.ibm.ws.rsadapter.spi.WSRdbDataSource.getPooledConnection(WSRdbDataS
ource.java:1180)
at
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl.createManagedCo
nnection(WSManagedConnectionFactoryImpl.java:1047)
at
com.ibm.ejs.j2c.FreePool.createManagedConnectionWithMCWrapper(FreePool.
java:1751)
... 46 more
Herunterladen