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

java.lang.RuntimeException on groovysh :grab #169

Open
kozo2 opened this issue Sep 2, 2021 · 0 comments
Open

java.lang.RuntimeException on groovysh :grab #169

kozo2 opened this issue Sep 2, 2021 · 0 comments

Comments

@kozo2
Copy link

kozo2 commented Sep 2, 2021

When I tried to install bridgedb with groovysh :grab, I got the following error.

groovy:000> :grab 'org.bridgedb:org.bridgedb.bio:3.0.1'
ERROR java.lang.RuntimeException:
Error grabbing Grapes -- [unresolved dependency: commonj.sdo#commonj.sdo;2.1.1.v201112051852: not found]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.commands.GrabCommand.grab (GrabCommand.groovy:65)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.commands.GrabCommand.execute (GrabCommand.groovy:42)
        at org.apache.groovy.groovysh.Command$execute.call (Unknown Source)
        at org.apache.groovy.groovysh.Command$execute.call (Unknown Source)
        at org.apache.groovy.groovysh.Shell.execute (Shell.groovy:103)
        at org.apache.groovy.groovysh.Groovysh.super$2$execute (Groovysh.groovy)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.Groovysh.executeCommand (Groovysh.groovy:308)
        at org.apache.groovy.groovysh.Groovysh.execute (Groovysh.groovy:171)
        at org.apache.groovy.groovysh.Shell.leftShift (Shell.groovy:121)
        at org.apache.groovy.groovysh.Shell$leftShift$0.call (Unknown Source)
        at org.apache.groovy.groovysh.ShellRunner.work (ShellRunner.groovy:93)
        at org.apache.groovy.groovysh.InteractiveShellRunner.super$2$work (InteractiveShellRunner.groovy)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.InteractiveShellRunner.work (InteractiveShellRunner.groovy:157)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.ShellRunner.run (ShellRunner.groovy:57)
        at org.apache.groovy.groovysh.InteractiveShellRunner.super$2$run (InteractiveShellRunner.groovy)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.InteractiveShellRunner.run (InteractiveShellRunner.groovy:116)
        at java_lang_Runnable$run.call (Unknown Source)
        at org.apache.groovy.groovysh.Groovysh.run (Groovysh.groovy:653)
        at org.apache.groovy.groovysh.Groovysh$run$0.callCurrent (Unknown Source)
        at org.apache.groovy.groovysh.Groovysh.run (Groovysh.groovy:618)
        at org.apache.groovy.groovysh.Groovysh$run.call (Unknown Source)
        at org.apache.groovy.groovysh.Main.startGroovysh (Main.groovy:190)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
        at org.apache.groovy.groovysh.Main.main (Main.groovy:156)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
groovy:000>

The environment is

Groovy Shell (3.0.8, JVM: 11.0.12)
Type ':help' or ':h' for help.
-------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant