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 242372 - AssertionError: Display name not defined: OptionsDialog/Java/Ant
Summary: AssertionError: Display name not defined: OptionsDialog/Java/Ant
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 15:50 UTC by Exceptions Reporter
Modified: 2014-07-14 14:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207982


Attachments
stacktrace (1.13 KB, text/plain)
2014-02-26 15:50 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-02-26 15:50:37 UTC
This bug was originally marked as duplicate of bug 218710, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
GUEST: java.lang.AssertionError: Display name not defined: OptionsDialog/Java/Ant
	at org.netbeans.modules.options.TabbedController.readPanels(TabbedController.java:330)
	at org.netbeans.modules.options.TabbedController.<init>(TabbedController.java:116)
	at org.netbeans.modules.options.OptionsCategoryImpl.create(OptionsCategoryImpl.java:120)
	at org.netbeans.modules.options.CategoryModel$Category.create(CategoryModel.java:378)
	at org.netbeans.modules.options.CategoryModel$Category.getLookup(CategoryModel.java:438)
	at org.netbeans.modules.options.CategoryModel$Category.access$000(CategoryModel.java:321)
	at org.netbeans.modules.options.CategoryModel$1.run(CategoryModel.java:97)
Caused: org.openide.util.RequestProcessor$SlowItem: task failed due to
	at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:1495)
	at org.netbeans.modules.options.CategoryModel$2.run(CategoryModel.java:119)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
[catch] at org.o

GUEST: <Please provide a description of the problem or the steps to reproduce>
just open a previous project versioned

paolosca: Opened Tools->Options

bingalls: Restarted NetBeans

GUEST: I opened up Tools > Options. The Options dialog box has a button image missing and some of my menu options are in Russian.




Stacktrace: 
java.lang.AssertionError: Display name not defined: OptionsDialog/Java/Ant
   at org.netbeans.modules.options.TabbedController.readPanels(TabbedController.java:343)
   at org.netbeans.modules.options.TabbedController.<init>(TabbedController.java:119)
   at org.netbeans.modules.options.OptionsCategoryImpl.create(OptionsCategoryImpl.java:117)
   at org.netbeans.modules.options.CategoryModel$Category.create(CategoryModel.java:383)
   at org.netbeans.modules.options.CategoryModel$Category.getLookup(CategoryModel.java:443)
   at org.netbeans.modules.options.CategoryModel$Category.access$000(CategoryModel.java:326)
Comment 1 Exceptions Reporter 2014-02-26 15:50:39 UTC
Created attachment 145601 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2014-07-14 14:28:40 UTC
From the last log report (the ones before that are from 121106) I see FileNotFoundException and MissingResourceException for com.codename1 related things and a warning for missing jdk. Then the AssertionError surfaces. IMHO this is the least important error happening here. In any case the AssertionError will not appear after http://hg.netbeans.org/core-main/rev/105300f853c5 as only a warning in the log will be shown. Closing this one. Thank you for reporting