[jboss-user] [EJB/JBoss] - ERROR [EntityContainer] Starting failed
Upeka
do-not-reply at jboss.com
Fri Nov 2 00:11:42 EDT 2007
Hi,
I am trying to deploy an ejb jar to jboss-4.0.1sp1 with jdk 1.5, which was developed and successfully working in jboss 3.2.3 with jdk 1.4.
Most of the entity and session beans were deployed correctly until recieving the following error.
15:47:21,883 INFO [EjbModule] Deploying ExelOrderGXMLRequestQueue
15:47:21,914 INFO [EjbModule] Deploying ExelStatusGXMLRequestQueue
15:47:27,227 ERROR [EntityContainer] Starting failed jboss.j2ee:jndiName=Surchar
ge,service=EJB
org.jboss.util.NestedRuntimeException: Failed to create new proxy target; - nest
ed throwable: (java.lang.reflect.InvocationTargetException)
at org.jboss.proxy.compiler.Proxy.newProxyInstance(Proxy.java:52)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCCreateBeanClassInstanceCommand.<in
it>(JDBCCreateBeanClassInstanceCommand.java:56)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCCommandFactory.createCreateBeanCla
ssInstanceCommand(JDBCCommandFactory.java:124)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDB
CStoreManager.java:463)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManage
r.java:381)
at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManag
er.java:157)
at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:272)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:222)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
I have done the most of the obvious changes with Data source configs, standardjboss.xml, cluster-service.xml etc. I generate ejb-jar.xml and jbosscmp-jdbc.xml using xdoclet.
Please point out some body where i should do the changes to avoid above error.
thanks,
Niran
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101142#4101142
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101142
More information about the jboss-user
mailing list