cancel
Showing results for 
Search instead for 
Did you mean: 

SDM does not start in Integrated mode

former_member188977
Contributor
0 Kudos

Hi all, I have a SLMution manager installation where JAVA plug-in was installed but was not active.

I've actived it, and in SAPMMC conSLMe only appear "server" and "dispatcher" processes.

SDM start and work fine in standalone mode

Windows x86

java version= 1.4.2.15

SDM SP14

I've done:

Register SDM:

sdm registerjstartup "sdmhome=D:\usr\sap\SLM\DVEBMGS20\SDM\program" "jstartupdir=D:\usr\sap\SLM\DVEBMGS20\exe" "mshost=server" "msport=3930"

Begin: Registration of JStartup Framework for this SDM installation

Registered value for ms host: server

Registered value for ms port: 3930

Registered value for JStartup installation directory: D:\usr\sap\SLM\DVEBMGS20\exe

Successfully finished: Registration of JStartup Framework for this SDM installation

Successfully executed. Return code: 0

Set to automatic:

sdm.bat j2eeenginestartstop "mode=automatic"

J2EE Engine start/stop configuration set to automatic

Successfully executed. Return code: 0

set to integrated:

sdm.bat jstartup "mode=integrated"

Operationmode for JStartupFramework set to "integrated".

Successfully executed. Return code: 0

and start:

startserver.bat

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_java_home=D:/j2sdk1.4.2

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_64bit_switch=

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_heap_size=256

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_java_params=

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_memory_switch=-Xmx256M

D:\usr\sap\SLM\DVEBMGS20\SDM\program>set sdm_com="D:/j2sdk1.4.2\bin\java" -Xmx 256M -jar "D:\usr\sap\SLM\DVEBMGS20\SDM\program\bin\SDM.jar"

...

...

tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000

JStartupFramework is active

Operation mode of SDM in JStartupFramework is "Integrated".

Check if Server is running already.

OK server is not running. Enable SDM Process in JStartupFramework.

Successfully enabled SDM Process in JStartupFramework.

----


+ The SDM server will be started by the JStartupFramework now. +

----


Waiting 5 seconds for SDM server to start...

SDM server not up after 5 seconds. Waiting for another 5 seconds.

SDM server not up after 10 seconds. Waiting for another 5 seconds.

...

...

SDM does not start in integrated mode and does not appear in SAPMMC console.

Iu00B4ve restart the instance and the server too.

Any idea?

Thanks in advance.

Nacho

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member640444
Participant
0 Kudos

Hello,

is there any solution for this problem?

Former Member
0 Kudos

Hello,

Restart the complete J2EE once.

During the restart of the J2EE the SDM will start in the integrated mode.

Regards,

Sangeetha

Former Member
0 Kudos

Hello,

Can you paste the logs that are in dev_sdm and std_sdm.out

Regards,

Sangeetha

sunny_pahuja2
Active Contributor
0 Kudos

Hi Ignacio,

Try to start SDM manually in integrated mode with below command.

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 jstartup mode=integrated

4. Now start the SDM, to do that

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

If it did not work then check logs and paste log here as well to check

Thanks

Sunny

former_member188977
Contributor
0 Kudos

Hi Sunny,

The log Shows:

Jul 28, 2009 12:47:59... Info:

Jul 28, 2009 12:47:59... Info: ============================================

Jul 28, 2009 12:47:59... Info: = Starting to execute command 'server' =

Jul 28, 2009 12:47:59... Info: ============================================

Jul 28, 2009 12:47:59... Info: Starting SDM - Software Deployment Manager...

Jul 28, 2009 12:48:00... Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000

Jul 28, 2009 12:48:01... Info: SDM operation mode successfully set to: Integrated

Jul 28, 2009 12:48:03... Info: JStartupFramework is active

Jul 28, 2009 12:48:03... Info: Operation mode of SDM in JStartupFramework is "Integrated".

Jul 28, 2009 12:48:03... Info: Check if Server is running already.

Jul 28, 2009 12:48:04... Info: OK server is not running. Enable SDM Process in JStartupFramework.

Jul 28, 2009 12:48:04... Info: enabling SDM Process with JStartupFramework

Jul 28, 2009 12:48:04... Info: enabled SDM Process with JStartupFramework

Jul 28, 2009 12:48:04... Info: Successfully enabled SDM Process in JStartupFramework.

but the process remains..

----


Waiting 5 seconds for SDM server to start...

SDM server not up after 5 seconds. Waiting for another 5 seconds.

SDM server not up after 10 seconds. Waiting for another 5 seconds. ... ...

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Have you checked the port (5<instance number>18) on which SDM listen is free or not ?

Thanks

Sunny

former_member188977
Contributor
0 Kudos

Hi Sunny,

yes, port 52018 is available. SDM start in standalone mode without problem.

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check SAP Note 756084 - Common met SDM 6.40/7.0 problems

Thanks

sunny