WordRider Home
Welcome! Log In Create A New Profile

Advanced

Java exception: PM SEVERE: Uncaught exception on EDT.

Posted by waldauf 
Java exception: PM SEVERE: Uncaught exception on EDT.
March 26, 2018 08:43PM
Hello,

I have problem with running FRD in Arch linux. I installed it through package repository or tried to download it manually from webpage but still it finished with these error:
java -jar  frd.jar --debug
10:39:42 PM INFO: Config files directory: /home/waldauf/.FRD
10:39:43 PM INFO: You are running FRD with JVM version = /usr/lib/jvm/java-9-openjdk  9.0.4 - (min 1.6.0_07 is required)
10:39:43 PM INFO: Testing existing instance
10:39:43 PM INFO: No other instance is running.
10:39:43 PM INFO: Creating a local socket server
10:39:43 PM INFO: Waiting for connection
10:39:43 PM INFO: Setting locale en_US
10:39:43 PM INFO: Loading lookandfeel path /tmp/freerapid/lookandfeel
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/swing-layout.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/substance-swingx-7.1.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/substance-7.1-lite.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/squareness.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/quaqua.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/pgslookandfeel-1.1.2.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/laf-widget-7.1.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/laf-plugin-7.1.jar
10:39:43 PM INFO: Loading URL with a jar file:/tmp/freerapid/lookandfeel/JTattoo.jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.jtattoo.plaf.DecorationHelper (file:/tmp/freerapid/lookandfeel/JTattoo.jar) to method sun.awt.X11.XToolkit.isFrameStateSupported(int)
WARNING: Please consider reporting this to the maintainers of com.jtattoo.plaf.DecorationHelper
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
10:39:43 PM INFO: Starting version FreeRapid 0.9u4
10:39:43 PM INFO: Database path /home/waldauf/.FRD/frd.odb
10:39:43 PM INFO: Init Plugins Manager
10:39:43 PM INFO: configured, shadow folder is /tmp/.jpf-shadow
10:39:43 PM INFO: got SAX parser factory - com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@3c5cf86b
10:39:43 PM INFO: configured, stopOnError=false, isValidating=true
10:39:43 PM INFO: Plugins dir: /home/waldauf/.FRD/plugins
10:39:43 PM INFO: Found 836 plugins.

(java:4853): Gtk-WARNING **: 22:39:43.765: Unable to locate theme engine in module_path: "adwaita",

