Socket Error # 10013 Access Denied

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
c.w.myers
Posts: 1
Joined: 2009-06-30 19:43:19

Socket Error # 10013 Access Denied

Post by c.w.myers »

When executing any script, I receive:

Socket Error # 13
Access Denied

According to MSDN:
http://msdn.microsoft.com/en-us/library ... S.85).aspx

WSAEACCES
10013

Permission denied.

An attempt was made to access a socket in a way forbidden by its access permissions. An example is using a broadcast address for sendto without broadcast permission being set using setsockopt(SO_BROADCAST).

Another possible reason for the WSAEACCES error is that when the bind function is called (on Windows NT 4.0 with SP4 and later), another application, service, or kernel mode driver is bound to the same address with exclusive access. Such exclusive access is a new feature of Windows NT 4.0 with SP4 and later, and is implemented by using the SO_EXCLUSIVEADDRUSE option.

Using Windows 7 RC and Ant 3.5.1.2

Any ideas would be greatly appreciated!
antp
Site Admin
Posts: 9652
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Maybe the firewall?
Except that, I do not really see what it could be ...
Post Reply