Hello Friends,
I have SAS WIP data server not starting and log showing below error.
EDTLOG: could not bind IPv4 socket: address already in use
EDTHINT: is another postmaster already running on port 9432? if not, wait for few seconds and retry.
when i look at port 9432,
it shows that PID 36942/postgres process running
when i perform ps -ef |grep 36942, there are multiple processes running. example,
<id> 11592 36942 0 Sep24 ? 00:00:00 postgres: SharedServices SharedServices 10.68.89/89(28350) idle
<id> 11602 36942 0 Sep24 ? 00:00:00 postgres: SharedServices SharedServices 10.68.89/89(28352) idle
<id> 11606 36942 0 Sep24 ? 00:00:00 postgres: SharedServices SharedServices 10.68.89/89(28354) idle
<id> 24023 36942 0 Sep24 ? 00:00:00 postgres: PaltformWebServices PlatformWebServices 100.68.89/89(28584) idle
<id> 24027 36942 0 Sep24 ? 00:00:00 postgres: PaltformWebServices PlatformWebServices 100.68.89/89(28586) idle
.
.
and so on
looks like port is being hit by many different processes? How to do this clean up and start SAS WIP Data Server? Thank you.