cancel
Showing results for 
Search instead for 
Did you mean: 

Could not auto-update SDM sever

Former Member
0 Kudos

Hi Experts.

I have a System WAS Java 7.00 SP15.

When, I update the SDM (Software Deployment Manager) to the SP16 (SDMKIT16_0-10003463.JAR), with the JSPM, I get the following error message:

Software component SAP_JAVASL deployment messages:

Cannot update SDM.

Cannot update SDM, Could not auto-upda SDM Server. Cannot execute Java process for autoUpdate. Return code condition success evaluted to false for process java.exe for action ACTION_AUTO_UPDATE.

Also, I get the following errors in log:

Aug 27, 2008 2:13:43 PM Info: ==============================================

Aug 27, 2008 2:13:43 PM Info: = Starting to execute command 'jstartup' =

Aug 27, 2008 2:13:43 PM Info: ==============================================

Aug 27, 2008 2:13:43 PM Info: Starting SDM - Software Deployment Manager...

Aug 27, 2008 2:13:44 PM Info: tc/SL/SDM/SDM/sap.com/SAP AG/7.0014.20071029094708.0000

Aug 27, 2008 2:13:55 PM Info: SDM operation mode successfully set to: Integrated

Aug 27, 2008 2:13:57 PM Info: Initializing Network Manager (50117)

Aug 27, 2008 2:13:57 PM Info: Checking if another SDM is running on port 50118

Aug 27, 2008 2:13:57 PM Info:

Aug 27, 2008 2:13:57 PM Info: SDM operation mode successfully set to: Standalone

Aug 27, 2008 2:14:04 PM Info: Operationmode for JStartupFramework set to "standalone".

Aug 27, 2008 2:14:04 PM Info: Successfully executed. Return code: 0

Aug 27, 2008 2:14:05 PM Info:

Aug 27, 2008 2:14:05 PM Info: ================================================

Aug 27, 2008 2:14:05 PM Info: = Starting to execute command 'autoupdate' =

Aug 27, 2008 2:14:05 PM Info: ================================================

Aug 27, 2008 2:14:05 PM Info: Installed SDM version: 7.0014.20071029094708.0000

Aug 27, 2008 2:14:05 PM Info: New SDM version: 7.0016.20080423161536.0000

Aug 27, 2008 2:14:05 PM Info: Initializing SDM for update

Aug 27, 2008 2:14:14 PM Info: SDM operation mode successfully set to: Standalone

Aug 27, 2008 2:14:45 PM Info: Start logging to 'D:\usr\sap\TPD\JC01\j2ee\JSPM\log\log_2008_08_27_10_55_13\OperateSDM_01.LOG'

Aug 27, 2008 2:14:45 PM Info:

Aug 27, 2008 2:14:45 PM Info: ==========================================

Aug 27, 2008 2:14:45 PM Info: = Starting to execute command 'ping' =

Aug 27, 2008 2:14:45 PM Info: ==========================================

Aug 27, 2008 2:14:45 PM Info: Sending "ping" command to the SDM server...

Aug 27, 2008 2:14:46 PM Error: SDM server is not running.

Aug 27, 2008 2:14:46 PM Error: Processing error. Return code: 204

How Can I solve the problem?

Best reagrds.

Ticiano.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ticiano-

1.Copy the new version of SDMKITxxx.jar file to a temporary directory

(you could take the file from the inbox directory).

Then change to this directory and unpack the file:

jar -xvf SDMKITxxx.JAR

2.Navigate to the SDM folder (/usr/sap/SID/JCXX/SDM/program)

2.1 ./StopServer.sh - it will stop SDM server

2.2 ./sdm.sh jstartup mode=standalone - it will change the mode of SDM to standalone

3. Go back to your temporary SDM directory

./update

enter the path of the SDM home when asked by the updater:

/usr/sap/SID/JCXX/SDM/program

4. When the update is successfully finished,go back to the official SDM directory:

cd /usr/sap/SID/JCXX/SDM/program

4.1 Launch this command: ./sdm.sh jstartup mode=integrated -->

this will switch back SDM to integrated mode

4.2 And finally this one: ./StartServer.sh - will start SDM server

This should fix it as i also faced similar kin of problem this is what i did.

Thanks,

GR

Answers (0)