Service does not start because port 63002 is already in use

Symptom

The service does not start and displays a bind error related to port 63002.

Cause

Another process is already listening on port 63002 and prevents the service from binding to the required port. This condition blocks the service from initializing correctly.

Action

  1. Identify the process using port 63002.
  2. Stop the process.
  3. Start the service again.