Hi All,
When I try to deploy an entity bean using cmp, i get the following error.
Someone please put an end to my misery...est me in the right direction.
regards,
Anand H N
>>
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool
named 'demoPool'. Cannot deploy CMP Entity Bean.' because exception
<<
my weblogic.properties file looks like this
-----------------------------------------------------------
weblogic.jdbc.connectionPool.demoPool=\
url=jdbc:weblogic:oracle,\
driver=weblogic.jdbc.oci.Driver,\
loginDelaySecs=1,\
initialCapacity=4,\
maxCapacity=10,\
capacityIncrement=2,\
allowShrinking=true,\
shrinkPeriodMins=15,\
refreshTestMinutes=10,\
testTable=dual,\
props=user=SCOTT;password=tiger;server=YES
The complete error mesage is given below...
------------------------------------------------------------------
java.rmi.UnmarshalException: Weblogic
RemoteException(weblogic.rjvm.PeerGoneException) remapped
from:weblogic.rjvm.PeerGoneException:
- with nested exception:
[weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unsolicited
error response for #-1weblogic.rmi.UnmarshalException: Failed to marshal
error response: 'weblogic.ejb.common.DeploymentException: Could not setup
the persistence store for this bean.; nested exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool
named 'demoPool'. Cannot deploy CMP Entity Bean.' because exception
- with nested exception:
[java.io.NotSerializableException:
weblogic.ejb.deployment.dd.EntityBeanDescriptor] ]]; nested exception is:
weblogic.rjvm.PeerGoneException:
- with nested exception:
[weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unsolicited
error response for #-1weblogic.rmi.UnmarshalException: Failed to marshal
error response: 'weblogic.ejb.common.DeploymentException: Could not setup
the persistence store for this bean.; nested exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool
named 'demoPool'. Cannot deploy CMP Entity Bean.' because exception
- with nested exception:
[java.io.NotSerializableException:
weblogic.ejb.deployment.dd.EntityBeanDescriptor] ]]weblogic.utils.AssertionE
rror: ***** ASSERTION FAILED *****[ Unsolicited error response for
#-1weblogic.rmi.UnmarshalException: Failed to marshal error response:
'weblogic.ejb.common.DeploymentException: Could not setup the persistence
store for this bean.; nested exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool
named 'demoPool'. Cannot deploy CMP Entity Bean.' because exception
- with nested exception:
[java.io.NotSerializableException:
weblogic.ejb.deployment.dd.EntityBeanDescriptor] ] at
weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:756) at
weblogic.rjvm.ConnectionManagerClient.handleRJVM(ConnectionManagerClient.jav
a:34) at
weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:630) at
weblogic.socket.JVMAbbrevSocket.dispatch(JVMAbbrevSocket.java:393) at
weblogic.socket.JVMSocketT3.dispatch(JVMSocketT3.java, Compiled Code) at
weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java,
Compiled Code) at
weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23) at
weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled
Code)--------------- nested
within: ------------------weblogic.rjvm.PeerGoneException:
- with nested exception:
[weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Unsolicited
error response for #-1weblogic.rmi.UnmarshalException: Failed to marshal
error response: 'weblogic.ejb.common.DeploymentException: Could not setup
the persistence store for this bean.; nested exception is:
weblogic.cmp.rdbms.ConnectionPoolException: Could not open connection pool
named 'demoPool'. Cannot deploy CMP Entity Bean.' because exception
- with nested exception:
[java.io.NotSerializableException:
weblogic.ejb.deployment.dd.EntityBeanDescriptor] ]] at
weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76)
at weblogic.ejb.common.EJBManager_WLStub.deploy(EJBManager_WLStub.java:304)
at
weblogic.ejb.ui.deployer.WLSDeployAgent$DeployThread.run(WLSDeployAgent.java
:328)
Deployment failed.
---------------------------------------------------------
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".