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 268232 - AssertionError: Need to normalize E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web\javax\crypto\DashoA13*.(class java.io.File) was E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web\javax\crypto\DashoA1
Summary: AssertionError: Need to normalize E:\EntwKunden\webprojekte\Hogast2\HogastRoo...
Status: RESOLVED WONTFIX
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 12:07 UTC by stefan79
Modified: 2016-09-27 15:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226445


Attachments
stacktrace (8.62 KB, text/plain)
2016-09-27 12:07 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2016-09-27 12:07:24 UTC
Build: NetBeans IDE 8.2 (Build 201609230201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 8.1

User Comments:
stefan79: Debugging in a Java-File (Security-Class).




Stacktrace: 
java.lang.AssertionError: Need to normalize E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web\javax\crypto\DashoA13*.(class java.io.File) was E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web\javax\crypto\DashoA13*(class java.io.File)
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:154)
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:138)
   at org.openide.filesystems.FileUtil.normalizeFile(FileUtil.java:1630)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.getFileObject(FolderObj.java:124)
   at org.netbeans.api.java.classpath.GlobalPathRegistry.findResource(GlobalPathRegistry.java:384)
   at org.netbeans.modules.debugger.jpda.projects.SourcePathProviderImpl.getURL(SourcePathProviderImpl.java:633)
Comment 1 stefan79 2016-09-27 12:07:26 UTC
Created attachment 162239 [details]
stacktrace
Comment 2 Martin Entlicher 2016-09-27 15:15:48 UTC
The file path:
E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web\javax\crypto\DashoA13*.
looks wrong.
There should be a source root, which is likely:
E:\EntwKunden\webprojekte\Hogast2\HogastRoot\web

This is a configuration issue.