Bug 57758 - auto-refresh error during startup
Summary: auto-refresh error during startup
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 M9   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 52360 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-04-07 12:02 EDT by Rafael Chaves CLA
Modified: 2004-05-27 11:36 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Chaves CLA 2004-04-07 12:02:04 EDT
i20040406

I was getting a error-in-background-job dialog caused by auto-refresh (log
entries below). Turns out that the reason was that I had a closed project that
had its contents deleted from disk. Deleting it made the error stop to happen.

The problems I see are:
- "LM.exceptions" message key does not exist
- there is no further detail on why a handle could not be created for that project
- the message in the sub-entry is supposed to have a code, a number I presume,
but it is repeating the resource path - looks like an error in the message catalog.

!ENTRY org.eclipse.core.resources 4 1 Apr 07, 2004 11:34:34.327
!MESSAGE Missing message: LM.exceptions in: org.eclipse.core.internal.utils.messages
!SUBENTRY 1 org.eclipse.core.resources 4 1 Apr 07, 2004 11:34:34.342
!MESSAGE Error creating handle for
D:\target\releasing\plugins\org.eclipse.junit.failure, code:
D:\target\releasing\plugins\org.eclipse.junit.failure.
Comment 1 John Arthorne CLA 2004-04-26 14:50:43 EDT
Test case:

1) Create project (I used a java project)
2) Create a linked folder that points to a new (out of sync) folder in the file
system in the same project content area
3) After auto-refresh, delete the project.

Error occurs.
Comment 2 John Arthorne CLA 2004-05-17 14:21:14 EDT
I have changed the win32 refresh daemon to just log these exceptions instead of
reporting them to the user.  These kinds of problems occur when entire projects
are unexpectedly deleted from the file system.
Comment 3 John Arthorne CLA 2004-05-27 11:36:07 EDT
*** Bug 52360 has been marked as a duplicate of this bug. ***