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 202087 - java.io.SyncFailedException: D:\projetos\Multipla\stapHibernateJPA\release\modules\ext\DaoMultip.jar
Summary: java.io.SyncFailedException: D:\projetos\Multipla\stapHibernateJPA\release\mo...
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-13 20:59 UTC by dba-daniel
Modified: 2011-10-30 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181135


Attachments
stacktrace (3.42 KB, text/plain)
2011-09-13 20:59 UTC, dba-daniel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dba-daniel 2011-09-13 20:59:02 UTC
This bug was originally marked as duplicate of bug 152366, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows 7

User Comments:
dba-daniel: when I tried to reload one jar file in module project.
as workaround I close the netbeans and reload again the jar and work fine.

thanks




Stacktrace: 
java.io.SyncFailedException: D:\projetos\Multipla\stapHibernateJPA\release\modules\ext\DaoMultip.jar
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:353)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:300)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:267)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:265)
   at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:270)
Comment 1 dba-daniel 2011-09-13 20:59:07 UTC
Created attachment 110726 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-10-12 08:07:36 UTC
Just an IOException. apisupport.project.Util.copyClassPathExtensionJar should be ready to get them.
Comment 3 Jesse Glick 2011-10-28 23:15:51 UTC
core-main #29628875ebe4
Comment 4 Quality Engineering 2011-10-30 15:11:23 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/29628875ebe4
User: Jesse Glick <jglick@netbeans.org>
Log: #202087: java.io.SyncFailedException: D:\projetos\Multipla\stapHibernateJPA\release\modules\ext\DaoMultip.jar
Suppresses exception dialog. Does not address root problem that prevented copying, whatever that was (no steps to reproduce).