0 Replies Latest reply on Apr 28, 2005 2:55 AM by rawat_tejinder

    during deployment CMP plugin is failing for always with last

    rawat_tejinder

      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: org.jboss.util.loading.DelegatingClassLoader@1558dc
      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: org.jboss.util.loading.DelegatingClassLoader@1f89785
      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)