Community
Participate
Working Groups
I am seeing the following entries in the Error Log view. It look really suspicious, because decoration in the task list shows that bug 194973 does have local context, so there could be some synchronization issue, i.e. backup is running in parallel with some other processes that may be updating same files. -- Error Log -- Date: Tue Sep 04 23:51:00 EDT 2007 Message: Could not add https%3A%2F%2Fbugs.eclipse.org%2Fbugs-194973.xml.zip to zip Severity: Info Plugin ID: org.eclipse.mylyn Stack Trace: java.io.FileNotFoundException: C:\dev\workspace\.mylar\contexts\https%3A%2F%2Fbugs.eclipse.org%2Fbugs-194973.xml.zip (The system cannot find the file specified) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(FileInputStream.java:106) at org.eclipse.mylyn.internal.monitor.core.util.ZipFileUtil.addZipEntry(ZipFileUtil.java:176) at org.eclipse.mylyn.internal.monitor.core.util.ZipFileUtil.createZipFile(ZipFileUtil.java:153) at org.eclipse.mylyn.internal.tasks.ui.util.TaskDataExportJob.run(TaskDataExportJob.java:229) at org.eclipse.mylyn.internal.tasks.ui.TaskListBackupManager$ExportJob.run(TaskListBackupManager.java:220) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Rob: please check and update the handling of missing files of this sort.
Created attachment 80611 [details] mylyn/context/zip Had a quick look. I think recovery should be added but Eugene has a valid concern regarding concurrency that we should investigate further. Need to look into where save is taking place....
Concurrency issues of this nature have new been addressed.