-1

I can see TIME_WAIT on port 9180 with "netstat -an cmd" and see nothing with "lsof -i:9180".

My application could not start and report the socket had been occupied.

rocksun
  • 409
  • 1
  • 5
  • 7

1 Answers1

1

A very good explanation of this problem is given in these links, link1, link2.

To solve this problem, wait for some time so that timeout of fin-wait could happen and port finally moved to closed state.

VivekD
  • 318
  • 1
  • 11