Message6406

Author amak
Recipients amak, xjyvb3
Date 2011-02-26.20:21:54
SpamBayes Score 0.003988739
Marked as misclassified No
Message-id <1298751715.24.0.63293067137.issue1711@psf.upfronthosting.co.za>
In-reply-to
Content
The problem here is obviously the use of an IPV6 address.

Note that the use of _use_ipv4_addresses_only(False) has no effect in this situation: that call only affects results returned from the getaddrinfo() function.

It apppears, from my research, that this problem still persists on Windows 7 64 Bit, especially if it has been upgraded from Windows Vista rather than cleanly installed. See the following links

http://programming.manessinger.com/2010/03/30/4-equipment/
http://netbeans-org.1045718.n5.nabble.com/Error-while-starting-glassfish-v3-in-netbeans-6-8-java-net-BindException-Address-family-not-supporte2-td2891871.html

In order to be certain that this is a Java problem (and thus something that cannot be solved within jython), I will post some code snippets in following messages.
History
Date User Action Args
2011-02-26 20:21:55amaksetmessageid: <1298751715.24.0.63293067137.issue1711@psf.upfronthosting.co.za>
2011-02-26 20:21:55amaksetrecipients: + amak, xjyvb3
2011-02-26 20:21:55amaklinkissue1711 messages
2011-02-26 20:21:54amakcreate