| Summary: | ResourceException restarting workspace | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Debug | Assignee: | Project Inbox <jsdt.debug-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Simon Kaegi <simon_kaegi> |
| Severity: | normal | ||
| Priority: | P3 | CC: | thatnitind |
| Version: | 3.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Michael Rennie
just working in may target I just got the following error pop up in my face: "periodic workspace save encountered an error" with the following stacktrace: java.io.FileNotFoundException: /home/mrennie/workspaces/target/.metadata/.plugins/org.eclipse.core.resources/.projects/External JavaScript Source/.markers.snap (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:177) at java.io.FileOutputStream.<init>(FileOutputStream.java:102) at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:43) at org.eclipse.core.internal.localstore.SafeChunkyOutputStream.<init>(SafeChunkyOutputStream.java:39) at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1662) at org.eclipse.core.internal.resources.SaveManager.visitAndSnap(SaveManager.java:1742) at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1145) at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1087) at org.eclipse.core.internal.resources.DelayedSnapshotJob.run(DelayedSnapshotJob.java:44) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) marking as worksforme, I have not seen the exception again since I opened the bug. |