Dbvis 6.0.15 java error upon startup after Java 7.67 install
a
anonymous
started a topic
over 9 years ago
[This topic is migrated from our old forums. The original author name has been removed]
After Java was upgraded to 7.67 to allow our corporate apps to run Dbvis began having issues.
An internal error occurred:
Exception: java.lang.NullPointerException
java.lang.NullPointerException
The error may have affected the application state.
Please notify vendor.
Stack Trace:
java.lang.NullPointerException
at java.awt.EventQueue.getCurrentEventImpl(Unknown Source)
at java.awt.EventQueue.getCurrentEvent(Unknown Source)
at javax.swing.JComboBox.fireActionEvent(Unknown Source)
at javax.swing.JComboBox.contentsChanged(Unknown Source)
at javax.swing.JComboBox.intervalRemoved(Unknown Source)
at javax.swing.AbstractListModel.fireIntervalRemoved(Unknown Source)
at javax.swing.DefaultComboBoxModel.removeAllElements(Unknown Source)
at javax.swing.JComboBox.removeAllItems(Unknown Source)
at com.onseven.dbvis.G.N.ǂ(Z:2774)
at com.onseven.dbvis.G.N.sessionEvent(Z:999)
at com.onseven.dbvis.V.K.ā(Z:507)
at com.onseven.dbvis.V.M.ā(Z:2031)
at com.onseven.dbvis.V.K.ā(Z:2641)
at com.onseven.dbvis.L.F.ć(Z:1275)
at com.onseven.dbvis.DbVisualizer.Ս(Z:3146)
at com.onseven.dbvis.DbVisualizer.Ć(Z:1936)
at com.onseven.dbvis.DbVisualizer$A.finished(Z:2793)
at se.pureit.swing.util.SwingWorker$1.run(Z:3429)
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)
I tried installing 6.45 but it still gives the error, although it looks like the class path is still set to the jre7 path.
Please help
TIA
-Scott
[This reply is migrated from our old forums. The original author name has been removed]
Re: Dbvis 6.0.15 java error upon startup after Java 7.67 install
Scott,
6.0.15 is more than 6 years old and doesn't support Java 7. Support was added in DbVisualizer 8.0.
You either need to downgrade to Java 6 or possibly renew your license.
Let me know if you need more information.
Regards
Roger
a
anonymous
said
over 9 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Dbvis 6.0.15 java error upon startup after Java 7.67 install
Roger,
Thanks for your help. I installed JRE 6.45, however the classpath still points to the JRE7 folder, how do I chage that?
-Scott
Roger Bjärevall
said
over 9 years ago
[This reply is migrated from our old forums.]
Re: Dbvis 6.0.15 java error upon startup after Java 7.67 install
Scott,
Please check the following in the FAQ:
http://confluence.dbvis.com/pages/viewpage.action?pageId=3146120
Regards
Roger
a
anonymous
said
over 9 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Dbvis 6.0.15 java error upon startup after Java 7.67 install
anonymous