<?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>dominic-tancredi.com &#187; eclipse</title>
	<atom:link href="http://dominic-tancredi.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://dominic-tancredi.com</link>
	<description>art + science hacking</description>
	<lastBuildDate>Mon, 26 Jul 2010 05:00:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Google Wave Bot Fix &#8211; &#8220;Could not open the requested socket: Address already in use&#8221;</title>
		<link>http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/</link>
		<comments>http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 18:44:32 +0000</pubDate>
		<dc:creator>dominic</dc:creator>
				<category><![CDATA[code hacking]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[wave]]></category>

		<guid isPermaLink="false">http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/</guid>
		<description><![CDATA[PROBLEM: You build your first wave bot using Google App Engine + Google Bot instructions, and run into this build error &#8220;Could not open the requested socket: Address already in use&#8221;. SOLUTION: Select the Project, then &#8220;Run Configuration&#8221;. Select Web Applications, then your Run Configuration (mine is called &#8220;DomGoBot&#8221;). Check &#8220;Automatically select an unused port&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PROBLEM: </strong><br />
You build your first wave bot using Google App Engine + Google Bot instructions, and run into this build error &#8220;Could not open the requested socket: Address already in use&#8221;.</p>
<p><strong>SOLUTION: </strong></p>
<ol>
<li>Select the Project, then &#8220;Run Configuration&#8221;.</li>
<li>Select Web Applications, then your Run Configuration (mine is called &#8220;DomGoBot&#8221;).</li>
<li>Check &#8220;Automatically select an unused port&#8221;</li>
<li>Re-build!</li>
</ol>
<p><strong>ANALYSIS:</strong><br />
Google Web Application sets up a Java server via a servlet. It defaults to port 8080. However, sometimes you&#8217;ve got other apps running on that port (MAMP, etc.) So just set it to find an empty port and you&#8217;ll be right as rain!</p>
<p>FTD</p>

<a href='http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/google_wave_bot_1/' title='google_wave_bot_1'><img width="150" height="150" src="http://dominic-tancredi.com/wp-content/uploads/2009/12/google_wave_bot_1-150x150.png" class="attachment-thumbnail" alt="google_wave_bot_1" title="google_wave_bot_1" /></a>
<a href='http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/google_wave_bot_2/' title='google_wave_bot_2'><img width="150" height="150" src="http://dominic-tancredi.com/wp-content/uploads/2009/12/google_wave_bot_2-150x150.png" class="attachment-thumbnail" alt="google_wave_bot_2" title="google_wave_bot_2" /></a>
<a href='http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/google_wave_bot_3/' title='google_wave_bot_3'><img width="150" height="150" src="http://dominic-tancredi.com/wp-content/uploads/2009/12/google_wave_bot_3-150x150.png" class="attachment-thumbnail" alt="google_wave_bot_3" title="google_wave_bot_3" /></a>

<img src="http://dominic-tancredi.com/?ak_action=api_record_view&id=142&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://dominic-tancredi.com/2009/12/02/google-wave-bot-fix-could-not-open-the-requested-socket-address-already-in-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
