Bugs item #1247080, was opened at 2005-07-28 13:27
Message generated for change (Comment added) made by michaudm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=1247080&group_id=118054
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: OpenJUMP - Toolbox and Buttons
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: resize "complex" task causes crash
Initial Comment:
Sometimes resizing a "complex" task causes the
following error:
java.lang.ClassCastException: java.lang.String
at java.lang.Integer.compareTo(Unknown Source)
at
com.vividsolutions.jump.util.Range$1.compare(Range.java:123)
at
com.vividsolutions.jump.util.Range$2.compare(Range.java:138)
at
com.vividsolutions.jump.util.Range.equals(Range.java:80)
at
com.vividsolutions.jump.util.LangUtil.bothNullOrEqual(LangUtil.java:85)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel$ColorThemingValue.equals(LayerTreeModel.java:80)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel.getIndexOfChild(LayerTreeModel.java:93)
at
com.vividsolutions.jump.workbench.ui.FirableTreeModelWrapper.getIndexOfChild(FirableTreeModelWrapper.java:71)
at
javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown
Source)
at
javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paintVerticalPartOfLeg(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown
Source)
at
javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at
javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
Source)
at
javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
at
javax.swing.JComponent._paintImmediately(Unknown Source)
at
javax.swing.JComponent.paintImmediately(Unknown Source)
at
javax.swing.RepaintManager.paintDirtyRegions(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.pumpEventsForHierarchy(Unknown
Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager.execute(TaskMonitorManager.java:112)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:133)
at
javax.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at
javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at
javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(UnknownSource)
at java.awt.Component.processMouseEvent(Unknown
Source)
at
javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at
java.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at
java.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Window.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(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)
Exception occurred during event dispatching:
java.lang.ClassCastException: java.lang.String
at java.lang.Integer.compareTo(Unknown Source)
at
com.vividsolutions.jump.util.Range$1.compare(Range.java:123)
at
com.vividsolutions.jump.util.Range$2.compare(Range.java:138)
at
com.vividsolutions.jump.util.Range.equals(Range.java:80)
at
com.vividsolutions.jump.util.LangUtil.bothNullOrEqual(LangUtil.java:85)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel$ColorThemingValue.equals(LayerTreeModel.java:80)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel.getIndexOfChild(LayerTreeModel.java:93)
at
com.vividsolutions.jump.workbench.ui.FirableTreeModelWrapper.getIndexOfChild(FirableTreeModelWrapper.java:71)
at
javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown
Source)
at
javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paintVerticalPartOfLeg(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown
Source)
at
javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at
javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
Source)
at
javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
at
javax.swing.JComponent._paintImmediately(Unknown Source)
at
javax.swing.JComponent.paintImmediately(Unknown Source)
at
javax.swing.RepaintManager.paintDirtyRegions(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.pumpEventsForHierarchy(Unknown
Source)
at java.awt.Dialog$1.run(Unknown Source)
at java.awt.Dialog.show(Unknown Source)
at java.awt.Component.show(Unknown Source)
at java.awt.Component.setVisible(Unknown Source)
at
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager.execute(TaskMonitorManager.java:112)
at
com.vividsolutions.jump.workbench.plugin.AbstractPlugIn$1.actionPerformed(AbstractPlugIn.java:133)
at
javax.swing.AbstractButton.fireActionPerformed(Unknown
Source)
at
javax.swing.AbstractButton$Handler.actionPerformed(Unknown
Source)
at
javax.swing.DefaultButtonModel.fireActionPerformed(Unknown
Source)
at
javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.AbstractButton.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown
Source)
at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(UnknownSource)
at java.awt.Component.processMouseEvent(Unknown
Source)
at
javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at
java.awt.LightweightDispatcher.retargetMouseEvent(Unknown
Source)
at
java.awt.LightweightDispatcher.processMouseEvent(Unknown
Source)
at
java.awt.LightweightDispatcher.dispatchEvent(Unknown
Source)
at java.awt.Container.dispatchEventImpl(Unknown
Source)
at java.awt.Window.dispatchEventImpl(Unknown
Source)
at java.awt.Component.dispatchEvent(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)
Exception in thread "AWT-EventQueue-0"
java.lang.ClassCastException: java.lang.String
at java.lang.Integer.compareTo(Unknown Source)
at
com.vividsolutions.jump.util.Range$1.compare(Range.java:123)
at
com.vividsolutions.jump.util.Range$2.compare(Range.java:138)
at
com.vividsolutions.jump.util.Range.equals(Range.java:80)
at
com.vividsolutions.jump.util.LangUtil.bothNullOrEqual(LangUtil.java:85)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel$ColorThemingValue.equals(LayerTreeModel.java:80)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel.getIndexOfChild(LayerTreeModel.java:93)
at
com.vividsolutions.jump.workbench.ui.FirableTreeModelWrapper.getIndexOfChild(FirableTreeModelWrapper.java:71)
at
javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown
Source)
at
javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paintVerticalPartOfLeg(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown
Source)
at
javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JViewport.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JSplitPane.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JLayeredPane.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JLayeredPane.paint(Unknown Source)
at
javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
Source)
at
javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
at
javax.swing.JComponent._paintImmediately(Unknown Source)
at
javax.swing.JComponent.paintImmediately(Unknown Source)
at
javax.swing.RepaintManager.paintDirtyRegions(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)
Exception in thread "AWT-EventQueue-0"
java.lang.ClassCastException: java.lang.String
at java.lang.Integer.compareTo(Unknown Source)
at
com.vividsolutions.jump.util.Range$1.compare(Range.java:123)
at
com.vividsolutions.jump.util.Range$2.compare(Range.java:138)
at
com.vividsolutions.jump.util.Range.equals(Range.java:80)
at
com.vividsolutions.jump.util.LangUtil.bothNullOrEqual(LangUtil.java:85)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel$ColorThemingValue.equals(LayerTreeModel.java:80)
at
com.vividsolutions.jump.workbench.model.LayerTreeModel.getIndexOfChild(LayerTreeModel.java:93)
at
com.vividsolutions.jump.workbench.ui.FirableTreeModelWrapper.getIndexOfChild(FirableTreeModelWrapper.java:71)
at
javax.swing.tree.VariableHeightLayoutCache.getNodeForPath(Unknown
Source)
at
javax.swing.tree.VariableHeightLayoutCache.getBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.getPathBounds(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paintVerticalPartOfLeg(Unknown
Source)
at
javax.swing.plaf.basic.BasicTreeUI.paint(Unknown Source)
at javax.swing.plaf.ComponentUI.update(Unknown
Source)
at
javax.swing.JComponent.paintComponent(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JViewport.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at javax.swing.JComponent.paintChildren(Unknown
Source)
at javax.swing.JComponent.paint(Unknown Source)
at
javax.swing.JComponent.paintWithOffscreenBuffer(Unknown
Source)
at
javax.swing.JComponent.paintDoubleBuffered(Unknown Source)
at
javax.swing.JComponent._paintImmediately(Unknown Source)
at
javax.swing.JComponent.paintImmediately(Unknown Source)
at
javax.swing.RepaintManager.paintDirtyRegions(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)
By "complex" I mean:
# lots of categories and layers
# some of the layers are color themed
The problem does not occur with simple tasks.
I can not tell you when exactly when a task is too
complex to be handled.
This submission is done by:
[email protected]
----------------------------------------------------------------------
>Comment By: michael michaud (michaudm)
Date: 2012-11-18 14:21
Message:
No more complaint for several years. Problem is probably solved.
----------------------------------------------------------------------
Comment By: Jukka Rahkonen (jratike80)
Date: 2012-09-05 03:07
Message:
Has anybody suffered from this within last few years or could we close the
bug?
----------------------------------------------------------------------
Comment By: Jonathan Aquino (jonathanaquino)
Date: 2005-08-13 18:39
Message:
Logged In: YES
user_id=1115604
For some reason, a String seems to be getting into an
Integer column, or vice versa ... Perhaps an assertion would
catch the problem early, helping to debug this?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=679906&aid=1247080&group_id=118054
------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel