DBVisualizer does not work anymore - NoSuchMethodError
a
anonymous
started a topic
over 11 years ago
[This topic is migrated from our old forums. The original author name has been removed]
Hello Guys,
since my old version of DBvisualizer stopped working with a NoSuchMethodError Exception I downloaded and installed the new one (first as ZIP only afterwards as windows installation package). Unfortunately I got the same error again (I installed without JVM since version 1.7_10 is already installed here).
When trying to launch DBVisualizer I'm getting the following error (see below). Any idea what I could do in order to get DBvisualizer up and running again?
The problem also occurs when installing and running DBVisualizer with package where JRE is included!
Many thanks in advance and
Best Regards
An internal error occurred in:
java.lang.NoSuchMethodError: com.jgoodies.forms.builder.ButtonBarBuilder2.addButton(Ljavax/swing/JComponent;)Lcom/jgoodies/forms/builder/ButtonBarBuilder2;
The error may have affected the application state. Please notify vendor.
Stack Trace:
java.lang.NoSuchMethodError: com.jgoodies.forms.builder.ButtonBarBuilder2.addButton(Ljavax/swing/JComponent;)Lcom/jgoodies/forms/builder/ButtonBarBuilder2;
at com.onseven.dbvis.Y.F.ă(Z:698)
at com.onseven.dbvis.Y.F.(Z:1597)
at com.onseven.dbvis.DbVisualizerGUI.initialize(Z:3149)
at com.onseven.dbvis.DbVisualizerGUI$1.run(Z:2098)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(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.awt.EventQueue.dispatchEvent(Unknown Source)
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 9.0.3
Build: #1916 (2013/01/26 17:47)
Java VM: Java HotSpot(TM) Client VM
Java Version: 1.7.0_10
Java Vendor: Oracle Corporation
OS Name: Windows 7
OS Arch: x86
OS Version: 6.1
Edited by: Reth on 07.02.2013 16:08
Re: DBVisualizer does not work anymore - NoSuchMethodError
Reth,
It seems the installation is broken. Try again and make sure you install in a new directory and not in the same directory as an older version.
Regards
Roger
a
anonymous
said
over 11 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: DBVisualizer does not work anymore - NoSuchMethodError
That helped! Thank you!
Roger Bjärevall
said
over 11 years ago
[This reply is migrated from our old forums.]
Re: DBVisualizer does not work anymore - NoSuchMethodError
anonymous