Socket Error # 10013 Access Denied
Posted: 2009-06-30 19:51:23
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!
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!