Results 1 to 4 of 4

Thread: Error "only one usage of each socket address is normally permitted"

  1. #1
    Join Date
    Jul 2009
    Posts
    969

    Error "only one usage of each socket address is normally permitted"

    Now this error is disturbing me whenever i am trying reusing a socket. It says,"only one usage of each socket address is normally permitted". The message occurs on a win2k server with sp3. I cannot spot what is causing the problem.Can anyone give me some instructions or an example on how to correctly close a socket so its resources (port) can be used for other sockets ?

  2. #2
    Join Date
    Nov 2005
    Posts
    2,483

    Re: Error "only one usage of each socket address is normally permitted"

    This problem occurs during CM Server installation when anti-virus tools or remote connection software such as PC Anywhere are enabled. You may have either two different apps trying to open orcontrol the same port(socket) address.

    So before running any programs make sure that ports are free. To do this open your command prompt and type netstat /a. This command list all active connections on the system.

  3. #3
    Join Date
    Nov 2005
    Posts
    2,496

    Re: Error "only one usage of each socket address is normally permitted"

    Most probably this error occurs when multiple instances of the same application trying to use the same socket at the same time. So you need to get which program is running on the port listed in the error message. netstat -a can do that. Once the program is identified, hold it against before another new beginning of RWP or installation of the Server to attempt cm. If the program that the port currently used can not be stopped, you will find the instructions for your appropriate product version must follow the standard HTTP port change.

  4. #4
    Join Date
    Jul 2009
    Posts
    969

    Re: Error "only one usage of each socket address is normally permitted"

    Thanks, I was unaware that these options had netstat. By the time I read your suggestion, was already working. I can not account except that it was closing laptop and started file. There were some pending security updates and reboot requirements when it started I was not that message when I set my program in operation.

Similar Threads

  1. while installing Spybot, getting error "Write of address 00000001"
    By Kurupath in forum Networking & Security
    Replies: 4
    Last Post: 17-07-2012, 05:35 PM
  2. Replies: 5
    Last Post: 12-03-2012, 09:42 AM
  3. Replies: 9
    Last Post: 06-10-2011, 06:15 PM
  4. How to fix insmod error "operation not permitted"
    By Taanusiya in forum Operating Systems
    Replies: 3
    Last Post: 11-11-2010, 07:05 PM
  5. "Socket error: 10061, Error number 0x800CCC0E" in OE
    By Brunoz in forum Windows Software
    Replies: 5
    Last Post: 07-04-2010, 05:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,351,807.91896 seconds with 16 queries