- 
        1. Re: ERROR [EntityContainer] Starting failedupeka Nov 6, 2007 7:46 AM (in response to upeka)Hi, 
 Please be infromed that the above problem does not encounter with jboss-4.2.1.GA , but in jboss-4.0.1sp1 with jdk 1.5. So i could safely switch to the latest version. But there i got a warn as shown bellow.
 15:01:23,080 INFO [EjbModule] Deploying NewOrderPicker
 15:01:23,080 INFO [EjbModule] Deploying ExelOrderGXMLRequestQueue
 15:01:23,111 WARN [ServiceController] Problem creating service jboss.j2ee:servi
 ce=EjbModule,module=PHEJBNew.jar
 java.lang.NullPointerException
 at org.jboss.metadata.BeanMetaData.getInvokerBindings(BeanMetaData.java:
 263)
 at org.jboss.ejb.EjbModule.getWebClassLoader(EjbModule.java:827)
 at org.jboss.ejb.EjbModule.initializeContainer(EjbModule.java:730)
 at org.jboss.ejb.EjbModule.createMessageDrivenContainer(EjbModule.java:6
 02)
 at org.jboss.ejb.EjbModule.createContainer(EjbModule.java:569)
 at org.jboss.ejb.EjbModule.createService(EjbModule.java:342)
 at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBean
 Support.java:260)
 at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
 This caused the deployment to process halfway. This mentions about BeanMetaData and i'm not aware that where i should look for bean meta data.
 Please be kind enough somebody to give at least a small hint.
- 
        2. Re: ERROR [EntityContainer] Starting failedrpatil Jan 8, 2008 4:02 PM (in response to upeka)Hi, we are running into the same problem after trying to deploy a MDB on JBoss 4.2.2 GA. Its working fine on JBoss 4.2.1 GA. java.lang.NullPointerException at org.jboss.metadata.BeanMetaData.getInvokerBindings(BeanMetaData.java:263) 
 If the MDB is commented then the application doploys successfully including other SSB.
 If anyone has any hint to this issue please reply.
- 
        3. Re: ERROR [EntityContainer] Starting failedjaikiran Jan 9, 2008 8:49 AM (in response to upeka)You will have to post more details about your application (packaging) and the entire exception stacktrace and other appropriate logs. 
 
     
    