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 246184 - The profiler does not start
Summary: The profiler does not start
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 8.0
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 09:34 UTC by scanti
Modified: 2015-04-21 17:56 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (505.09 KB, text/plain)
2014-08-01 09:34 UTC, scanti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description scanti 2014-08-01 09:34:42 UTC
I tried to profile my company RCP Application based on NetBeans 7.4 but I have the popup with a message like "Connecting to the client" and then nothing happens and I have to close the popup manually.
THe IDE log is full of Exceptions

java.lang.IllegalStateException: This must happen in the event thread!
	at org.openide.awt.Actions$Bridge.propertyChange(Actions.java:929)


Product Version = NetBeans IDE 8.0 (Build nbms-and-javadoc-1758-on-20140606)
Operating System = Windows 8 version 6.2 running on amd64
Java; VM; Vendor = 1.8.0_11
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.11-b03
Comment 1 scanti 2014-08-01 09:34:56 UTC
Created attachment 148469 [details]
IDE log
Comment 2 Jiri Skrivanek 2014-08-01 09:48:29 UTC
I am not sure about exceptions in the IDE log. But we know there is a bug in JDK8u11 which prevents profiler from running (see bug 245522). Please, go to project properties of your RCP application and in category Libraries set Java Platform other than JDK8u11. You can use for example JDK8u5. If this does not help please attach also content of the output window. Thank you.
Comment 3 Tomas Hurka 2015-04-21 17:56:50 UTC
Marking as incomplete until more info is available from reporter.