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 230302

Summary: java.io.IOException: Periodo di timeout del semaforo scaduto
Product: java Reporter: williambacchi
Component: SourceAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: tzezula
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200940
Attachments: stacktrace

Description williambacchi 2013-05-27 08:07:29 UTC
Build: NetBeans IDE Dev (Build 201305232300)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows XP

User Comments:
williambacchi: running a web application




Stacktrace: 
java.io.IOException: Periodo di timeout del semaforo scaduto
   at java.io.FileOutputStream.writeBytes(FileOutputStream.java:0)
   at java.io.FileOutputStream.write(FileOutputStream.java:318)
   at org.openide.filesystems.FileUtil.copy(FileUtil.java:549)
   at org.netbeans.modules.java.source.usages.BuildArtifactMapperImpl.copyFile(BuildArtifactMapperImpl.java:451)
   at org.netbeans.modules.java.source.usages.BuildArtifactMapperImpl.classCacheUpdated(BuildArtifactMapperImpl.java:410)
   at org.netbeans.modules.java.source.usages.ClassIndexEventsTransaction.commit(ClassIndexEventsTransaction.java:218)
Comment 1 williambacchi 2013-05-27 08:07:32 UTC
Created attachment 134932 [details]
stacktrace
Comment 2 Tomas Zezula 2013-05-27 10:47:28 UTC
Please if you are able to reproduce we need to know who holds the loch or opened handler on the file.
This can be easily find out by MS Process Monitor, http://technet.microsoft.com/en-us/sysinternals/bb896645