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 214539 - AssertionError: Need to normalize \ was C:\
Summary: AssertionError: Need to normalize \ was C:\
Status: RESOLVED DUPLICATE of bug 217026
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-20 21:41 UTC by dominikof
Modified: 2012-10-09 09:02 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189821


Attachments
stacktrace (5.89 KB, text/plain)
2012-06-20 21:41 UTC, dominikof
Details
stack trace (5.41 KB, text/plain)
2012-08-31 01:20 UTC, thomasbarnett
Details
stacktrace (5.89 KB, text/plain)
2012-09-22 09:56 UTC, stefanocrosta
Details
stacktrace (5.89 KB, text/plain)
2012-09-22 10:11 UTC, stefanocrosta
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dominikof 2012-06-20 21:41:33 UTC
Build: NetBeans IDE Dev (Build 201206160001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

Stacktrace: 
java.lang.AssertionError: Need to normalize \ was C:\
   at org.openide.filesystems.FileUtil.assertNormalized(FileUtil.java:141)
   at org.openide.filesystems.FileUtil.toFile(FileUtil.java:1016)
   at org.netbeans.modules.db.explorer.dlg.AddDriverDialog.setDriver(AddDriverDialog.java:202)
   at org.netbeans.modules.db.explorer.dlg.ChoosingDriverUI.updateState(ChoosingDriverUI.java:132)
   at org.netbeans.modules.db.explorer.dlg.ChoosingDriverUI.addNotify(ChoosingDriverUI.java:96)
   at java.awt.Container.addNotify(Container.java:2769)
Comment 1 dominikof 2012-06-20 21:41:36 UTC
Created attachment 121127 [details]
stacktrace
Comment 2 thomasbarnett 2012-08-31 01:20:58 UTC
Created attachment 123760 [details]
stack trace
Comment 3 thomasbarnett 2012-08-31 01:21:37 UTC
The same here

Product Version: NetBeans IDE 7.2 (Build 201207171143)
Java: 1.7.0_06; Java HotSpot(TM) 64-Bit Server VM 23.2-b09
System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
Comment 4 stefanocrosta 2012-09-22 09:56:09 UTC
Created attachment 124745 [details]
stacktrace
Comment 5 stefanocrosta 2012-09-22 10:11:10 UTC
Created attachment 124746 [details]
stacktrace

Services -> Databases -> RIght Click -> Create New Connection

I managed to create a first one (MySQL) but I now can't create any more
Comment 6 Jaroslav Havlin 2012-10-05 11:05:27 UTC
Probably duplicate of 217026.
Thanks for reporting.

*** This bug has been marked as a duplicate of bug 217026 ***