JBoss Community

Exception while deployed EJB jar

created by eshwar rao in EJB 3.0 Development - View the full discussion

Can someone please help me resolve the issue mentioned below. am using JBOSS 5 and EJB3.0

 

Thanks in advance,

Eshwar

 

11:15:35,375 INFO  [EJBContainer] STOPPED EJB: com.giantslogik.sfbs.ejb.impl.ACLBean ejbName: ACLBean
11:15:35,375 ERROR [AbstractKernelController] Error installing to Start: name=jboss.j2ee:jar=sfbs-basic.jar,name=ACLBean,service=EJB3 state=Create
java.lang.NullPointerException
        at org.jboss.deployment.plugin.MappedDeploymentEndpointResolver.getEndpointInfo(MappedDeploymentEndpointResolver.java:65)
        at org.jboss.ejb3.deployers.JBoss5DeploymentScope.getEjbContainer(JBoss5DeploymentScope.java:165)
        at org.jboss.ejb3.deployers.JBoss5DeploymentScope.getEjbContainer(JBoss5DeploymentScope.java:233)
        at org.jboss.ejb3.Ejb3Deployment.getEjbContainer(Ejb3Deployment.java:389)
        at org.jboss.ejb3.Ejb3Deployment.getEjbJndiName(Ejb3Deployment.java:395)
        at org.jboss.ejb3.EJBContainer.getEjbJndiName(EJBContainer.java:1526)
        at org.jboss.injection.EjbEncInjector.inject(EjbEncInjector.java:72)
        at org.jboss.ejb3.EJBContainer.lockedStart(EJBContainer.java:900)
        at org.jboss.ejb3.session.SessionContainer.lockedStart(SessionContainer.java:200)
        at org.jboss.ejb3.session.SessionSpecContainer.lockedStart(SessionSpecContainer.java:577)
        at org.jboss.ejb3.stateless.StatelessContainer.lockedStart(StatelessContainer.java:192)
        at org.jboss.ejb3.EJBContainer.start(EJBContainer.java:884)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:59)
        at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:150)
        at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
        at org.jboss.kernel.plugins.dependency.KernelControllerContextAction$JoinpointDispatchWrapper.execute(KernelControllerContextAction.java:241)

Reply to this message by going to Community

Start a new discussion in EJB 3.0 Development at Community