SAP Control Center Fails to Start

Problem: The SAP Control Center server does not start.

Solution 1: Port conflict

Solution: SCC might be using one or more ports that are also being used by another server or application on this machine. To check for port conflicts:

  1. Execute this command:
    scc --info ports

    The command lists all the ports on which SAP Control Center and its services listen, indicates whether each port is in use, and shows the service running on each port. If SCC is not running, any port shown to be in use represents a conflict.

  2. If you discover a conflict, use scc --port to change the port used by the SAP Control Center service.

Solution 2: Insufficient memory

You might see this error why you try to start: Could not create the Java Virtual machine. Increase the maximum memory setting.

Related tasks
Configuring Ports
Configuring Memory Usage