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

Summary: java.io.FileNotFoundException: C:\Documents and Settings\Martin Jamszolik\Local Settings\Temp\vcs-1234538030676\ondemand-test.properties (The system cannot find the path specified)
Product: versioncontrol Reporter: mjreged <mjreged>
Component: CodeAssignee: issues@versioncontrol <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=145020
Issue Type: DEFECT Exception Reporter: 145020
Attachments: stacktrace
message log

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 ***