cancel
Showing results for 
Search instead for 
Did you mean: 

Error message : SDM not integrated in JStartupFramework

Former Member
0 Kudos

Hi

I am getting the following errors when Jstartup tries to start the SDM or when I run any of the sdm commands with jstartup parameters - eg sdm.sh jstartup mode=integrated

Oct 7, 2008 8:47:20 AM Info: ============================================

Oct 7, 2008 8:47:20 AM Info: = Starting to execute command 'server' =

Oct 7, 2008 8:47:20 AM Info: ============================================

Oct 7, 2008 8:47:20 AM Info: Starting SDM - Software Deployment Manager...

Oct 7, 2008 8:47:21 AM Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000

Oct 7, 2008 8:47:31 AM Info: JStartupFramework is requesting to start the SDM Server.

Oct 7, 2008 8:47:31 AM Info: SDM is not integrated in JStartupFramework. This is an illegal state.

Oct 7, 2008 8:47:31 AM Error: Could not start SDM. Precondition not fulfilled. Return code: 8

Oct 7, 2008 8:51:23 AM Info:

Oct 7, 2008 8:51:23 AM Info: = Starting to execute command 'jstartup' =

Oct 7, 2008 8:51:23 AM Info: ==============================================

Oct 7, 2008 8:51:23 AM Info: Starting SDM - Software Deployment Manager...

Oct 7, 2008 8:51:24 AM Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0013.20070717141415.0000

Oct 7, 2008 8:51:42 AM Info: Initializing Network Manager (50017)

Oct 7, 2008 8:51:43 AM Info: Checking if another SDM is running on port 50018

Oct 7, 2008 8:51:43 AM Error: This SDM installation is not integrated in the JStartupFramework. "jstartup" is not supported.

Oct 7, 2008 8:51:43 AM Error: Processing error. Return code: 304

The jstartup parameters do exist in the instance profile.

Please assist - is there something I can do to get the SDM to be integrated in the JStartupFramework? SDM server does start without this, but obviously JSPM can't work as it cannot set any parameters.

Any assistance appreciated

Thanks

Leigh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The problem here is that the SDM misses information about the secure

store, J2EE system and database. Obviously something went wrong during

system copy. In such cases it is recommended to retry the system copy

again.

It is possible to try and restore the SDM configuration but this will

solve the current problem. It is not clear whether there are not furtherissues with this system.

If you would like to try and reconfigure the SDM manually I would

recommend starting with the secure store configuration.

1. Stop the SDM server if it is running.

2. execute the following command in SDM/program directory

sdm.sh registersecurestore "libdir=/usr/sap/<SID>/SYS/global/security/

lib/tools" "datafile=/usr/sap/<SID>/SYS/global/security/

SecStore.properties" "keyfile=/usr/sap/<SID>/global/security/data/

SecStore.key" "systemname=<SID>"

You may use the sapmnt mount instead of the absolute path.

If the command fails, attach the sdmlog to the message.

3. If the command succeeds, start the SDM server using the StartServer

script. It will start in standalone mode.

4. Start RemoteGUI and connect it to the SDM server.

5. Select Config_DB and its Configuration tab. Enter <SID> and save the

repository. The light image should be changed to green.

6. Select SAPJ2eeEngine and its Configuration tab. Enter <SID> and save

the repository. Again the light should change to green.

7. Exit from the Remote GUI

8. Stop SDM server (StopServer script)

9. Execute the following command

sdm.sh registerjstartup "jstartupdir=/usr/sap/<SID>/<Instance>/exe"

"mshost=<hostname>" "msport=<port>" port is internal port of SCSXX instance u2013 usually 3901

jstartup directory should contain the binaries of the startup framework.10. Execute the command

sdm.sh jstartup "mode=integrated"

If no errors occur, the SDM should be integrated in the startup

framework.

Former Member
0 Kudos

Hello Mr. White,

I am configuring SDM, but in SDM Repository GUI - when I create SAPJ2EEEngine and put SID there and save, there is no sign that it is configured ok - expected green. The DB_CONFIG is green, but the j2ee engine not.

Do you have some hint ?

Thanks in advance.

Norbert Toronsky

0 Kudos

Hello,

1. Stop SDM server first

<SDM_HOME>/StopServer.bat or <SDM_HOME>/StopServer.sh

2. Set it in integrated mode

Execute <SDM_HOME>/sdm.bat or <sdm.home>/sdm.sh shel script with arguments jstartup sdmhome=<SDM_HOME> mode=integrated where SDM_HOME is home directory of SDM.

For Example:

Windows:> <SDM_HOME>\sdm.bat jstartup u201Csdmhome=<SDM_HOME>u201D u201Cmode=integratedu201D

Unix: <SDM_HOME>/sdm.sh jstartup sdmhome=<SDM_HOME> mode=integrated

3. Start SDM server again

<SDM_HOME>/ StartServer.bat or <SDM_HOME>/ StartServer.sh

Best Regards,

Angel

Former Member
0 Kudos

Hi Angel

Thanks for this however I get the same error

A00L025:ab1adm 88> sdm.sh jstartup sdmhome=/usr/sap/AB1/DVEBMGS00/SDM/program mode=integrated

Starting '/opt/IBMJava2-amd64-142/bin/java' '-Xmx256M' -jar '/usr/sap/AB1/DVEBMGS00/SDM/program/bin/SDM.jar' jstartup 'sdmhome=/usr/sap/AB1/DVEBMGS00/SDM/program' sdmhome=/usr/sap/AB1/DVEBMGS00/SDM/program mode=integrated

Starting SDM - Software Deployment Manager...

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

Initializing Network Manager (50017)

Checking if another SDM is running on port 50018

ERROR: This SDM installation is not integrated in the JStartupFramework. "jstartup" is not supported.

Processing error. Return code: 304

A00L025:ab1adm 89>

I need to somehow get the SDM installation to be integrated with the JStartupFramework.... I know this usually works, however I think something may have gone a bit off in the system copy - wondered if there is a way to fix this?

Thanks

Leigh