Bug 242845 - Creating a directory with LFC behaves strange
Summary: Creating a directory with LFC behaves strange
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Geclipse (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Mateusz Pabis CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-01 05:29 EDT by Mathias Stümpert CLA
Modified: 2014-01-09 16:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Stümpert CLA 2008-08-01 05:29:38 EDT
When attempting to create a directory with LFC I first get an exception, afterwards the directory appears in my connection. When reexpanding this connection it takes some time but then I only get an exclamation mark instead of the directory content.

The exception is this one:

java.io.EOFException
at java.io.DataInputStream.readFully(Unknown Source)
at java.io.DataInputStream.readLong(Unknown Source)
at eu.geclipse.efs.lgp.internal.FileDesc.getFromStream(FileDesc.java:325)
at eu.geclipse.efs.lgp.internal.CnsGStatResponse.readFrom(CnsGStatResponse.java:47)
at eu.geclipse.efs.lgp.internal.CnsGStatRequest.sendTo(CnsGStatRequest.java:129)
at eu.geclipse.efs.lgp.internal.LFCServer.fetchFileDesc(LFCServer.java:536)
at eu.geclipse.efs.lgp.LFCStore.fetchFileDesc(LFCStore.java:344)
at eu.geclipse.efs.lgp.LFCStore.fetchInfo(LFCStore.java:271)
at eu.geclipse.core.filesystem.internal.filesystem.GEclipseFileStore.fetchInfo(GEclipseFileStore.java:334)
at org.eclipse.core.filesystem.provider.FileStore.fetchInfo(FileStore.java:275)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:87)
at org.eclipse.core.internal.resources.Folder.create(Folder.java:118)
at org.eclipse.ui.internal.ide.undo.FolderDescription.createExistentResourceFromHandle(FolderDescription.java:102)
at org.eclipse.ui.internal.ide.undo.AbstractResourceDescription.createResource(AbstractResourceDescription.java:87)
at org.eclipse.ui.ide.undo.WorkspaceUndoUtil.recreate(WorkspaceUndoUtil.java:527)
at org.eclipse.ui.ide.undo.AbstractResourcesOperation.recreate(AbstractResourcesOperation.java:133)
at org.eclipse.ui.ide.undo.AbstractCreateResourcesOperation.doExecute(AbstractCreateResourcesOperation.java:59)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation$1.run(AbstractWorkspaceOperation.java:206)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.ui.ide.undo.AbstractWorkspaceOperation.execute(AbstractWorkspaceOperation.java:204)
at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:511)
at org.eclipse.ui.dialogs.WizardNewFolderMainPage$4.run(WizardNewFolderMainPage.java:323)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)