cancel
Showing results for 
Search instead for 
Did you mean: 

SDM Error

Former Member
0 Kudos

Hi,

My SAP SDM server gives error while, I deploy any .ear file through NWDS. Error is as below:

Jul 29, 2008 4:22:29 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[003]Deployment aborted

Settings

SDM host : server2

SDM port : 50018

URL to deploy : file:/C:/DOCUME1/gyan/LOCALS1/Temp/temp16971gyan.ear

Result

=> deployment aborted : file:/C:/DOCUME1/gyan/LOCALS1/Temp/temp16971gyan.ear

Aborted: development component 'gyan'/'local'/'LOKAL'/'0.2008.07.29.16.22.26':

Caught exception while checking the login credentials for SAP J2EE Engine. Check whether the SAP J2EE Engine is up and running.

com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot connect to Host: [server2] with user name: [J2EE_ADMIN] Check your login information. Exception is: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Exception while trying to get InitialContext. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.checkLoginCredentials.DMEXC)

Deployment exception : The deployment of at least one item aborted.

i have same password for SDM and J2ee_admin.

Regards

Gyan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Former Member
0 Kudos

Hi Gyan,

The sdm collects the info from secure store before deployment and if the user credentials do not match it throws the above mentioned error.

It appears that the administrator user you have maintained in the secure store of configtool is j2ee_admin and it doesn't have correct credentials over there.

Please launch the configtool,and in secure store check what is the administrator user maintained(admin/user/<SID>) and for maintain the corresponding correct password for the admin user in admin/password/<SID>.

Be careful note to change the jdbc pool user/pwd which is also defined in the secure store.

For more info you may also refer:

http://help.sap.com/saphelp_nw04/helpdata/en/76/fb72ec091f4bf8a2d8ba321bb7e8d9/content.htm

Regards,

Abhishek

Former Member
0 Kudos

Hello Gyan,

Please check if this can be useful.SAP NOTE# 997810.

The above problem is decribed over here.

Hope it helps.

Regards,

Prasanna

Edited by: Kulkarni Prasanna on Jul 29, 2008 1:50 PM