cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with tutorial 'Component-based Development from Database Table..'

Former Member
0 Kudos

Hello,

I tried the tutorial 'Component-based Development from Database Table'.

It works fine up to the point where you have to deploy an ear file containing an ejb module and a webservice.

I get deployment errors like:

esult

=> deployment aborted : file...EARservices.ear

Aborted: development component 'EAR/services'/...'0':

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

java.rmi.RemoteException: Cannot deploy application .../EARservices.. Reason: Exception during generation of components of application .../EARservices in container EJBContainer.; nested exception is: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Exception during generation of components of application ..../EAR~services in container EJBContainer.

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

Deployment exception : The deployment of at least one item aborted

Is there a general problem? I didn't use CAF for the EJB Container.

How can I check what the problem is?

Thanks,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185086
Active Contributor
0 Kudos

Hi

It clearly mention that

Exception during generation of components of application .../EAR~services in container EJBContainer.; nested exception is..

and The deployment of at least one item aborted....

and this situation occur frequently with team oriented development that why i explain the procedure .

==> do one last thing be careful Ok

1. Go to your project directory select gen_ddic,gen_wdp and gen_cmi delete these content.

2. Come to your project Reload it Rebuild it and repair it.

3 Build and deploy

Let see

Best Regards

Satish Kumar

former_member185086
Active Contributor
0 Kudos

Hi Michael

Reload -->Rebuild -->Repair -->Build your DC .It is due to generation of the metadata or Internal file.

One question : Are u using NWDI here scenario is different.

Let us know after this activity.

Best Regards

Satish Kumar

Former Member
0 Kudos

Hello Satish Kumar,

yes, I am using NWDI. Please explain how to do things here. I could not find a 'Reload' menu item.

Thanks & regards,

Michael

former_member185086
Active Contributor
0 Kudos

Hi

1.Check whether any activity is remaining which is not yet activated or activated with error if so solve that first.

(Its because Central Build Server was unable to find the dependency in SLD,So here generation is fail and its gives the error )

2. Find out the dependency activate them.

2.CBS + CMS both will take care for Build and deployment u don't worry.

Best Regards

Satish Kumar

Former Member
0 Kudos

...hm, I think the point is a little different.

I am talking about a local build and deployment. This deploment fails.

In addition we have the NWDI, but I am not talking about that. Also, the build seems to be fine, just the deployment is not working.

Is there any way to analyse why there is a problem?

Thanks,

Michael