vote up 5 vote down star
3

Periodically (during autosave) and at close i get:

Problems saving workspace

(X) Problems occurred while trying to save the state of the workbench.

Details >>
  Could not write metadata for '/projectname'. 
  encoded string too long: 123456 bytes

Can't find a reason or solution for this using the usual means. Any ideas how to fix? THis is using eclipse 3.4 (Ganymede)

flag

37% accept rate

4 Answers

vote up 1 vote down

It should relate to a bug in DataOuputStream that it cannot writeUTF with longer then 65535 utflen.

If I were you, I will try to find a way to reduce the data size, and I will submit bug report to Eclipse and JRE.

link|flag
vote up 1 vote down

Started having the same issues under Vista x64. The latest JRE appears to not have the same DataOuputStream limitation so installing it fixes the annoyance.

link|flag
Bizarre. Out of nowhere the issue is back. Oh well, I have largely switched to Komodo since then =) – Dmitry Kichenko Apr 21 at 16:11
This same bug is still around in Java 6u15 on XP 32-bit under Eclipse Ganymede. I'm tempted to switch to Galileo to fix it, but since my project manager mandates which version we use, I can't. – R. Bemrose Sep 15 at 14:31
vote up 0 vote down

An observation I've made about these occurrences for me is that they only occur on newly created projects during the same Eclipse session that I created the project. Once I restart Eclipse, I don't see the issue again until the next time I create a new project.

Has anyone else noticed this about the occurrences of the error for them?

link|flag
vote up -1 vote down

It's not a write permissions or disk-space issue. I'm getting the same problem on Eclipse 3.5 M4. No troubles with 3.4.1.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.