[This topic is migrated from our old forums. The original author name has been removed]
Hi there,
if you adjust the filter settings and hit the 'use filter' button while another query is still running,
the following exception is thrown.
Maybe the button could be disabled while a query is running?
-----
java.lang.IllegalStateException: Cannot launch run() while processing
The error may have affected the application state. Please notify vendor.
Stack Trace:
java.lang.IllegalStateException: Cannot launch run() while processing
at com.onseven.dbvis.J.B.Y.run(Z:2690)
at com.onseven.dbvis.J.B.Y.reloadFromProducer(Z:1560)
at com.onseven.dbvis.k.g.ż(Z:2673)
at com.onseven.dbvis.k.t.ż(Z:354)
at com.onseven.dbvis.k.N.ā(Z:3010)
at com.onseven.dbvis.k.N$A$3.actionPerformed(Z:3217)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at com.jidesoft.plaf.basic.BasicJideButtonListener.mouseReleased(Unknown Source)
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$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.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.N.A._.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 Pro 90.1851
Build: #1851 (2012/10/26 12:59)
Java VM: Java HotSpot(TM) 64-Bit Server VM
Java Version: 1.7.0_09
Java Vendor: Oracle Corporation
OS Name: Windows 7
OS Arch: amd64
OS Version: 6.1
Hi,
Thanks for reporting this. It will be fixed in next beta.
Regards
Roger
a
anonymous
said
about 12 years ago
[This reply is migrated from our old forums. The original author name has been removed]
Re: Exception after editing a Filter
I just thought of another solution: Just cancel any running query before starting the new one, since that is possibly what the user wanted...
--TheDoctor
Roger Bjärevall
said
about 12 years ago
[This reply is migrated from our old forums.]
Re: Exception after editing a Filter
Hi,
The user will need to cancel manually before applying new filter.
Regards
Roger
Roger Bjärevall
said
about 12 years ago
[This reply is migrated from our old forums.]
Re: Exception after editing a Filter
Hi,
This is now fixed in the latest beta:
http://www.dbvis.com/download/beta/
Regards
Roger
anonymous