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 271715 - IllegalArgumentException: Key contains code point U+0000
Summary: IllegalArgumentException: Key contains code point U+0000
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-27 15:39 UTC by diesil
Modified: 2018-03-29 15:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 230423


Attachments
stacktrace (1.25 KB, text/plain)
2017-10-27 15:39 UTC, diesil
Details
stacktrace (1.21 KB, text/plain)
2018-03-29 15:32 UTC, hmbritobn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description diesil 2017-10-27 15:39:16 UTC
Build: NetBeans IDE Dev (Build 201710250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9.0.1+11, Java(TM) SE Runtime Environment, 9.0.1+11
OS: Windows 10

User Comments:
diesil: With Java 9

GUEST: Appeared after IDE was started.

GUEST: Trying to open a maven project created in NetBeans 8.2

GUEST: Opening java shell




Stacktrace: 
java.lang.IllegalArgumentException: Key contains code point U+0000
   at java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:296)
   at org.netbeans.modules.maven.queries.MavenFileOwnerQueryImpl.registerCoordinates(MavenFileOwnerQueryImpl.java:176)
   at org.netbeans.modules.maven.ProjectOpenedHookImpl.registerWithSubmodules(ProjectOpenedHookImpl.java:454)
   at org.netbeans.modules.maven.ProjectOpenedHookImpl.projectOpened(ProjectOpenedHookImpl.java:161)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1298)
Comment 1 diesil 2017-10-27 15:39:18 UTC
Created attachment 165360 [details]
stacktrace
Comment 2 hmbritobn 2018-03-29 15:32:46 UTC
Created attachment 165694 [details]
stacktrace

I was creating a new Maven Java Project