BTW our "Local VCS" might help you to restore your code after such crashes even if they were not in the source code repository.
Best regards, Valentin Kipiatkov ----------------------------------------------------------- IntelliJ Software, http://www.intellij.com/ "Develop with pleasure" ----------------------------------------------------------- ----- Original Message ----- From: "Jonas Kvarnstr�m" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 11, 2002 3:50 PM Subject: [Eap-list] #602: Exception when the disk is full > I just ran out of quota on my SMB-mounted home directory where I keep > all source files. > > As a result, when I tried to save all modified files, I got an internal > assertion dialog. I also got an exception, and then a message about the > file having changed both on disk and in memory. I chose to reload > (since I didn't know what had happened) and ended up with an empty > source file. The file is now 0 bytes on disk. > > Fortunately I have everything in a source code repository so I can just > revert to the previous version and redo my changes. > > Here's the exception I got: > > [1870859] ERROR - psi - > java.io.IOException: The specified server cannot perform the requested > operation > > at java.io.FileOutputStream.writeBytes(Native Method) > at java.io.FileOutputStream.write(FileOutputStream.java(Compiled > Code)) > at > java.io.BufferedOutputStream.write(BufferedOutputStream.java(Compiled > Code)) > at com.intellij.vfs.local.a.write(a.java:9) > at java.io.OutputStreamWriter.write(OutputStreamWriter.java:190) > at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:120) > at java.io.BufferedWriter.write(BufferedWriter.java:215) > at java.io.Writer.write(Writer.java(Compiled Code)) > at com.intellij.psi.impl.v.d(v.java:362) > at com.intellij.psi.impl.v.a(v.java:355) > at com.intellij.psi.impl.m.run(m.java:6) > at com.intellij.vfs.VirtualFileManager.b(VirtualFileManager.java:89) > at com.intellij.psi.impl.v.c(v.java:351) > at com.intellij.ide.util.t.run(t.java:2) > at com.intellij.command.a.b.a(b.java:10) > at com.intellij.ide.util.ApplicationUtil.b(ApplicationUtil.java:11) > at > com.intellij.ide.actions.SaveAllAction.actionPerformed(SaveAllAction. > java:2) > at > com.intellij.ide.desktop.impl.IdeMainFrame.processKeyEvent(IdeMainFra > me.java:60) > at > com.intellij.ide.desktop.impl.IdeMainFrame.a(IdeMainFrame.java:87) > at com.intellij.editor.b.f.a(f.java(Compiled Code)) > at com.intellij.editor.b.t.a(t.java:826) > at com.intellij.editor.b.t.a(t.java:774) > at com.intellij.editor.b.t.a(t.java:372) > at com.intellij.editor.b.c.keyPressed(c.java:6) > at java.awt.Component.processKeyEvent(Component.java:3733) > at javax.swing.JComponent.processKeyEvent(JComponent.java:2103) > at java.awt.Component.processEvent(Component.java(Compiled Code)) > at java.awt.Container.processEvent(Container.java(Compiled Code)) > at java.awt.Component.dispatchEventImpl(Component.java(Compiled > Code)) > at java.awt.Container.dispatchEventImpl(Container.java(Compiled > Code)) > at java.awt.Component.dispatchEvent(Component.java(Compiled Code)) > at > java.awt.LightweightDispatcher.processKeyEvent(Container.java:2169) > at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2149) > at java.awt.Window.dispatchEventImpl(Window.java(Compiled Code)) > at java.awt.Window.dispatchEventImpl(Window.java(Compiled Code)) > at java.awt.Component.dispatchEvent(Component.java(Compiled Code)) > at java.awt.EventQueue.dispatchEvent(EventQueue.java(Compiled Code)) > at > java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java(Co > mpiled Code)) > at > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java(Comp > iled Code)) > at java.awt.EventDispatchThread.run(EventDispatchThread.java:90) > > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
