hello all,
             when i am deploying my application having 5-6 session beans and 
7-8 entity beans i am getting failed message for last entity bean in the 
ejb-jar , i am highlighting the success and filures with highlights.

11:09:43,020 DEBUG [EjbModule] startService, starting container: NextIDLogEJB
11:09:43,020 DEBUG [ServiceController] starting service 

jboss.j2ee:jndiName=local/NextIDLogEJB,service=EJB
11:09:43,020 DEBUG [EntityContainer] Starting 
jboss.j2ee:jndiName=local/NextIDLogEJB,service=EJB
11:09:43,020 DEBUG [EntityContainer] Begin java:comp/env for EJB: NextIDLogEJB
11:09:43,020 DEBUG [EntityContainer] TCL: [EMAIL PROTECTED]
11:09:43,020 DEBUG [EntityContainer] Unable to retrieve 

orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not 
registered.
11:09:43,020 DEBUG [EntityContainer] End java:comp/env for EJB: NextIDLogEJB
11:09:43,036 DEBUG [BaseLocalProxyFactory] Bound EJBLocalHome of NextIDLogEJB 
to 

local/NextIDLogEJB
11:09:43,036 DEBUG [AbstractInstanceCache] Starting 
InvalidableEntityInstanceCache...
11:09:43,036 DEBUG [NextIDLogEJB] Initializing CMP plugin for NextIDLogEJB
11:09:43,036 DEBUG [ServiceController] starting service 



////////////from hereplugin pool starting and ultimtely started////////////

jboss.j2ee:jndiName=local/NextIDLogEJB,plugin=pool,service=EJB
11:09:43,036 DEBUG [EntityInstancePool] Starting 

jboss.j2ee:jndiName=local/NextIDLogEJB,plugin=pool,service=EJB
11:09:43,036 DEBUG [EntityInstancePool] Started 

jboss.j2ee:jndiName=local/NextIDLogEJB,plugin=pool,service=EJB
11:09:43,036 DEBUG [ServiceController] Starting dependent components for: 

jboss.j2ee:jndiName=local/NextIDLogEJB,plugin=pool,service=EJB dependent 
components: []
11:09:43,036 DEBUG [CachedConnectionInterceptor] start called in 
CachedConnectionInterceptor
11:09:43,036 DEBUG [EntityContainer] Started 
jboss.j2ee:jndiName=local/NextIDLogEJB,service=EJB
11:09:43,036 DEBUG [ServiceController] Starting dependent components for: 

jboss.j2ee:jndiName=local/NextIDLogEJB,service=EJB dependent components: []


11:09:43,036 DEBUG [EjbModule] startService, starting container: NextIDSymbolEJB
11:09:43,036 DEBUG [ServiceController] starting service 

jboss.j2ee:jndiName=local/NextIDSymbolEJB,service=EJB
11:09:43,036 DEBUG [EntityContainer] Starting 

jboss.j2ee:jndiName=local/NextIDSymbolEJB,service=EJB
11:09:43,036 DEBUG [EntityContainer] Begin java:comp/env for EJB: 
NextIDSymbolEJB
11:09:43,036 DEBUG [EntityContainer] TCL: [EMAIL PROTECTED]
11:09:43,036 DEBUG [EntityContainer] Unable to retrieve 

orbjavax.management.InstanceNotFoundException: jboss:service=CorbaORB is not 
registered.
11:09:43,036 DEBUG [EntityContainer] End java:comp/env for EJB: NextIDSymbolEJB
11:09:43,051 DEBUG [BaseLocalProxyFactory] Bound EJBLocalHome of 
NextIDSymbolEJB to 

local/NextIDSymbolEJB
11:09:43,051 DEBUG [AbstractInstanceCache] Starting 
InvalidableEntityInstanceCache...
11:09:43,051 DEBUG [NextIDSymbolEJB] Initializing CMP plugin for NextIDSymbolEJB




//////here with CMP plugin in entity container showing error/////////////////
/////this is happpening with last bean in ejb-jar.xml//////////////////////////

11:09:43,051 ERROR [EntityContainer] Starting failed 

jboss.j2ee:jndiName=local/NextIDSymbolEJB,service=EJB
java.lang.NullPointerException
        at 

org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.loadLoadGroups(JDBCEntityBridge.java:1018)
        at 

org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.resolveRelationships(JDBCEntityBridge.java

:286)
        at 

org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.resolveRelationships(JDBCStoreManager.java:445)
        at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:372)
        at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
        at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
        at 

org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
        at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
        at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:416)
        at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy39.start(Unknown Source)
        at org.jboss.ejb.EjbModule.startService(EjbModule.java:394)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875729#3875729

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875729


-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to