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 247108 - Cannot start IDE on JDK9 if clipboard is not empty
Summary: Cannot start IDE on JDK9 if clipboard is not empty
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 8.1
Hardware: PC Linux
: P2 normal (vote)
Assignee: Stanislav Aubrecht
URL: https://bugs.openjdk.java.net/browse/...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-15 06:56 UTC by Vladimir Riha
Modified: 2014-09-19 14:10 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (10.36 KB, text/plain)
2014-09-15 06:56 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2014-09-15 06:56:47 UTC
Created attachment 149205 [details]
IDE log

I'm not able to start NetBeans with latest promoted JDK9 build, it fails with 

java.lang.InternalError: Default flavor mapping not found

See the attached log for details. Thanks


NetBeans IDE Dev (Build 201409150001) (#2da6c79a156c)
Linux version 3.13.0-32-generic running on i386
Java 1.9.0-ea; Java HotSpot(TM) Client VM 1.9.0-ea-b30; Oracle Corporation
Java(TM) SE Runtime Environment 1.9.0-ea-b30
Comment 1 Vladimir Riha 2014-09-15 08:55:48 UTC
The same happens on Windows8. On first attempt, the IDE started OK though and it threw this error after I tried to use clipboard. I haven't been able to start it again since then (perhaps OS restart that would empty clipboard would help)




NetBeans IDE Dev (Build 201409150001) (#2da6c79a156c)
Windows 8 version 6.2 running on amd64
Java 1.9.0-ea; Java HotSpot(TM) 64-Bit Server VM 1.9.0-ea-b30; Oracle Corporation
Java(TM) SE Runtime Environment 1.9.0-ea-b30
Comment 2 Vladimir Riha 2014-09-15 09:14:19 UTC
I think it is caused by "non empty" system clipboard. If clipboard is empty (e.g. after OS restart), IDE starts OK and seems to be without problem. If clipboard contains something, this error is thrown. If I use clipboard in e.g. browser while IDE is also running in background, the same error is immediately thrown in IDE even though it is not focused.

Reassigning to JDK problems.
Comment 3 Antonin Nebuzelsky 2014-09-19 12:30:48 UTC
Stando, you had a look at clipboard stuff recently...
Comment 4 Stanislav Aubrecht 2014-09-19 14:10:37 UTC
JDK problem: https://bugs.openjdk.java.net/browse/JDK-8055746