cancel
Showing results for 
Search instead for 
Did you mean: 

SDM doesnt start in integrated mode

Former Member
0 Kudos

HI,

SDM is starting in standalone mode. But its not starting in integrated mode. Can you please tell em how to start in integrated mode.

I am getting the below when in integrated mode

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

Can any one pls help me..!

Accepted Solutions (1)

Accepted Solutions (1)

brad_landry2
Active Contributor
0 Kudos

Hi krishnam,

I had a similar problem when I upgraded my portal.

I applied note 795142.

Brad

Former Member
0 Kudos

HI,

I followed the note : 795142.

5. Execute the following command to change to 'automatic' mode:

Windows: sdm.bat j2eeenginestartstop "mode=automatic"

UNIX: ./sdm.sh j2eeenginestartstop "mode=automatic"

6. If you get the message:"Successfully executed. Return code: 0" go to step 11.

7. If you get the following message, go to step 8: "SDM is integrated in JStartupFramework. No repository changing commands are possible."

8. Change the SDM mode to 'standalone' by executing the following command:

Windows: sdm.bat jstartup "mode=standalone"

Unix:./sdm.sh jstartup "mode=standalone"

9. Repeat step 5.

10. If you had to execute step 8, change the SDM mode back to 'integrated' by running:

Windows: sdm.bat jstartup "mode=integrated"

Unix: ./sdm.sh jstartup "mode=integrated" Check return line: Successfully executed. Return code: 0

11. Start the SDM server.

BUT ITS AGAIN SETTING BACK TO STANDALONE MODE AND SDM STARTING. BUT I WANT THE SDM TO START IN INTEGRATED MODE ONLY.

when i say StartServer.sh .....

CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources

CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain

CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub

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

CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices

CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile

CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup

CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue

CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode

CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode

CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations

CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto

Starting SDM - Software Deployment Manager...

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

JStartupFramework is active

Operation mode of SDM in JStartupFramework is "Standalone". Simply start the server.

Initializing Network Manager (50017)

Starting SDM Server listening on port 50018

SDM started successfully.

Redirecting output to the two files "/usr/sap/PS0/JC00/SDM/program/log/sdm_server.out" and "/usr/sap/PS0/JC00/SDM/program/log/sdm_server.err" respectively.

Its is eeting back to standalone mode and SDM is starting. Can you p-lease tell me the way to start the SDM in integrated mode.

Former Member
0 Kudos

HI,

I solved my problem. the problem is because of the sdm.JavaParameters=-d256 . I made this value to null and styarted in integrated mode and working fine.

Former Member
0 Kudos

Hi

I removed in file sdm_jstartup.properties the line

sdm.JavaParameters=-Xjit:disableCFGSimplification

//Tord

Answers (0)