[This topic is migrated from our old forums. The original author name has been removed]
Hi
I have install DBvisualizer 9.1 using dbvis_linux_9_1.sh on my Ubuntu 12.10
After i click the icon
it's nothing happened!
no error message,no GUI appear, nothing at all....Orz
is there anything wrong with my installation??
I downloaded dbvis_linux_9_1.sh on Ubuntu 12.10
$sudo sh dbvis_linux_9_1.sh
Setup has finished installing DbVisualizer on your computer.
Run DbVisualizer?
Yes [y, Enter], No [n]
n
Finishing installation ...
click icon, nothing happened.....
Hi,
Since you run the installer using sudo, may it result in a permission problem as I assume you are the launching DbVisualizer without sudo?
What happen if you manually run dbvisgui.sh located in the DbVisualizer installation directory?
Regards
Roger
a
anonymous
said
about 11 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: dbvisualizer no-respond
Hi after I try sudo it's have message as follow,and stop?
Exception in thread "AWT-EventQueue-0" java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
at java.awt.Window.init(Window.java:476)
at java.awt.Window.(Window.java:438)
at java.awt.Window.(Window.java:594)
at java.awt.Dialog.(Dialog.java:665)
at javax.swing.JDialog.(JDialog.java:590)
at com.onseven.dbvis.N.A.a.(Z:2236)
at com.onseven.dbvis.N.A.a.?(Z:2761)
at com.onseven.dbvis.DbVisualizerGUI.initialize(Z:56)
at com.onseven.dbvis.DbVisualizerGUI$1.run(Z:2989)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Maybe it's a java problem?
I install java by
sudo apt-get install openjdk-7-jre-headless
Edited by: AlphaGxx on 2013/9/11 ?? 4:20
Roger Bjärevall
said
about 11 years ago
[This reply is migrated from our old forums.]
Re: dbvisualizer no-respond
Hi,
DbVisualizer is a GUI application requiring a graphical console. It seems based on the error message that you are either running DbVisualizer on a headless machine (no graphical console) or that you have no permission to use it.
Also, the "sudo apt-get install openjdk-7-jre-headless" is not a good Java VM for DbVisualizer since that Java package is for server use only.
I recommend that you install the Java version provided by Oracle. http://www.java.com and then install DbVisualizer as a regular user (not with sudo) with access to the graphical console.
Regards
Roger
anonymous