<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Martin Ahrer - Together we&#039;ll make IT &#187; IPV6</title>
	<atom:link href="http://www.martinahrer.at/tag/ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinahrer.at</link>
	<description>Java Enterprise Softwareentwicklung und Consulting</description>
	<lastBuildDate>Sun, 11 Dec 2011 16:19:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<meta name="generator" content="deSignum 0.8.1" />
		<item>
		<title>java.net.SocketException: Address family not supported by protocol family: bind</title>
		<link>http://www.martinahrer.at/2009/04/16/javanetsocketexception-address-family-not-supported-by-protocol-family-bind/</link>
		<comments>http://www.martinahrer.at/2009/04/16/javanetsocketexception-address-family-not-supported-by-protocol-family-bind/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 15:28:36 +0000</pubDate>
		<dc:creator>Martin Ahrer</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[IPV6]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.martinahrer.at/?p=108</guid>
		<description><![CDATA[Today I encountered a strange phenomen on Windows Vista. I was implementing a JAX-WS web service and trying to bind an endpoint with the JDK6 built-in JAX-WS. Endpoint endpoint = Endpoint.publish("http://localhost:8090/queryservice", endpointImplementation); I got this strange java.net.SocketException: Address family not supported by protocol family: bind execption and did a search for this. Fortunately very recently [...]]]></description>
			<content:encoded><![CDATA[<p>Today I encountered a strange phenomen on Windows Vista. I was implementing a JAX-WS web service and trying to bind an endpoint with the JDK6 built-in JAX-WS.</p>
<pre lang="java">Endpoint endpoint = Endpoint.publish("http://localhost:8090/queryservice", endpointImplementation);</pre>
<p>I got this strange
<pre lang="java">java.net.SocketException: Address family not supported by protocol family: bind</pre>
<p> execption and did a search for this. Fortunately very recently somebody else had the same <a href="http://forums.sun.com/thread.jspa?threadID=5373410&#038;tstart=0">issue</a>.</p>
<p>The workaround is to either update your System32\drivers\etc\hosts file, replace &#8220;::1 localhost&#8221; with &#8220;127.0.0.1 localhost&#8221;<br />
or use 127.0.0.1 as a replacement for localhost when creating the socket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinahrer.at/2009/04/16/javanetsocketexception-address-family-not-supported-by-protocol-family-bind/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

