Hi,
> Warning: Cannot convert string "MetaCtrl<Key>Insert" to type VirtualBinding
This is a typo somewhere in the Java distribution -- there should be a space
between "Meta" and "Ctrl". Ignore this.
> java.lang.NullPointerException
> at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(Unknown
> Source)
> at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(Unknown
> Source)
> at javax.swing.plaf.metal.MetalComboBoxUI.getMinimumSize(Unknown
> Source)
> at javax.swing.plaf.basic.BasicComboBoxUI.getPreferredSize(Unknown
> Source)
> at javax.swing.JComponent.getPreferredSize(Unknown Source)
> at java.awt.BorderLayout.preferredLayoutSize(Unknown Source)
> at java.awt.Container.preferredSize(Unknown Source)
> at java.awt.Container.getPreferredSize(Unknown Source)
> at javax.swing.JComponent.getPreferredSize(Unknown Source)
> at java.awt.BorderLayout.layoutContainer(Unknown Source)
> at java.awt.Container.layout(Unknown Source)
> at java.awt.Container.doLayout(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validate(Unknown Source)
> at javax.swing.RepaintManager.validateInvalidComponents(Unknown
> Source)
> at
> javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
> at java.awt.event.InvocationEvent.dispatch(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> Source)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.run(Unknown Source)
> java.lang.NullPointerException
> at javax.swing.plaf.basic.BasicComboBoxUI.getDisplaySize(Unknown
> Source)
> at javax.swing.plaf.basic.BasicComboBoxUI.getMinimumSize(Unknown
> Source)
> at javax.swing.plaf.metal.MetalComboBoxUI.getMinimumSize(Unknown
> Source)
> at javax.swing.plaf.basic.BasicComboBoxUI.getPreferredSize(Unknown
> Source)
> at javax.swing.JComponent.getPreferredSize(Unknown Source)
> at java.awt.BorderLayout.preferredLayoutSize(Unknown Source)
> at java.awt.Container.preferredSize(Unknown Source)
> at java.awt.Container.getPreferredSize(Unknown Source)
> at javax.swing.JComponent.getPreferredSize(Unknown Source)
> at java.awt.BorderLayout.layoutContainer(Unknown Source)
> at java.awt.Container.layout(Unknown Source)
> at java.awt.Container.doLayout(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validateTree(Unknown Source)
> at java.awt.Container.validate(Unknown Source)
> at javax.swing.RepaintManager.validateInvalidComponents(Unknown
> Source)
> at
> javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(Unknown Source)
> at java.awt.event.InvocationEvent.dispatch(Unknown Source)
> at java.awt.EventQueue.dispatchEvent(Unknown Source)
> at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown
> Source)
> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
> at java.awt.EventDispatchThread.run(Unknown Source)
If you look through this you'll notice that nowhere is the GLI code
(org.greenstone.gatherer.*) mentioned. This means the exception is completely
within the Sun Java code. I'm sure the GLI code is causing it indirectly, but we
haven't been able to track it down yet. You can ignore this also.
Regards,
Michael |