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 236319 - MESDK Tools plugins installation breaks Netbeans
Summary: MESDK Tools plugins installation breaks Netbeans
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 11:58 UTC by superalexf
Modified: 2013-09-25 08:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description superalexf 2013-09-24 11:58:24 UTC
Product Version = NetBeans-dev-javame8-4-on-20130914-full.zip
Operating System = Windows 7 64bit
Java; VM; Vendor = 1.7.0_40-b43
Runtime = Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)

The location where the build was downloaded is 
http://deadlock.netbeans.org/job/javame8/lastBuild 

Right after installation of MESDK Tools plugins the following exception is printed endlessly into messages.log. It prevents from opening any dialog from the main Netbeans menu.

SEVERE [global]
java.lang.NoSuchMethodError: org.openide.NotifyDescriptor.isNoDefaultClose()Z
	at org.netbeans.core.windows.services.NbPresenter.initialize(NbPresenter.java:252)
	at org.netbeans.core.windows.services.NbPresenter.<init>(NbPresenter.java:202)
	at org.netbeans.core.windows.services.NbDialog.<init>(NbDialog.java:67)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:152)
	at org.netbeans.core.windows.services.DialogDisplayerImpl$1.run(DialogDisplayerImpl.java:116)
	at org.openide.util.Mutex.doEventAccess(Mutex.java:1368)
	at org.openide.util.Mutex.readAccess(Mutex.java:278)
	at org.netbeans.core.windows.services.DialogDisplayerImpl.createDialog(DialogDisplayerImpl.java:116)
	at org.netbeans.core.NotifyExcPanel.<init>(NotifyExcPanel.java:190)
	at org.netbeans.core.NotifyExcPanel.<init>(NotifyExcPanel.java:98)
	at org.netbeans.core.NotifyExcPanel$2.run(NotifyExcPanel.java:344)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
	at java.awt.EventQueue.access$200(EventQueue.java:103)
	at java.awt.EventQueue$3.run(EventQueue.java:694)
	at java.awt.EventQueue$3.run(EventQueue.java:692)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
[catch] at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


There is the following workaround. Tools -> Plugins -> Updates -> Update of IDE Platform.
Comment 1 alexander.burdukov 2013-09-24 12:46:48 UTC
Component field is cleared since it does not relate to ME SDK plugins, this is some kind of generic issue
Comment 2 Roman Svitanic 2013-09-25 08:08:43 UTC
I've merged trunk into javame8 preview branch. This should solve this particular issue.

New build (5) with fix is available:
http://deadlock.netbeans.org/job/javame8/lastSuccessfulBuild/artifact/nbbuild/NetBeans-dev-javame8-5-on-20130925-full.zip