cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro Deployment Error

Former Member
0 Kudos

Hi

i Installed new SAP NW 2004s SP7

I created Test Web Dynpro application and deploying through NWDS

Its failing the Deployment Time and giving the following error.

Aug 21, 2007 10:18:18 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[001]Deployment aborted

Settings

SDM host : JK1

SDM port : 50118

URL to deploy : file:/C:/DOCUME1/jk/LOCALS1/Temp/temp55655TestProject.ear

Result

=> deployment aborted : file:/C:/DOCUME1/jk/LOCALS1/Temp/temp55655TestProject.ear

Aborted: development component 'TestProject'/'local'/'LOKAL'/'0.2007.08.21.22.13.43':

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: [jk1] with user name: [Administrator] 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

Please let me know the reasion for this

Thanks

Mukesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi mukesh,

1.See if the engine is up and running.

2.Try connecting to SDM seperately through RemoteGui.bat and verify,if it is accepting your changed password.Problem is only with autentication of "administrator" user.

3.The other option would be administrator user would be locked or something.See through as such administrator password is same in all places.Sometimes changing alone SDM password wont work.

4.Change administrator password in securestore deatils in " configtool" also.

After making sure that password is same every where,save and restart the instance and try again.

Message was edited by:

Armin Reichert

former_member185029
Active Contributor
0 Kudos

Hi,

Have you entered correct password for deployment?

Have you changed sdm password?

Try <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/042270123a2bc7e10000000a114cbd/frameset.htm">changing</a> SDM password.

Former Member
0 Kudos

Hi Ashutosh,

I am not clear about this process.

Can you tell me clearly like

1. Select Repository ® Change SDM Password. The Change SDM Password dialog box appears.

2. Enter the old password, the new password and confirm the new password.

3. Click the Change Password button

From where i have to select the "Repository" ? in NWDS or some other place

or let me know the location of that Repository?

THanks

MMukesh

former_member185029
Active Contributor
0 Kudos

Buddy,

once you login to SDM, you will get Repository as Menu.

Hope this is clear.

Ashutosh

Former Member
0 Kudos

Hi reddy,

please restart your SDM

thats all,

Regards,

P.Manivannan.

Former Member
0 Kudos

Hi

i reset the SDM Password just now

thanks

Former Member
0 Kudos

Hi

I reset the SDM Password as follows When Server is Runing

Once SDM is done i restart the server once again.

process

How to Change the SDM Password

(Note: The default locatiion of the SDM is c:\usr\sap\j2e\jc01\sdm\program)

1. First Stop the SDM Process executing the follwoing command

d:\usr\sap\j2e\jc01\sdm\program\StopServer.bat

2. Start the SDM Server in "STANDALONE" Mode using the following command

sdm jstartup "sdmhome=d:\usr\sap\j2e\jc01\sdm\program" "mode=standalone"

3. Change the SDM Password using the following commmand

sdm changepassword "sdmhome=d:\usr\sap\j2e\jco1\sdm\program" "newpassword=XXXXXXXXX"

4. Start the SDM server in "INTEGRATED" Mode using the following command

sdm jstartup "sdmhome=d:\usr\sap\j2e\jc01\sdm\program" "mode=integrated"

5. Now Start the SDM Server using the follwoing command

d:\usr\sap\j2e\jc01\sdm\program\StartServer.bat

Thanks

Mukesh REddy