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 194100

Summary: [70cat] IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ortijaus\LOCALS~1\Temp\$_UNRESOLVED_CND_MODEL_FILE_5858$ instead of C:\Documents and Settings\ortijaus\Local Settings\Temp\
Product: cnd Reporter: javydreamercsw <javydreamercsw>
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 175649
Attachments: stacktrace
stacktrace

Description javydreamercsw 2011-01-06 18:55:13 UTC
Build: NetBeans IDE Dev (Build 201101040001)
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: Trying to get to definition (Ctrl+click)




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\DOCUME~1\ortijaus\LOCALS~1\Temp\$_UNRESOLVED_CND_MODEL_FILE_5858$ instead of C:\Documents and Settings\ortijaus\Local Settings\Temp\$_UNRESOLVED_CND_MODEL_FILE_5858$
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1006)
   at org.netbeans.modules.remote.impl.fs.LocalFileSystemProvider.urlToFileObject(LocalFileSystemProvider.java:215)
   at org.netbeans.modules.remote.spi.FileSystemProvider.urlToFileObject(FileSystemProvider.java:201)
   at org.netbeans.modules.cnd.remote.fs.CndFileSystemProviderImpl.toFileObjectImpl(CndFileSystemProviderImpl.java:81)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider$DefaultProvider.toFileObjectImpl(CndFileSystemProvider.java:171)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider.toFileObject(CndFileSystemProvider.java:103)
Comment 1 javydreamercsw 2011-01-06 18:55:16 UTC
Created attachment 104769 [details]
stacktrace
Comment 2 Alexander Simon 2011-01-17 14:00:10 UTC
Created attachment 105067 [details]
stacktrace
Comment 3 Vladimir Kvashin 2011-01-17 17:36:19 UTC
the 1-st stack has already been fixed
Comment 5 Quality Engineering 2011-01-19 06:34:33 UTC
Integrated into 'main-golden', will be available in build *201101190000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/968db7a421a4
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #194100 -  [70cat] IllegalArgumentException: Parameter file was not normalized.