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 163021 - the project is not initialising
Summary: the project is not initialising
Status: RESOLVED DUPLICATE of bug 164580
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 6.x
Hardware: Other All
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-18 20:11 UTC by agaryog
Modified: 2009-06-08 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Messges Log file (99.37 KB, text/plain)
2009-04-18 20:14 UTC, agaryog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agaryog 2009-04-18 20:11:50 UTC
SEVERE [org.netbeans.core.modules]
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.uihandler.Installer
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at org.openide.util.SharedClassObject.createInstancePrivileged(SharedClassObject.java:641)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:1001)
	at org.openide.util.SharedClassObject$SetAccessibleAction.run(SharedClassObject.java:993)
	at java.security.AccessController.doPrivileged(Native Method)
	at org.openide.util.SharedClassObject.findObject(SharedClassObject.java:515)
[catch] at org.netbeans.core.startup.NbInstaller.close(NbInstaller.java:676)
	at org.netbeans.ModuleManager.shutDown(ModuleManager.java:1574)
	at org.netbeans.core.startup.ModuleSystem.shutDown(ModuleSystem.java:291)
	at org.netbeans.core.NbTopManager.doExit(NbTopManager.java:389)
	at org.netbeans.core.NbTopManager.exit(NbTopManager.java:345)
	at org.netbeans.core.NbTopManager$NbLifecycleManager.exit(NbTopManager.java:441)
	at org.netbeans.core.windows.view.ui.MainWindow$3.windowClosing(MainWindow.java:330)
	at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)
	at java.awt.AWTEventMulticaster.windowClosing(AWTEventMulticaster.java:332)
	at java.awt.Window.processWindowEvent(Window.java:1816)
	at javax.swing.JFrame.processWindowEvent(JFrame.java:279)
	at java.awt.Window.processEvent(Window.java:1774)
	at java.awt.Component.dispatchEventImpl(Component.java:4410)
	at java.awt.Container.dispatchEventImpl(Container.java:2116)
	at java.awt.Window.dispatchEventImpl(Window.java:2429)
	at java.awt.Component.dispatchEvent(Component.java:4240)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
Comment 1 agaryog 2009-04-18 20:14:16 UTC
Created attachment 80422 [details]
Messges Log file
Comment 2 mslama 2009-04-20 09:31:20 UTC
It looks like broken installation, missing/broken jar. Please try to reinstall IDE. Missing class is in
NBINSTDIR/nb6.5/modules/org-netbeans-modules-uihandler.jar. Its checksum depends on IDE version/update installed.
Comment 3 mslama 2009-04-29 14:08:57 UTC
No response. Please reopen if reinstallation does not help.
Comment 4 Marian Mirilovic 2009-06-08 09:15:42 UTC
reopen
Comment 5 Marian Mirilovic 2009-06-08 09:16:44 UTC

*** This issue has been marked as a duplicate of 164580 ***