cancel
Showing results for 
Search instead for 
Did you mean: 

Can't deploy *.sda due to"Cannot login to the SAP J2EE Engine"

Former Member
0 Kudos

environment with AS ABAP and AS JAVA,and version with 7.00 SP18

*****************************************************************************************************************

with the help "Using JAVA" of "How to Perform Development with a Track ",i come across a error on delopying 'devapptax.sda' to J2EE engine.

the errs:

-


2009-3-27 9:59:40 /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:

[002]Deployment aborted

Settings

SDM host : hp-mes

SDM port : 50018

URL to deploy : file:/C:/DOCUME1/ADMINI1/LOCALS1/Temp/temp5123701174131799906devapp~tax.sda

Result

=> deployment aborted : file:/C:/DOCUME1/ADMINI1/LOCALS1/Temp/temp5123701174131799906devapp~tax.sda

Aborted: development component 'app/tax'/'dev'/'NW7_myTrack_D'/'20090326195706'/'0':

Cannot login to the SAP J2EE Engine using user and password as provided in the Filesystem Secure Store. Enter valid login information in the Filesystem Secure Store using the SAP J2EE Engine Config Tool. For more information, see SAP note 701654.

com.sap.sdm.serverext.servertype.inqmy.extern.DeployManagerAuthExceptionWrapper: Wrong security credentials detected while trying to obtain connection to the J2EE Engine.

(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.checkLoginCredentials.DMAUTHEXC)

Deployment exception : The deployment of at least one item aborted

-


and after changing the password refering to "note 701654",it still reports the same err.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

due to the user "J2EE_ADMIN" is locked.ater unclocking the user,i can deploy.

but why?

Former Member
0 Kudos

Because Internally SDM uses J2ee_admin and the password of it from the server keystore to login to J2EE engine and deploy the files/application.

Edited by: Saurabh Agrawal on Apr 2, 2009 11:14 PM