cancel
Showing results for 
Search instead for 
Did you mean: 

Deploy error when Used DC com.sap.security.api.sda added to Java Web Dynpro

Former Member
0 Kudos

Greetings Experts,

After adding the required Used DC com.sap.security.api.sda to the Java Web Dynpro project, deployment fails with the following error (rebuild of the project was successful):

-


Oct 10, 2008 9:59:44 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Settings

SDM host : LVLCXB71

SDM port : 50018

URL to deploy : file:/C:/Users/phamtv/AppData/Local/Temp/temp46947hollister.comtimerptdept2.ear

Result

=> deployment aborted : file:/C:/Users/phamtv/AppData/Local/Temp/temp46947hollister.comtimerptdept2.ear

Aborted: development component 'timerpt/dept2'/'hollister.com'/'LOKAL'/'0.2008.10.09.18.06.40'/'0':Caught exception during application deployment from SAP J2EE Engine's deploy service:java.rmi.RemoteException: Cannot deploy application hollister.com/timerptdept2.. Reason: Clusterwide exception: Failed to deploy application hollister.com/timerptdept2. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application hollister.com/timerpt~dept2. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine? (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)

Deployment exception : The deployment of at least one item aborted

-


Dependency type for DC reference com.sap.security.api.sda checked for: Design Time, Build Time, and Run Time.

Thanks

Tom Pham

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thomas,

Hope you tried all this but incase:

1. Did you try rebuild the DC?

2. Make sure that you use the only IUser created is of type com.sap.security.api.IUser.

3. Right click any where in your source code and -->Organize imports.

4. Did you check any used DC's are missing for this specific component?

5. If possible please look the trace file for more details?

Thanks

Krishna

Former Member

Answers (1)

Answers (1)

Former Member
0 Kudos

Not all locally developed Java components were uploaded to NWDI during the program copy. A manually filesync check between what was local and what was in the DTR needed to be performed. The missing components were manually added to the DTR. After adding the missing components, reload+rebuild, the applet deployed successfully.