Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Queue View] Error when trying to save playlist Error: Cannot call invokeAndWait #1986

Closed
ghost opened this issue Apr 3, 2015 · 2 comments
Closed

Comments

@ghost
Copy link

ghost commented Apr 3, 2015

version 1.10.7 gute Laune
OS Win 7/64
Java 1.7 /64 but problem occurs unter /32, too

In normal mode nothing seems to happen when pressing save playlist.
So I started jakuk from the command line. So I got this error message.

E:\PROGRAMMEx86\Jajuk\bin>c:\windows\System32\java.exe -jar jajuk.jar
2015/04/03 12:35:57 [INFO] *_JAJUK_* [main](Ma
in.java:106)
2015/04/03 12:35:57 [INFO] Version: 1.10.7 main
2015/04/03 12:35:57 [DEBUG] ----------------------------------------------------
------------------------ main
2015/04/03 12:35:57 [DEBUG] Starting Jajuk 1.10.7 Build: 2014/08/25
23:50 main
2015/04/03 12:35:57 [DEBUG] Register: "PARAMETERS_CHANGE" by: org.jajuk.ui.helpe
rs.FontManager@1eed723b main
Exception in thread "AWT-EventQueue-0" java.lang.Error: Cannot call invokeAndWai
t from the event dispatcher thread
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at java.awt.EventQueue.invokeAndWait(Unknown Source)
at javax.swing.SwingUtilities.invokeAndWait(Unknown Source)
at org.jajuk.base.Playlist.saveAs(Playlist.java:709)
at org.jajuk.ui.views.QueueView.actionPerformed(QueueView.java:487)
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 Sour
ce)
at org.jvnet.substance.utils.RolloverButtonListener.mouseReleased(Rollov
erButtonListener.java:111)
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 Sour
ce)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
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 Sour
ce)
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)

@bflorat bflorat changed the title Error when trying to save playlist Error: Cannot call invokeAndWait [Queue View] Error when trying to save playlist Error: Cannot call invokeAndWait Apr 5, 2015
@bflorat
Copy link
Contributor

bflorat commented Apr 5, 2015

Thanks for the feedback.

Reproduced and fixed in branch hotfix/1.10.8

Fix will be available from tomorrow daily build at http://integration.jajuk.info/jenkins/job/maintenance/

@bflorat bflorat closed this as completed Apr 5, 2015
@bflorat bflorat added this to the 1.10.8 milestone Apr 5, 2015
@bflorat bflorat self-assigned this Apr 5, 2015
bflorat added a commit that referenced this issue Apr 5, 2015
@ghost
Copy link
Author

ghost commented Apr 6, 2015

Toll - funktioniert wieder. Vielen Dank für die schnelle Reaktion,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant