| Summary: | Improve error handling and recovery from InternalError during externalization | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Joost Kraaijeveld <J.Kraaijeveld> | ||||
| Component: | Mylyn | Assignee: | Robert Elves <robert.elves> | ||||
| Status: | RESOLVED DUPLICATE | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.0 | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Joost Kraaijeveld
Created attachment 72446 [details]
Eclipse configuration
Is there any reason why Mylyn is not able to write into that directory? E.g. the files got created by a different user or with different permissions? Rob: in the least we need better error handling of the case where the the files cannot be written. (In reply to comment #2) > Is there any reason why Mylyn is not able to write into that directory? E.g. > the files got created by a different user or with different permissions? > > Rob: in the least we need better error handling of the case where the the files > cannot be written. We probably should add test if folder if writable and warn the user about that. The directory itself is writable by the user and Eclipse is started by the same user: see also the output of ls -al * in my bug report. Joost, is there anything special/custom about the linux distro you are using? Are you missing some gzip libraries perhaps? I'm not certain but java likely uses them for zipping on the linux platform. (In reply to comment #2) > Rob: in the least we need better error handling of the case where the the files > cannot be written. We can open a dialog reporting the failure to write. We could also revert to not zipping. Of course we'd have to check for these on reading as well so will take some time. (In reply to comment #5) > I'm not certain but java likely uses them for zipping on the linux platform. Unlikely, because same library is used to read jar archives. BTW, it isn't gcj by any chance? My distribution is Debian and my JDK is Sun's 1.5-11 for AMD64. I am not missing gzip libraries. As you can see there from the "ls" output and my remark in the initial bug report there are actually zip files created. I do have some light in my tunnel: after filing my bug report I decided to close down Eclipse, remove the complete .mylyn directory from the .metadata directory and restart Eclipse. I have not has the errors since. (In reply to comment #7) > I do have some light in my tunnel: after filing my bug report I decided to close > down Eclipse, remove the complete .mylyn directory from the .metadata directory > and restart Eclipse. I have not has the errors since. Okay great, please keep us posted. All externalization will be improved for 3.0. Tracking on bug#183683 *** This bug has been marked as a duplicate of bug 183683 *** |