cancel
Showing results for 
Search instead for 
Did you mean: 

SDM is throwing error when trying to deploy

Former Member
0 Kudos

Hi All,

Please see below:

Feb 15, 2010 12:47:12... Info: Software type of SDA: J2EE

*Feb 15, 2010 12:47:12... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) ******

Feb 15, 2010 12:47:12... Info: Starting cluster instance processes.

Feb 15, 2010 12:47:12... Error: An error occured while starting a cluster instance.

Feb 15, 2010 12:47:12... Error: There is no clutser control instance running on host cmpsrm which is described in SecureStorage .

The instances, returned by MessageServer [MS host: cmpsrm; MS port: 3931], are :

|Name:JM_T1266217734351_0_dl3809 |Host:cmpsrm |State:5|HostAddress:172.25.8.195|

|Name:JC_dl3809_SJC_30 |Host:dl3809 |State:5|HostAddress:172.25.9.204|

Please check if there is an appropriate running cluster instances.

*Feb 15, 2010 12:47:12... Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) ******

Feb 15, 2010 12:47:12... Error: Aborted: development component 'appl/dp_rfsone_capture'/'lntinfotech.com'/'DNW_RFSOne_C'/'112140'/'2', grouped by software component 'SC_RFSONE'/'lntinfotech.com'/'DNW_RFSOne_C'/'1000.1.0.0.0.20100213111227''/'2':

SDM could not start the J2EE cluster on the host cmpsrm! The online deployment is terminated.

Please help me out , i have already checked nd ms.port and host values are correct in visual admin so it is not related to that thing

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Please check the "host" and "mshost" values in the ./SDM/program/config/sdmrepository.sdc. The "host" value in the sdmrepository.sdc and admin/host/<sid> value in the SecureStore area of the configtool should match. You may need to change one or the other to get them to match. If you need to change the sdmrepository.sdc, please back it up first before modifying.

Regards,

Nathan

p330068
Active Contributor
0 Kudos

Hi Rahul,

Please do following in order to resolve your issue :-

1. Check you server status also in NWDS(Show View - J2EE Engine). if not all greem then ask basis to restart the server.

2. Reset you SDM password if possible or ask basis team to do that for you.

3. Ask basis team to check J2EE_Admin correct password stored in secured area of Config tool.

Hope this will helps you.

Thanks

Arun Jaiswal

p330068
Active Contributor
0 Kudos

Hi Rahul,

Error show that SDM could not start the J2EE cluster on the host cmpsrm! The online deployment is terminated.

I would suggest you to check Server status while deploying in SDM.

Hope this will helps you.

Thanks

Arun Jaiswal

Former Member
0 Kudos

Hi,

Check your server status, May be it is in offline or in safe mode. If it is in safe mode then change the mode to online using configtool then restart the j2ee cluster. Start you sdm and deploy the sc.

Regards,

Vamshi.

Former Member
0 Kudos

Check the server status using JCMON , if it is up and running check whether the SDM user is assigned tothe administrator group

nirmal_konchada
Active Contributor
0 Kudos

Hello,

Could you please give more details of the system on which you are trying to start SDM..

Nirmal.

Former Member
0 Kudos

Dear Niraml,

It is standalone Java system and it is connected with a portal.

nirmal_konchada
Active Contributor
0 Kudos

Hello Rahul,

I may sound stupid but just try to check the SDMUSER..or else reset its password.

Nirmal.

Former Member
0 Kudos

Hi Rahul.

Here you need to check the Java server is up and running or not using JCMON.

if it is not running all the services restart the JAVA server.

Use the below script to change the SDM password .

Procedure to Reset in Unix Envirnoment:

1. We have to stop the SDM first, to do that

/usr/sap/<systemid>/<system instance>/SDM/program/sh StopServer.sh # to stop SDM

2. /usr/sap/<systemid>/<system instance>/SDM/program/sdm.sh jstartup mode=standalone

3. /usr/sap/<systemid>/<system instance>/SDM/program/sdm.sh changepassword sdmhome=/usr/sap/<systemid>/<system instance>/SDM/program newpassword=<new password>

4. /usr/sap/<systemid>/<system instance>/SDM/program/sdm.sh jstartup mode=integrated

5. Now start the SDM, to do that

/usr/sap/<systemid>/<system instance>/SDM/program/sh StartServer.sh # to start SDM

Procedure to Reset in Windows Envirnoment:

It almost the same procedure what we have followed to reset the password in UNIX for SDM

1. Go to the drive we have installed Portal ( C:\ or D:), from the command prompt.

2. let us suppose the portal is installed in C:\ drive

3. From the command prompt. go to SDM directory as

C:\usr\sap\J2E\JC00\SDM\program

4. Execute the following (just copy-paste)

sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=standalone"

5. Execute following line (replacing Password1 with your new password for SDM)

sdm changepassword "sdmhome=C:\usr\sap/J2E/JC00/SDM/program" "newpassword=Password1"

6. Also revert SDM back to integrated mode

sdm jstartup "sdmhome=C:\usr\sap\J2E\JC00\SDM\program" "mode=integrated"

7. Start SDM - StartServer.bat

After this while applying any package you may get this below error message

password for administrator in the Secure Store area was not correct

Follow the below SAP note:Note 701654 - Deployment aborts due to wrong J2EE Engine login information

It will work fine.

Regards

Janakiram

Former Member
0 Kudos

Do you have OS level access if yes please paste the output of jcmon.I presume you know how to use it.