java.lang.ClassCastException: \\...\\ .\\हिñçêČάй語简??한\\.zᛗꊵᢠꋀ cannot be cast to \\...\\ .\\हिñçêČάй語简??한\\.Uᚹ͙ꎫ⣇ float package
at \\...\\ .\\हिñçêČάй語简??한\\.bꌅꃪꈪꊹ short.getRendererComponent(Unknown Source)
at org.jgraph.graph.AbstractCellView.getRendererComponent(AbstractCellView.java:564)
at org.jgraph.plaf.basic.BasicGraphUI.getPreferredSize(BasicGraphUI.java:351)
at org.jgraph.JGraph.updateAutoSize(JGraph.java:1256)
at org.jgraph.plaf.basic.BasicGraphUI$GraphModelHandler.graphChanged(BasicGraphUI.java:1720)
at org.jgraph.graph.DefaultGraphModel.fireGraphChanged(DefaultGraphModel.java:1069)
at org.jgraph.graph.DefaultGraphModel$GraphModelEdit.execute(DefaultGraphModel.java:1361)
at org.jgraph.graph.DefaultGraphModel.insert(DefaultGraphModel.java:484)
at org.jgraph.graph.GraphLayoutCache.insert(GraphLayoutCache.java:1300)
at org.jgraph.graph.GraphLayoutCache.insert(GraphLayoutCache.java:1451)
at org.jgraph.graph.GraphLayoutCache.insert(GraphLayoutCache.java:1399)
at \\...\\ .\\हिñçêČάй語简??한\\.iꋬꉏ⡲ꅋ.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:715)
at java.awt.EventQueue.access$400(EventQueue.java:82)
at java.awt.EventQueue$2.run(EventQueue.java:676)
at java.awt.EventQueue$2.run(EventQueue.java:674)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:86)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:685)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
|
175 KB
![]() |
230 KB
Might be ETableCellRenderer : Line 79.
com.aquafold.er.jgraph.ETableCell
Cannot be cast to :
com.aquafold.datastudio.queryanalyzer.SybaseASEExplainPlan.XMLGraph$3
attached log for Version: 14.0.15 and Build #: 38218 for Build Date: 2014-Jun-02 09:26:52 AM
attached log for Version: 14.0.15 and Build #: 38218 for Build Date: 2014-Jun-02 09:26:52 AM
That .run() method is from XMLGraph.build()->Runnable(). I think the problem is that you get getGraphLayoutCache() which is a global settings fro the Graph. If the ER Modeler sets a renderer first, then that will be used.
That .run() method is from XMLGraph.build()->Runnable(). I think the problem is that you get getGraphLayoutCache() which is a global settings fro the Graph. If the ER Modeler sets a renderer first, then that will be used.
TableCellView should not alter the renderer instance of base class VertexView. Instead, TableCellView should maintain its own class-level renderer.
TableCellView should not alter the renderer instance of base class VertexView. Instead, TableCellView should maintain its own class-level renderer.
Issue #12235 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 14.0.15 |
No time estimate |
Might be ETableCellRenderer : Line 79.
com.aquafold.er.jgraph.ETableCell
Cannot be cast to :
com.aquafold.datastudio.queryanalyzer.SybaseASEExplainPlan.XMLGraph$3