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 205295 - java.io.IOException: No such file or directory
Summary: java.io.IOException: No such file or directory
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2011-11-18 14:13 UTC by Jan Becicka
Modified: 2012-04-21 09:59 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183015


Attachments
stacktrace (1.23 KB, text/plain)
2011-11-18 14:13 UTC, Jan Becicka
Details
stacktrace (1.23 KB, text/plain)
2012-02-11 09:09 UTC, Jan Becicka
Details
stacktrace (1.23 KB, text/plain)
2012-02-13 09:18 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2011-11-18 14:13:24 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111171527)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-11M3527
OS: Mac OS X

Stacktrace: 
java.io.IOException: No such file or directory
   at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:0)
   at java.io.File.createNewFile(File.java:883)
   at org.netbeans.modules.bugtracking.ui.issue.cache.IssueStorage.getReferenceTime(IssueStorage.java:152)
   at org.netbeans.modules.bugtracking.ui.issue.cache.IssueCache.<init>(IssueCache.java:187)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository$Cache.<init>(BugzillaRepository.java:735)
   at org.netbeans.modules.bugzilla.repository.BugzillaRepository.getIssueCache(BugzillaRepository.java:384)
Comment 1 Jan Becicka 2011-11-18 14:13:26 UTC
Created attachment 113320 [details]
stacktrace
Comment 2 Jan Becicka 2012-02-11 09:09:55 UTC
Created attachment 115614 [details]
stacktrace
Comment 3 Jan Becicka 2012-02-13 09:18:56 UTC
Created attachment 115641 [details]
stacktrace
Comment 4 Tomas Stupka 2012-03-15 22:11:10 UTC
any idea how to reproduce?

thanks
Comment 5 Tomas Stupka 2012-03-22 21:22:58 UTC
Honza, you are the only one reporting this. Any idea how to reproduce?
Comment 6 Jan Becicka 2012-03-23 06:01:34 UTC
Sorry. I don't know...
Comment 7 Tomas Stupka 2012-04-19 20:57:27 UTC
fixed in core-main #c7be31dd3b6b
Comment 8 Quality Engineering 2012-04-21 09:59:25 UTC
Integrated into 'main-golden', will be available in build *201204210400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c7be31dd3b6b
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #205295 - java.io.IOException: No such file or directory