<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Unhandled event loop exception</title>
	<atom:link href="http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/feed/" rel="self" type="application/rss+xml" />
	<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/</link>
	<description>My Eclipse Experiences</description>
	<lastBuildDate>Tue, 10 Nov 2009 18:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: sabri</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-251</link>
		<dc:creator>sabri</dc:creator>
		<pubDate>Tue, 10 Mar 2009 14:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-251</guid>
		<description>I am facing same exception with Eclipse with Crsytal Reports plugin during the adding tables from a remote IBM DB2 database but there is no problem with local MS SQL database.</description>
		<content:encoded><![CDATA[<p>I am facing same exception with Eclipse with Crsytal Reports plugin during the adding tables from a remote IBM DB2 database but there is no problem with local MS SQL database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-130</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Mon, 01 Sep 2008 07:56:09 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-130</guid>
		<description>Hi,
I get the same exception when I try to open a XML file (e.g web.xml) in Eclipse. Note that I do not get this exception for every xml file and I have added no code  so far that has any loop.As suggested above, I saw the log file of eclipse but there is no real exception shown at the end of stack trace.

One more thing, if I restart my windows, this exception disappears and I can open the xml file but at random this exception starts occuring when I try to open a xml document.

Pls help

Regards,
Rahul</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I get the same exception when I try to open a XML file (e.g web.xml) in Eclipse. Note that I do not get this exception for every xml file and I have added no code  so far that has any loop.As suggested above, I saw the log file of eclipse but there is no real exception shown at the end of stack trace.</p>
<p>One more thing, if I restart my windows, this exception disappears and I can open the xml file but at random this exception starts occuring when I try to open a xml document.</p>
<p>Pls help</p>
<p>Regards,<br />
Rahul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manuel</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-121</link>
		<dc:creator>Manuel</dc:creator>
		<pubDate>Fri, 01 Aug 2008 14:32:25 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-121</guid>
		<description>It seems you didn&#039;t read my post until the end ;o). The Unhandled event loop exception is not a real Exception, but an Exception created by the SWT UI main thread containing a real Exception.

For Stuart the exception is StackOverflow which often means that you have an infinite (or too deep) recursive function.

For Milo, just look for the Exception contained in your Unhandled event loop exception and may be you&#039;ll understand why deleting the .php file fixed the problem.

Hope this help

Manu</description>
		<content:encoded><![CDATA[<p>It seems you didn&#8217;t read my post until the end ;o). The Unhandled event loop exception is not a real Exception, but an Exception created by the SWT UI main thread containing a real Exception.</p>
<p>For Stuart the exception is StackOverflow which often means that you have an infinite (or too deep) recursive function.</p>
<p>For Milo, just look for the Exception contained in your Unhandled event loop exception and may be you&#8217;ll understand why deleting the .php file fixed the problem.</p>
<p>Hope this help</p>
<p>Manu</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milo</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-120</link>
		<dc:creator>milo</dc:creator>
		<pubDate>Thu, 31 Jul 2008 15:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-120</guid>
		<description>Hi,

I had a similar problem with Eclipse PDT 1.0.2 on Mac and I deleted the file (.php), which caused the error and created it again. After that the error did not pop up again.

Perhaps it helps for you or someone.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I had a similar problem with Eclipse PDT 1.0.2 on Mac and I deleted the file (.php), which caused the error and created it again. After that the error did not pop up again.</p>
<p>Perhaps it helps for you or someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-110</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 27 Jun 2008 22:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-110</guid>
		<description>Here&#039;s the error log:

Unhandled event loop exception
java.lang.StackOverflowError</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the error log:</p>
<p>Unhandled event loop exception<br />
java.lang.StackOverflowError</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart</title>
		<link>http://manuelselva.wordpress.com/2008/02/21/unhandled-event-loop-exception/#comment-109</link>
		<dc:creator>Stuart</dc:creator>
		<pubDate>Fri, 27 Jun 2008 22:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://manuelselva.wordpress.com/?p=20#comment-109</guid>
		<description>This is happening for me constantly and I&#039;m not a plugin developer

It just started happening today and I can&#039;t get it to stop it&#039;s making the PHPEclipse UI unusable!!

Any ideas anyone? I&#039;ve disabled the php project builder and the validation but no help

It happening in Processing Dirty Regions whatever that is!

Thanks</description>
		<content:encoded><![CDATA[<p>This is happening for me constantly and I&#8217;m not a plugin developer</p>
<p>It just started happening today and I can&#8217;t get it to stop it&#8217;s making the PHPEclipse UI unusable!!</p>
<p>Any ideas anyone? I&#8217;ve disabled the php project builder and the validation but no help</p>
<p>It happening in Processing Dirty Regions whatever that is!</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
