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 270355 - reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait
Summary: reflect.InvocationTargetException at java.awt.EventQueue.invokeAndWait
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-11 06:52 UTC by javatlacati
Modified: 2017-04-11 06:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217725


Attachments
stacktrace (1.38 KB, text/plain)
2017-04-11 06:52 UTC, javatlacati
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javatlacati 2017-04-11 06:52:29 UTC
This issue was reported manually by javatlacati.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build 201704100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
javatlacati: Selecting Avaliable plugins tab

cezariusz: Just started NetBeans, edited and saved app.conf of my platform application.




Stacktrace: 
java.lang.reflect.InvocationTargetException
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1319)
   at java.awt.EventQueue.invokeAndWait(EventQueue.java:1294)
   at org.netbeans.modules.uihandler.Installer$SubmitInteractive.createDialog(Installer.java:2362)
   at org.netbeans.modules.uihandler.Installer$Submit.run(Installer.java:1982)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
Comment 1 javatlacati 2017-04-11 06:52:31 UTC
Created attachment 164074 [details]
stacktrace