<?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>ramraje.com &#187; Eclipse error stacktrace</title>
	<atom:link href="http://www.ramraje.com/tag/eclipse-error-stacktrace/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramraje.com</link>
	<description>Software Programming Blog</description>
	<lastBuildDate>Fri, 28 May 2010 17:03:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>where is the Eclipse error log location?</title>
		<link>http://www.ramraje.com/tools/eclipse/where-is-the-eclipse-error-log-location/</link>
		<comments>http://www.ramraje.com/tools/eclipse/where-is-the-eclipse-error-log-location/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:52:39 +0000</pubDate>
		<dc:creator>Ramraj Edagutti</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Eclipse error log location]]></category>
		<category><![CDATA[Eclipse error stacktrace]]></category>
		<category><![CDATA[Eclipse plug-in errors]]></category>

		<guid isPermaLink="false">http://www.ramraje.com/?p=265</guid>
		<description><![CDATA[Today I supposed to pull latest code  from perforce source control system and set up the project in eclipse and test it whether it is working or not. I finished setting up the project and published the all projects to eclipse tomcat directory, while starting the tomcat I was getting below error
Server Tomcat v5.5 Server [...]]]></description>
			<content:encoded><![CDATA[<p>Today I supposed to pull latest code  from perforce source control system and set up the project in eclipse and test it whether it is working or not. I finished setting up the project and published the all projects to eclipse tomcat directory, while starting the tomcat I was getting below error</p>
<p><code>Server Tomcat v5.5 Server at localhost failed to start.</code></p>
<p>And I was trying to find the reason for failing, and want to see the eclipse error logs. At this point of time I was not very sure about where the logs are kept for eclipse internal errors or eclipse exception stack trace. Then tried looking here and there in the eclipse, and finally found.</p>
<ol>
<li>Go to the pulg-in development perspective from open perspective at top right side.</li>
<li>Then you would be able to see Error log tab at bottom side of eclipse.</li>
<li>In Error log tab you can find the all eclipse errors.</li>
<li>Double click on the error to see more information</li>
</ol>
<p>You can also do below to see the Error log tab<br />
<code>Go to Window --&gt; Show view --&gt; General --&gt; Error log </code></p>
<p>To see more detailed error log information about eclipse internal errors or eclipse plug-in errors go to your {workspace-folder}/.metadata/.log file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ramraje.com/tools/eclipse/where-is-the-eclipse-error-log-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
