Problem: The SAP Control Center server does not start.
Explanation: This typically happens when the configuration information needed for SAP Control Center to start is not correct or is incomplete. Several scenarios may cause this condition, such as a host name that cannot be resolved or an IP address that changed, or an Out Of Memory error that caused one or more property file to be truncated.
Solution: The configuration must be restored to start SAP Control Center. See the appropriate scenario below.
This problem occurs when the host name cannot be resolved or the IP address of the machine has changed since the product installation. This troubleshooting section applies only when either of these scenarios is true.
Solution 1: Change the host name to its IP address in the SAP Control Center service-config.xml file:
If the line does not exist, add it under the <properties></properties> element in the file.
If the problem starts after some time has passed, it could be due to an Out of Memory error (java.lang.OutOfMemoryError) in the SAP Control Center log (agent.log or gateway.log).
#Instance Properties #Tue Nov 06 14:04:30 EST 2012 serverName=localhost databaseType=Sybase_SCC user=DBA databaseStopCommand="~/bin/asa-stop${.bat}" -y -c uid\=DBA;pwd\=${password};eng\=${dataSource} ant.project=default-data-sources databaseCreateCommand="~/bin/asa-init${.bat}" -q -z UTF8 -zn UTF8 "${databaseFile}" databaseFile= password=* portNumber=3638 authenticatedSQL=SET TEMPORARY OPTION CONNECTION_AUTHENTICATION\='Company\=SAP;Application\=SAP Control Center;Signature\=000fa55157edb8e14d818eb4fe3db41447146f1571g04cf0bfedc80ad0e47aa6c3df7a00c768ef89d61' databaseStartCommand="~/bin/asa-start${.bat}" -x tcpip(MyIP\=127.0.0.1;Host\=localhost;Port\=3638;DoBroadcast\=no;BroadcastListener\=no) -n ${dataSource} "${databaseFile}" -qi -qw
#Instance Properties #Mon Sep 29 14:13:50 EDT 2008 port=2000 host=localhost ant.project=sybase-jms securityProfile=default protocol=iiop
port=2000 host=0.0.0.0 ant.project=sybase-jms securityProfile=default protocol=iiop