<?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 log location</title>
	<atom:link href="http://www.ramraje.com/tag/eclipse-error-log-location/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ramraje.com</link>
	<description>Software Programming Blog</description>
	<lastBuildDate>Mon, 19 Dec 2011 08:56:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.ramraje.com/tools/eclipse/where-is-the-eclipse-error-log-location/' addthis:title='where is the Eclipse error log location? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></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>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.ramraje.com/tools/eclipse/where-is-the-eclipse-error-log-location/' addthis:title='where is the Eclipse error log location? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_button_google_plusone" g:plusone:size="medium"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></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>

