Community
Participate
Working Groups
I have trouble with updates. When I try to update Unexpected error appears and update process fails. Unfortunately I don't know how i can take stack trace for more details. See screenshot.
Created attachment 113988 [details] The screenshot
Please attach your error log file (workspace/.metadata/.log).
Created attachment 114919 [details] Log file Log file attached
What did you update from (Eclipse SDK, JEE package, etc.). How did you trigger the update?
Also could you please attach the list of repositories that you had installed (Available software > Manage Sites...> Export). Thx
>What did you update from (Eclipse SDK, JEE package, etc.). Eclipse SDK with JEE components. >How did you trigger the update? 1. Menu: Help/Software Updates... 2. Select components for update: all, any or none. 3. Button: Update...
Created attachment 115012 [details] repositories >Also could you please attach the list of repositories that you had installed (Available software > Manage Sites...> Export). Thx Done
After starting eclipse.exe -clean the problem is gone.
Created attachment 115041 [details] First cut at a patch
The loading of repository (artifact or metadata) is not safe and can cause unexpected failures. I have attached a preliminary patch wrapping the load call with an ISafeRunnable, but I'm not sure if we would not be better off doing the exception handling ourselves.
Fixed in AbstractRepositoryManager in HEAD. Added FailingMetadataRepositoryFactory as a test case.