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 26839 - Exception on install of Poseidon as new module
Summary: Exception on install of Poseidon as new module
Status: VERIFIED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-28 10:13 UTC by Gert Schmeltz Pedersen
Modified: 2008-12-22 16:39 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 Gert Schmeltz Pedersen 2002-08-28 10:13:23 UTC
Installing new module: Poseidon-Core
[org.netbeans.core.modules] *********** Exception occurred 
************ at Wed Aug 28 10:57:30 CEST 2002
java.lang.NoClassDefFoundError: 
org/netbeans/core/windows/WorkspaceImpl
	at 
org.argouml.modules.ArgoModule.createArgoWorkspaces
(Unknown Source)
	at org.argouml.modules.ArgoModule.installed
(Unknown Source)
	at org.netbeans.core.modules.NbInstaller.loadCode
(NbInstaller.java:327)
[catch] at org.netbeans.core.modules.NbInstaller.load
(NbInstaller.java:243)
	at org.netbeans.core.modules.ModuleManager.enable
(ModuleManager.java:665)
	at org.netbeans.core.modules.ModuleList.installNew
(ModuleList.java:519)
	at 
org.netbeans.core.modules.ModuleList$Listener.stepEnable
(ModuleList.java:1883)
	at 
org.netbeans.core.modules.ModuleList$Listener.access$1900
(ModuleList.java:1525)
	at org.netbeans.core.modules.ModuleList$5.run
(ModuleList.java:1742)
	at 
org.openide.filesystems.EventControl.runAtomicAction
(EventControl.java:89)
	at 
org.openide.filesystems.FileSystem.runAtomicAction
(FileSystem.java:416)
	at 
org.netbeans.core.modules.ModuleList$Listener.run
(ModuleList.java:1722)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:599)
Turning on modules:
	com.gentleware.poseidon.core [1.3.1 1.3.1]
*********** Exception occurred ************ at Wed Aug 28 
10:57:43 CEST 2002
java.lang.NullPointerException
	at javax.swing.DefaultDesktopManager.maximizeFrame
(DefaultDesktopManager.java:87)
	at 
javax.swing.plaf.basic.BasicInternalFrameUI.maximizeFrame
(BasicInternalFrameUI.java:629)
	at 
javax.swing.plaf.basic.BasicInternalFrameUI$InternalFramePr
opertyChangeListener.propertyChange
(BasicInternalFrameUI.java:437)
	at 
javax.swing.event.SwingPropertyChangeSupport.firePropertyCh
ange(SwingPropertyChangeSupport.java:264)
	at 
javax.swing.event.SwingPropertyChangeSupport.firePropertyCh
ange(SwingPropertyChangeSupport.java:232)
	at javax.swing.JComponent.firePropertyChange
(JComponent.java:3801)
	at javax.swing.JInternalFrame.setMaximum
(JInternalFrame.java:964)
	at 
org.netbeans.core.windows.frames.InternalFrameTypeImpl.setM
aximum(InternalFrameTypeImpl.java:356)
	at 
org.netbeans.core.windows.frames.InternalFrameTypeImpl.setS
tate(InternalFrameTypeImpl.java:272)
	at org.netbeans.core.windows.ModeImpl$8.run
(ModeImpl.java:1266)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:443)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:191)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:134)
	at java.awt.Dialog.show(Dialog.java:524)
	at org.netbeans.core.NbPresenter.superShow
(NbPresenter.java:688)
	at org.netbeans.core.NbPresenter.run
(NbPresenter.java:721)
	at org.openide.util.Mutex.doEventAccess
(Mutex.java:917)
	at org.openide.util.Mutex.readAccess
(Mutex.java:161)
	at org.netbeans.core.NbPresenter.show
(NbPresenter.java:702)
	at java.awt.Component.show(Component.java:1128)
	at java.awt.Component.setVisible
(Component.java:1083)
	at org.netbeans.core.NbTopManager$2.run
(NbTopManager.java:527)
	at org.openide.util.Mutex.doEventAccess
(Mutex.java:917)
	at org.openide.util.Mutex.readAccess
(Mutex.java:161)
	at org.netbeans.core.NbTopManager.notify
(NbTopManager.java:499)
	at org.netbeans.core.NotifyException$1.run
(NotifyException.java:142)
	at java.awt.event.InvocationEvent.dispatch
(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:443)
	at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:191)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:134)
	at java.awt.Dialog.show(Dialog.java:524)
	at javax.swing.JFileChooser.showDialog
(JFileChooser.java:696)
	at 
org.netbeans.modules.autoupdate.SelectModulesPanel.selectNb
mFiles(SelectModulesPanel.java:322)
	at 
org.netbeans.modules.autoupdate.SelectModulesPanel.addButto
nActionPerformed(SelectModulesPanel.java:205)
	at 
org.netbeans.modules.autoupdate.SelectModulesPanel.access$2
00(SelectModulesPanel.java:41)
	at 
org.netbeans.modules.autoupdate.SelectModulesPanel$2.action
Performed(SelectModulesPanel.java:137)
	at javax.swing.AbstractButton.fireActionPerformed
(AbstractButton.java:1767)
	at 
javax.swing.AbstractButton$ForwardActionEvents.actionPerfor
med(AbstractButton.java:1820)
	at 
javax.swing.DefaultButtonModel.fireActionPerformed
(DefaultButtonModel.java:419)
	at javax.swing.DefaultButtonModel.setPressed
(DefaultButtonModel.java:257)
	at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased
(BasicButtonListener.java:258)
	at java.awt.Component.processMouseEvent
(Component.java:5021)
	at java.awt.Component.processEvent
(Component.java:4818)
	at java.awt.Container.processEvent
(Container.java:1525)
	at java.awt.Component.dispatchEventImpl
(Component.java:3526)
	at java.awt.Container.dispatchEventImpl
(Container.java:1582)
	at java.awt.Component.dispatchEvent
(Component.java:3367)
	at 
java.awt.LightweightDispatcher.retargetMouseEvent
(Container.java:3359)
	at java.awt.LightweightDispatcher.processMouseEvent
(Container.java:3074)
	at java.awt.LightweightDispatcher.dispatchEvent
(Container.java:3004)
	at java.awt.Container.dispatchEventImpl
(Container.java:1568)
	at java.awt.Window.dispatchEventImpl
(Window.java:1581)
	at java.awt.Component.dispatchEvent
(Component.java:3367)
	at java.awt.EventQueue.dispatchEvent
(EventQueue.java:445)
	at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy
(EventDispatchThread.java:191)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy
(EventDispatchThread.java:144)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:138)
	at java.awt.EventDispatchThread.pumpEvents
(EventDispatchThread.java:130)
	at java.awt.EventDispatchThread.run
(EventDispatchThread.java:98)
Comment 1 _ ttran 2002-09-03 09:51:25 UTC
they (Poseidon/Argo) are calling non-API method in NB Core which
changed from release to release.  Report the bug to Poseidon


java.lang.NoClassDefFoundError: 
org/netbeans/core/windows/WorkspaceImpl
	at 
org.argouml.modules.ArgoModule.createArgoWorkspaces
(Unknown Source)
	at org.argouml.modules.ArgoModule.installed
(Unknown Source)
Comment 2 Marian Mirilovic 2003-07-23 17:17:03 UTC
Issue isn't on our side - verifying, closng.