ClassCastException on right-click of heading in DB connection settings
a
anonymous
started a topic
almost 13 years ago
[This topic is migrated from our old forums. The original author name has been removed]
Hello,
When I right-click one of the category headings (e.g., Connection, Authentication, Options) on a Database Connections settings view, I get the following error and stack trace. This is 100% reproducible for me.
Thanks.
-------------
An internal error occurred in:
java.lang.ClassCastException: com.jidesoft.grid.a cannot be cast to com.onseven.dbvis.h.E.A.N$A
The error may have affected the application state. Please notify vendor.
Stack Trace:
java.lang.ClassCastException: com.jidesoft.grid.a cannot be cast to com.onseven.dbvis.h.E.A.N$A
at com.onseven.dbvis.h.E.A.A$2.ā(Z:1890)
at com.onseven.dbvis.h.E.A.A$2.mouseReleased(Z:1072)
at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
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.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at com.onseven.dbvis.L.A.V.dispatchEvent(Z:483)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(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)
System Information:
Product: DbVisualizer Free 8.0.7
Build: #1743 (2011/12/22 14:30)
Java VM: Java HotSpot(TM) Client VM
Java Version: 1.7.0_02
Java Vendor: Oracle Corporation
OS Name: Windows XP
OS Arch: x86
OS Version: 5.1
anonymous