Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 337671 - Error log entries : CoreException: Resource could not be decorated
Summary: Error log entries : CoreException: Resource could not be decorated
Status: CLOSED DUPLICATE of bug 337116
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Philipp Thun CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-20 16:41 EST by Robert Munteanu CLA
Modified: 2011-02-25 14:32 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Munteanu CLA 2011-02-20 16:41:08 EST
I have multiple error log entries similar to the one below in the error log. I can not link them to any workspace resource, nor do I see any odd behaviour - but then again the project is largeish - 9200 files and 840 directories.

-- Error Details --
Date: Sun Feb 20 23:33:27 EET 2011
Message: Errors occurred while applying Git decorations to resources.
Severity: Error
Product: Eclipse Platform 3.6.1.v201009090800 (org.eclipse.platform.ide)
Plugin: org.eclipse.egit.ui
Session Data:
eclipse.buildId=M20100909-0800
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86


Exception Stack Trace:
org.eclipse.core.runtime.CoreException: Resource could not be decorated
	at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.prepareDecoration(GitLightweightDecorator.java:314)
	at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.processDecoration(GitLightweightDecorator.java:276)
	at org.eclipse.egit.ui.internal.decorators.GitDecoratorJob.run(GitDecoratorJob.java:85)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Comment 1 Philipp Thun CLA 2011-02-24 10:58:39 EST
I have uploaded a change for review (http://egit.eclipse.org/r/2594) that removes these nasty errors. If you encounter at some point in time missing decorations, you can turn on tracing for EGit (org.eclipse.egit.ui, debug/ui/decoration) and will then see messages for resources that could not be decorated. If that is the case, please open a bug.
Comment 2 Matthias Sohn CLA 2011-02-25 14:32:19 EST

*** This bug has been marked as a duplicate of bug 337116 ***