Details
-
Type: Bug
-
Status: Closed
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 2.10.2b1, 2.10.2b2
-
Fix Version/s: 2.10.3
-
Component/s: Dev and Dep
-
Labels:
Description
Attempting to open the groovy console raised this exception:
Exception in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError
at jalview.gui.Desktop.openGroovyConsole(Desktop.java:2638)
at jalview.gui.Desktop.groovyShell_actionPerformed(Desktop.java:2619)
..
Caused by: groovy.lang.MissingMethodException: No signature of method: static java.util.prefs.Preferences.userNodeForPackage() is applicable for argument types: (java.lang.Class) values: [class groovy.ui.Console]
at groovy.lang.MetaClassImpl.invokeStaticMissingMethod(MetaClassImpl.java:1500)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1486)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at groovy.ui.Console.<clinit>(Console.groovy:82)
... 31 more
Exception in thread "AWT-EventQueue-2" java.lang.ExceptionInInitializerError
at jalview.gui.Desktop.openGroovyConsole(Desktop.java:2638)
at jalview.gui.Desktop.groovyShell_actionPerformed(Desktop.java:2619)
..
Caused by: groovy.lang.MissingMethodException: No signature of method: static java.util.prefs.Preferences.userNodeForPackage() is applicable for argument types: (java.lang.Class) values: [class groovy.ui.Console]
at groovy.lang.MetaClassImpl.invokeStaticMissingMethod(MetaClassImpl.java:1500)
at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1486)
at org.codehaus.groovy.vmplugin.v7.IndyInterface.selectMethod(IndyInterface.java:228)
at groovy.ui.Console.<clinit>(Console.groovy:82)
... 31 more