> From: Bhushan Kalse > Starting lock server on port 2402/tcp... > Couldn't bind listening socket... Only one usage of each > socket address > (protocol/network address/port) is normally permitted. You have something else already listening on port 2402 on that server. Find out what it is and decide whether you need it. - Peter