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 193125

Summary: [70cat] java.io.IOException: The system cannot find the path specified
Product: cnd Reporter: javydreamercsw <javydreamercsw>
Component: Code ModelAssignee: Vladimir Voskresensky <vv159170>
Status: RESOLVED FIXED    
Severity: normal CC: andrey_p
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174088
Attachments: stacktrace

Description javydreamercsw 2010-12-09 11:56:40 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
javydreamercsw: Tried the C++ model diagnostic option




Stacktrace: 
java.io.IOException: The system cannot find the path specified
   at java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:0)
   at java.io.File.checkAndCreate(File.java:1704)
   at java.io.File.createTempFile(File.java:1792)
   at org.netbeans.modules.cnd.modelui.actions.CodeModelDiagnosticAction.performAction(CodeModelDiagnosticAction.java:143)
   at org.netbeans.modules.cnd.modelui.actions.ProjectActionBase$1.run(ProjectActionBase.java:150)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl$2.run(ModelImpl.java:362)
Comment 1 javydreamercsw 2010-12-09 11:56:43 UTC
Created attachment 103829 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-15 18:04:02 UTC
fixed
http://hg.netbeans.org/cnd-main/rev/ef10a3f123f6
Comment 3 Quality Engineering 2010-12-16 06:43:05 UTC
Integrated into 'main-golden', will be available in build *201012160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ef10a3f123f6
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #193125 -  [70cat] java.io.IOException: The system cannot find the path specified