This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 188347 - java.io.SyncFailedException: /home/hanta/Proyectos/Gestion Transportes/gt-application/gt-gui/src/main/java/org/hanta/gt/gui/mantenimientos/tarifa/ConsTarifaUnidadRepartoPanel_1.form
Summary: java.io.SyncFailedException: /home/hanta/Proyectos/Gestion Transportes/gt-app...
Status: RESOLVED DUPLICATE of bug 189427
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-03 11:34 UTC by hanta
Modified: 2010-10-11 07:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165511


Attachments
stacktrace (2.21 KB, text/plain)
2010-07-03 11:34 UTC, hanta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hanta 2010-07-03 11:34:21 UTC
This bug was originally marked as duplicate of bug 131943, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 6.8 (Build 100326-unknown-revn)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.3-b01, Java(TM) SE Runtime Environment, 1.6.0_20-b02
OS: Linux

User Comments:
hanta: Refactor copy of a JPanel class (has .form classes)

GUEST: I was profiling a program that tends to recurse very deeply.




Stacktrace: 
java.io.SyncFailedException: /home/hanta/Proyectos/Gestion Transportes/gt-application/gt-gui/src/main/java/org/hanta/gt/gui/mantenimientos/tarifa/ConsTarifaUnidadRepartoPanel_1.form
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:0)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:0)
Comment 1 hanta 2010-07-03 11:34:24 UTC
Created attachment 100586 [details]
stacktrace
Comment 2 Jan Jancura 2010-07-15 13:38:22 UTC
Looks like FS issue.
Comment 3 Jaroslav Tulach 2010-07-16 10:36:50 UTC
SyncFailedException is IOException. Filesystems are allowed to throw IOException from the createData method. Moving back to refactoring. Probably you want to resolve IOException more politely than by rethrowing as IllegalStateException.
Comment 4 Exceptions Reporter 2010-09-13 20:56:44 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=165511
Comment 5 Jan Becicka 2010-10-11 07:08:21 UTC

*** This bug has been marked as a duplicate of bug 189427 ***