(java:4853): Gtk-WARNING **: 22:39:43.768: Unable to locate theme engine in module_path: "adwaita",
10:39:44 PM INFO: Creating pool downloadService
10:39:44 PM INFO: Creating pool runCheckService
10:39:44 PM INFO: Parsing search.xml file /tmp/freerapid/search/filespy.xml
10:39:44 PM INFO: Parsing search.xml file /tmp/freerapid/search/freerapid.xml
10:39:44 PM INFO: Parsing search.xml file /tmp/freerapid/search/google.xml
10:39:44 PM INFO: Parsing search.xml file /tmp/freerapid/search/imdb.xml
10:39:44 PM INFO: Parsing search.xml file /tmp/freerapid/search/ulozto.xml
10:39:44 PM INFO: plug-in and fragment descriptors registered - 836
10:39:45 PM INFO: Creating pool databaseService
10:39:45 PM INFO: Saving metadata info into database - start
10:39:45 PM INFO: Test for sleeping
10:39:45 PM INFO: Parsing search.xml file /tmp/freerapid/search/filespy.xml
10:39:45 PM INFO: Parsing search.xml file /tmp/freerapid/search/freerapid.xml
10:39:45 PM INFO: Parsing search.xml file /tmp/freerapid/search/google.xml
10:39:45 PM INFO: Parsing search.xml file /tmp/freerapid/search/imdb.xml
10:39:45 PM INFO: Parsing search.xml file /tmp/freerapid/search/ulozto.xml
10:39:45 PM INFO: Rescheduling plugins update check to Mon Mar 26 23:39:45
10:39:45 PM INFO: Loading plugin with ID=uloz.to
10:39:45 PM INFO: Plugin loaded
10:39:45 PM INFO: Saving metadata info into database - end
10:39:45 PM INFO: plug-in started - recaptcha.com@1.2.4 (active/total: 1 of 836)
10:39:45 PM INFO: Plugin loaded
10:39:45 PM INFO: plug-in started - ulozto_captcha@1.0.1 (active/total: 2 of 836)
10:39:45 PM INFO: plug-in started - uloz.to@1.3.16 (active/total: 3 of 836)
10:39:45 PM INFO: Plugin with ID=uloz.to was loaded
10:40:06 PM INFO: Setting state to DELETED
10:40:06 PM INFO: Setting state to DELETED
10:40:06 PM INFO: Test for sleeping
10:40:06 PM INFO: =====Removing deleted files from the database (2) =====
10:40:09 PM INFO: Trying to import:sun.awt.datatransfer.ClipboardTransferable@2491ac89
10:40:09 PM INFO: Imported files [https://ulozto.cz/!o0YbuYZbd8zd/brainstorm-2008-avi]
10:40:09 PM SEVERE: Uncaught exception on EDT. 
java.lang.ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
        at cz.vity.freerapid.gui.dialogs.CompoundUndoManager.undoableEditHappened(CompoundUndoManager.java:60)
        at java.desktop/javax.swing.text.AbstractDocument.fireUndoableEditUpdate(AbstractDocument.java:293)
        at java.desktop/javax.swing.text.DefaultStyledDocument.setCharacterAttributes(DefaultStyledDocument.java:530)
        at cz.vity.freerapid.swing.components.EditorPaneLinkDetector$SyntaxDocument.applyHighlighting(EditorPaneLinkDetector.java:264)
        at cz.vity.freerapid.swing.components.EditorPaneLinkDetector$SyntaxDocument.processChangedLines(EditorPaneLinkDetector.java:244)
        at cz.vity.freerapid.swing.components.EditorPaneLinkDetector$SyntaxDocument.insertString(EditorPaneLinkDetector.java:217)
        at cz.vity.freerapid.swing.components.EditorPaneLinkDetector.setURLs(EditorPaneLinkDetector.java:143)
        at cz.vity.freerapid.swing.components.EditorPaneLinkDetector.setURLList(EditorPaneLinkDetector.java:105)
        at cz.vity.freerapid.gui.dialogs.NewLinksDialog.setURLs(NewLinksDialog.java:320)
        at cz.vity.freerapid.gui.actions.FileActions$1.run(FileActions.java:108)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
        at java.desktop/java.awt.EventQueue.access$500(EventQueue.java:97)
        at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:717)
        at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:711)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:89)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:199)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:117)
        at java.desktop/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
        at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
        at java.desktop/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.desktop/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
        at java.desktop/java.awt.Dialog.show(Dialog.java:1070)
        at java.desktop/java.awt.Component.show(Component.java:1669)
        at java.desktop/java.awt.Component.setVisible(Component.java:1616)
        at java.desktop/java.awt.Window.setVisible(Window.java:1017)
        at java.desktop/java.awt.Dialog.setVisible(Dialog.java:1005)
        at org.jdesktop.appframework.swingx.SingleXFrameApplication.prepareDialog(SingleXFrameApplication.java:46)
        at cz.vity.freerapid.gui.actions.FileActions.addNewLinksAction(FileActions.java:116)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at org.jdesktop.application.ApplicationAction.noProxyActionPerformed(ApplicationAction.java:647)
        at org.jdesktop.application.ApplicationAction.actionPerformed(ApplicationAction.java:687)
        at cz.vity.freerapid.gui.content.ContentPanel$7$1.run(ContentPanel.java:839)
        at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
        at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:764)
        at java.desktop/java.awt.EventQueue.access$500(EventQueue.java:97)
        at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:717)
        at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:711)
        at java.base/java.security.AccessController.doPrivileged(Native Method)
        at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:89)
        at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:734)
        at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:199)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
        at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
        at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
        at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
10:40:14 PM INFO: Starting to check for a new version
10:40:14 PM SEVERE: 
cz.vity.freerapid.core.tasks.exceptions.NoAvailableConnection: There is no enabled connection settings for creating connection
        at cz.vity.freerapid.core.tasks.CheckForNewVersionTask.doInBackground(CheckForNewVersionTask.java:64)
        at cz.vity.freerapid.core.tasks.CheckForNewVersionTask.doInBackground(CheckForNewVersionTask.java:28)
        at java.desktop/javax.swing.SwingWorker$1.call(SwingWorker.java:295)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at java.desktop/javax.swing.SwingWorker.run(SwingWorker.java:334)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
        at java.base/java.lang.Thread.run(Thread.java:844)

Can I ask you for help?

Many thx!

Walda
Re: Java exception: PM SEVERE: Uncaught exception on EDT.
March 27, 2018 08:31AM
For Java 9 you have to use this: [wordrider.net]

-------------------------------------

Sorry, only registered users may post in this forum.

Click here to login