[
https://issues.apache.org/jira/browse/FELIX-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479361
]
Richard S. Hall commented on FELIX-248:
---------------------------------------
I was running Sun SE 1.4.2 under Ubuntu, so I tried Sun SE 1.6.0 and still
wasn't able to reproduce after many runs.
I can think of one way to try to resolve this. How about modifying each plugin
to have a synchronized stop() method which will be called from the
Activator.stop() to inform each plugin that its context is no longer valid? Any
better ideas?
> Executing "shutdown" within the shellGUI often causes a stack trace
> -------------------------------------------------------------------
>
> Key: FELIX-248
> URL: https://issues.apache.org/jira/browse/FELIX-248
> Project: Felix
> Issue Type: Bug
> Reporter: Tim Moloney
> Priority: Trivial
>
> Executing "shutdown" within the shellGUI often causes the following stack
> trace.
> Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException:
> Invalid BundleContext.
> at
> org.apache.felix.framework.BundleContextImpl.checkValidity(BundleContextImpl.java:458)
> at
> org.apache.felix.framework.BundleContextImpl.getBundles(BundleContextImpl.java:145)
> at
> org.apache.felix.shell.gui.plugin.BundleListPlugin$SimpleTableModel.getRowCount(BundleListPlugin.java:285)
> at javax.swing.JTable.getRowCount(JTable.java:2597)
> at
> javax.swing.plaf.basic.BasicTableUI.createTableSize(BasicTableUI.java:1641)
> at
> javax.swing.plaf.basic.BasicTableUI.getPreferredSize(BasicTableUI.java:1682)
> at javax.swing.JComponent.getPreferredSize(JComponent.java:1627)
> at
> javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:769)
> at java.awt.Container.layout(Container.java:1432)
> at java.awt.Container.doLayout(Container.java:1421)
> at java.awt.Container.validateTree(Container.java:1519)
> at java.awt.Container.validate(Container.java:1491)
> at
> javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.java:639)
> at
> javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:127)
> at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
> at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
> 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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.