cancel
Showing results for 
Search instead for 
Did you mean: 

EJB Deploy Exception

Former Member
0 Kudos

Hello All,

I have a simple Enterprise Application Project with a Web Module(one index.html and a servlet class using entitiy bean) and an EJB Module (just one entity bean)

When I deploy the ear. I get the following deploy error. If I remove the dependency on EJB module, deployment works but obviously EJB Module won't get included in the deployment.

<b>Caught exception during application deployment from SAP J2EE Engine's deploy service:

java.rmi.RemoteException: Cannot deploy application sap.com/AccessStudentEAR.. Reason: null; nested exception is: java.lang.NullPointerException

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

</b>

Any pointers appreciated.

Thanks,

Kiran

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kiran

check this thread

Sameer

Former Member
0 Kudos

Hi Kiran,

Check the references you have specified in your EJB project. I guess you missed some references like, your datasource reference in your EJB project or any other resources you are using.

This error comes because of this only.

Regards,

Bhavik

Answers (0)