cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot start SDM

Former Member
0 Kudos

Hi,

We have the SRM 5 system with J2EE add-in. I am trying to install IPC for WebAS, which requires SDM on the Java side. Our versions are as below:

Cluster-Version: 6.40 PatchLevel 87037.313

Build-On:Tuesday, October 19, 2004 19:52 GMT

Perforce-Server:

Project-Dir:JKernel/630_VAL_REL

JKernel Change-List:87037

Build machine:PWDFM026

Build java version:1.3.1_12-b03 Sun Microsystems Inc.

SP-Number: 09

When I try to start the SDM server,by running D:\usr\sap\SRM\DVEBMGS01\SDM\program\startserver.bat, I get the following messages:

-


CompilerOracle: exclude

com/sapportals/portal/pb/layout/taglib/ContainerTag addI

viewResources

CompilerOracle: exclude

com/sap/engine/services/keystore/impl/security/CodeBased

SecurityConnector getApplicationDomain

CompilerOracle: exclude

com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator g

enerateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils

escapeToJS

CompilerOracle: exclude iaik/security/md/SHA a

CompilerOracle: exclude

com/sapportals/portal/prt/core/broker/PortalServiceItem

startServices

CompilerOracle: exclude

com/sap/engine/services/webservices/server/deploy/WSConf

igurationHandler downloadFile

CompilerOracle: exclude

com/sapportals/portal/prt/jndisupport/util/AbstractHiera

rchicalContext lookup

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/6.4009.00.0000.20040910093614.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 server not up after 15 seconds. Waiting for another 5 seconds.

..........

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

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

ERROR: SDM server startup not finished after 600 seconds. Giving up.

Could not start SDM. Processing error. Return code: 4

-


Please assist with this problem. I get the same results when I run the startsdm.bat.

Regards,

Sanket

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

You can even start SDM remotely from another server by executing RemoteGui.bat(WINDOWS) or RemoteGui.sh (UNIX)file

0 Kudos

I had the same problem and i had installed j2sk1.4.2.18-x64, but I remove it and installed j2sk1.4.2.17-x64 and my problem was resolved.

Ranjeet0702
Active Participant
0 Kudos

On command prompt go to \usr\sap\<SID>\JC00\sdm\program... then go for following commands one by one...

sdm.bat jstartup "mode=standalone"

sdm.bat j2eeenginestartstop "mode=automatic"

sdm.bat jstartup "mode=integrated"

startserver.bat

Former Member
0 Kudos

Hi Sanket,

Can you paste recent SDM log from
..\sdm\program\log folder.

regards

Anand.M

Former Member
0 Kudos

HI,

I am also facing the same problem. I am unable to start SDM in integarated mode.

I am getting the below : CompilerOracle: exclude

com/sapportals/portal/pb/layout/taglib/ContainerTag addI

viewResources

CompilerOracle: exclude

com/sap/engine/services/keystore/impl/security/CodeBased

SecurityConnector getApplicationDomain

CompilerOracle: exclude

com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator g

enerateStub

CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils

escapeToJS

CompilerOracle: exclude iaik/security/md/SHA a

CompilerOracle: exclude

com/sapportals/portal/prt/core/broker/PortalServiceItem

startServices

CompilerOracle: exclude

com/sap/engine/services/webservices/server/deploy/WSConf

igurationHandler downloadFile

CompilerOracle: exclude

com/sapportals/portal/prt/jndisupport/util/AbstractHiera

rchicalContext lookup

Starting SDM - Software Deployment Manager...

tc/SL/SDM/SDM/sap.com/SAP AG/6.4009.00.0000.20040910093614.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 server not up after 15 seconds. Waiting for another 5 seconds.

..........

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

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

ERROR: SDM server startup not finished after 600 seconds. Giving up.

Could not start SDM. Processing error. Return code: 4

Please kindly look into this

0 Kudos

Hi,

You can check the following:

- Try starting the SDM with StartServer.sh ( You have used .bat)

- J2EE engine is running fine or not, check the processes jlaunch and jcontrol should be running.

- check the instance profile for the j2ee parameter entries.

- check the ports on which the SDM starts, it should not be occupied.

Do let me know if the problem is solved or you need to paste the latest log files for further analysis.

Cheers!

Aseem

Former Member
0 Kudos

I'm also having this exact problem.