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 158533 - java.io.FileNotFoundException: C:\Documents and Settings\Martin Jamszolik\Local Settings\Temp\vcs-1234538030676\ondemand-test.properties (The system cannot find the path specified)
Summary: java.io.FileNotFoundException: C:\Documents and Settings\Martin Jamszolik\Loc...
Status: RESOLVED DUPLICATE of bug 151406
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 15:10 UTC by mjreged
Modified: 2009-02-19 23:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145020


Attachments
stacktrace (1.22 KB, text/plain)
2009-02-13 15:10 UTC, mjreged
Details
message log (27.31 KB, text/plain)
2009-02-14 08:18 UTC, Ondrej Vrabec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mjreged 2009-02-13 15:10:21 UTC
Build: NetBeans IDE Dev (Build 200902121452)
VM: Java HotSpot(TM) Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP, 5.1, x86

User Comments:
mjreged: Was Just viewing my project maven Tree and expanded Other Test Sources

GUEST: It seems that netbeans is trying to seek local history for file which doesn't have history

mjreged: Was just searching for a class in a project, once found i opened it

GUEST: this exception happen when i tried to open file, that is not on the mentioned path.

GUEST: The file is opened when the project is opened. This error was received but it still found and opened the file.

GUEST: Just opened netbeans :)

mjreged: Was Just viewing my project maven Tree and expanded Other Test Sources



Stacktrace: 
java.io.FileNotFoundException: C:\Documents and Settings\Martin Jamszolik\Local Settings\Temp\vcs-1234538030676\ondemand-test.properties (The system cannot find the path specified)
        at java.io.FileOutputStream.open(FileOutputStream.java:0)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at org.netbeans.modules.clearcase.Clearcase.getOriginalFile(Clearcase.java:320)
        at org.netbeans.modules.clearcase.ClearcaseVCS.getOriginalFile(ClearcaseVCS.java:144)
        at org.netbeans.modules.versioning.diff.DiffSidebar.getText(DiffSidebar.java:779)
Comment 1 mjreged 2009-02-13 15:10:30 UTC
Created attachment 76973 [details]
stacktrace
Comment 2 Ondrej Vrabec 2009-02-14 08:18:06 UTC
Created attachment 76989 [details]
message log
Comment 3 Ondrej Vrabec 2009-02-14 08:19:33 UTC
reproduced randomly also in mercurial.
Message log contains two messages, the first saying 'cannot delete' caused by non-existence of a folder, the second
saying 'cannot get original file' - seems the tempfolder is never created???
Comment 4 Ondrej Vrabec 2009-02-16 16:50:18 UTC

*** This issue has been marked as a duplicate of 151406 ***