Eclipse: “'Periodic workspace save.' has encountered a pro‍blem.”

前端 未结 21 1299
谎友^
谎友^ 2020-12-24 11:56

I\'m using Eclipse Indigo on Mac 10.7.4. While working, I get these periodic, annoying dialogs

\'Periodic workspace save.\' has encountered a problem.

Coul         


        
相关标签:
21条回答
  • 2020-12-24 12:01

    I have the same problem since yesterday. Yesterday, I fixed it by creating a new workspace and reimporting the projects. It seemed to work well, but today it started again.

    So, today I created the folder and the file manually and gave the full permissions -rwxrwxrwx.

    Seems to work again...

    0 讨论(0)
  • 2020-12-24 12:02

    I had the same problem.

    'Periodic workspace save.' has encountered a problem. Could not write metadata for '/External Files'. D:\java\fuentes\.metadata\.plugins\org.eclipse.core.resources\.projects\External Files\.markers.snap (El sistema no puede hallar la ruta especificada)

    I created the folder "External Files" and it worked fine. In a few minutes the files ".markers.snap" and ".syncinfo.snap" appeared in this folder and the message didn´t appear any more.

    0 讨论(0)
  • 2020-12-24 12:05

    I fixed mine by closing eclipse and deleting the whole .metadata folder inside my workspace folder.

    0 讨论(0)
  • 2020-12-24 12:08

    Today I faced the same issue consistently, whenever I exit the eclipse. While trying the above solution provided by TS.xy, the below steps got rid of this issue for now.

    1. Switch to new workspace and close the Eclipse.
    2. Open the Eclipse with new workspace and after that switch to the actual workspace(in which exception occurs).
    3. Actual workspace loaded with all my previous projects.
    4. Now exiting the Eclipse, does not result in that exception.

    Hope that this step may work for someone.

    0 讨论(0)
  • 2020-12-24 12:09

    Just for another data point, none of the above helped my situation. The way I finally got past this issue is that each time Eclipse complained about some folder not being there, I went on my hard drive and created the folder. E.g. after I see

    Could not write metadata for '/servers'.
    C:\...\.metadata\.plugins\org.eclipse.core.resources\.projects\servers\.markers.snap (The system cannot find the path specified.)
    

    I create the "servers" folder (not the file inside it). This gets me to the next error. I went through 3-4 of these iterations (exiting Eclipse each time to force the save) before the issues went away.

    HTH, Mark

    0 讨论(0)
  • 2020-12-24 12:12

    This was simple for me -

    Solution

    1. (pre) the listed directory is not present, see pic
    2. Run Eclipse, see the error shown in pic below. Close Eclipse
    3. Create the directory (RemoteSystemsTempFiles) where it is looking

      • note: ignore the items in this folder (e.g. .markers), they are auto-generated
    4. Restart Eclipse, problem solved!

    Example Problem Message

    Not sure why this took me so long to resolve, but quite easy now, and quite obvious in retrospect! ;)...

    0 讨论(0)
提交回复
热议问题