Hi,

 

I'm currently using Batik 1.7 and was calling m_svgCanvas.setDocument(null)

to clear my svg canvas. Found out that this exception occurs intermittently.


While this method is executing, it is possible that the user could click my 

"Cancel" button and call this method again. Is this because, I called

the nullification of the document before the previous one ran its course?

 

Thanks for the help!

 

Leo

 

Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException:
RunnableQueue not started or has exited

      at org.apache.batik.util.RunnableQueue.invokeLater(Unknown Source)

      at
org.apache.batik.swing.svg.AbstractJSVGComponent.updateRenderingTransform(Un
known Source)

      at
org.apache.batik.swing.gvt.AbstractJGVTComponent$1.componentResized(Unknown
Source)

      at
java.awt.AWTEventMulticaster.componentResized(AWTEventMulticaster.java:142)

      at java.awt.Component.processComponentEvent(Component.java:5864)

      at java.awt.Component.processEvent(Component.java:5818)

      at java.awt.Container.processEvent(Container.java:2058)

      at java.awt.Component.dispatchEventImpl(Component.java:4410)

      at java.awt.Container.dispatchEventImpl(Container.java:2116)

      at java.awt.Component.dispatchEvent(Component.java:4240)

      at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)

      at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java
:273)

      at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:18
3)

      at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:173)

      at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)

      at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)

      at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

Reply via email to