<?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/"
		>
<channel>
	<title>Comments on: Of Thread dumps and stack traces &#8230;</title>
	<atom:link href="http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/</link>
	<description>Thoughts on Javaâ„¢, Java EEâ„¢ and web application development</description>
	<lastBuildDate>Fri, 30 Apr 2010 07:48:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: sandeep</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-295</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:20:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-295</guid>
		<description>i am getting this problem while running my program

how to solve this problem

javax.comm.NoSuchPortException
at javax.comm.CommPortIdentifier.getPortIdentifier(CommPortIdentifier.ja
va:105)
at SerialConnection.openConnection(SerialConnection.java:70)
at Sender.send(Sender.java:44)
at SMSClient.run(SMSClient.java:39)
at java.lang.Thread.run(Unknown Source)
java.lang.NullPointerException
at SerialConnection.openConnection(SerialConnection.java:87)
at Sender.send(Sender.java:44)
at SMSClient.run(SMSClient.java:39)
at java.lang.Thread.run(Unknown Source)

can anybody solve my problem
then mail me at above e-mail address</description>
		<content:encoded><![CDATA[<p>i am getting this problem while running my program</p>
<p>how to solve this problem</p>
<p>javax.comm.NoSuchPortException<br />
at javax.comm.CommPortIdentifier.getPortIdentifier(CommPortIdentifier.ja<br />
va:105)<br />
at SerialConnection.openConnection(SerialConnection.java:70)<br />
at Sender.send(Sender.java:44)<br />
at SMSClient.run(SMSClient.java:39)<br />
at java.lang.Thread.run(Unknown Source)<br />
java.lang.NullPointerException<br />
at SerialConnection.openConnection(SerialConnection.java:87)<br />
at Sender.send(Sender.java:44)<br />
at SMSClient.run(SMSClient.java:39)<br />
at java.lang.Thread.run(Unknown Source)</p>
<p>can anybody solve my problem<br />
then mail me at above e-mail address</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tynisha Panama</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-292</link>
		<dc:creator>Tynisha Panama</dc:creator>
		<pubDate>Wed, 03 Feb 2010 00:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-292</guid>
		<description>There is apparently a lot for me to ascertain outside of my books.  Thanks for the fantastic read,</description>
		<content:encoded><![CDATA[<p>There is apparently a lot for me to ascertain outside of my books.  Thanks for the fantastic read,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chithrakumar</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-247</link>
		<dc:creator>Chithrakumar</dc:creator>
		<pubDate>Fri, 31 Jul 2009 10:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-247</guid>
		<description>I&#039;m working as a Java/Java EE trainer for past 2 and half year. But i never seen any kind of word like Thread dump in any book, by the there is no need to teach this to the students. Last week i attended an interview they asked a question about Thread Dump. After that searching for Thread Dump i got this page. This is really simple and very easy to understand.. Thank You for this article...</description>
		<content:encoded><![CDATA[<p>I&#8217;m working as a Java/Java EE trainer for past 2 and half year. But i never seen any kind of word like Thread dump in any book, by the there is no need to teach this to the students. Last week i attended an interview they asked a question about Thread Dump. After that searching for Thread Dump i got this page. This is really simple and very easy to understand.. Thank You for this article&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-239</link>
		<dc:creator>Santosh</dc:creator>
		<pubDate>Sat, 20 Jun 2009 09:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-239</guid>
		<description>It was the one of  the best docs on reading the stack. i used to used to go crazy seeing stack exceptions on our websphere logs .

It has really helped me in building up the foundation</description>
		<content:encoded><![CDATA[<p>It was the one of  the best docs on reading the stack. i used to used to go crazy seeing stack exceptions on our websphere logs .</p>
<p>It has really helped me in building up the foundation</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manoj</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-232</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Fri, 15 May 2009 21:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-232</guid>
		<description>gr8 article... Now, I am feeling comfortable with java stack error and thread dump. thnx</description>
		<content:encoded><![CDATA[<p>gr8 article&#8230; Now, I am feeling comfortable with java stack error and thread dump. thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: N-Puzzle Help! - Java Forums</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-230</link>
		<dc:creator>N-Puzzle Help! - Java Forums</dc:creator>
		<pubDate>Wed, 29 Apr 2009 12:16:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-230</guid>
		<description></description>
		<content:encoded><![CDATA[<p>[...] exception at the end of A* method right before it back tracks??  How to read a stacktrace: 0xCAFEFEED » Of Thread dumps and stack traces &#8230;  Also I notice you&#8217;re using visual studio. Microsoft Java, succinctly sucks&#8230; MS Don&#8217;t want to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-219</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Mon, 16 Feb 2009 10:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-219</guid>
		<description>This is a very interesting article.

Really took the fear away from debugging Thread dumps.</description>
		<content:encoded><![CDATA[<p>This is a very interesting article.</p>
<p>Really took the fear away from debugging Thread dumps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thay</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-209</link>
		<dc:creator>Thay</dc:creator>
		<pubDate>Fri, 16 Jan 2009 19:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-209</guid>
		<description>Hey..good article...its the perfect amount of information for someone who doesn&#039;t need every minor detail.
Thank You</description>
		<content:encoded><![CDATA[<p>Hey..good article&#8230;its the perfect amount of information for someone who doesn&#8217;t need every minor detail.<br />
Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Burgoon</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-193</link>
		<dc:creator>John Burgoon</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-193</guid>
		<description>Thanks for the article.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lipu panda</title>
		<link>http://www.0xcafefeed.com/2004/06/of-thread-dumps-and-stack-traces/comment-page-1/#comment-169</link>
		<dc:creator>lipu panda</dc:creator>
		<pubDate>Sat, 27 Sep 2008 08:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=6#comment-169</guid>
		<description>nice article ...post some more interesting articles about java...</description>
		<content:encoded><![CDATA[<p>nice article &#8230;post some more interesting articles about java&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
