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

Console command is broken #1273

Closed
pditommaso opened this issue Aug 10, 2019 · 0 comments
Closed

Console command is broken #1273

pditommaso opened this issue Aug 10, 2019 · 0 comments
Labels
Milestone

Comments

@pditommaso
Copy link
Member

Bug report

nextflow console

Throws the following exception:

Exception in thread "main" groovy.lang.GroovyRuntimeException: Could not find matching constructor for: nextflow.script.ScriptParser(sun.misc.Launcher$AppClassLoader)
	at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1749)
	at groovy.lang.MetaClassImpl.invokeConstructor(MetaClassImpl.java:1556)
	at org.codehaus.groovy.runtime.callsite.MetaClassConstructorSite.callConstructor(MetaClassConstructorSite.java:46)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:59)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:237)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:249)
	at nextflow.ui.console.Nextflow.newScript(Nextflow.groovy:101)
	at nextflow.ui.console.Nextflow$newScript.callCurrent(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)
	at groovy.ui.Console.<init>(Console.groovy:306)
	at groovy.ui.Console.<init>(Console.groovy:296)
	at nextflow.ui.console.Nextflow.<init>(Nextflow.groovy:75)

Version: 19.07.0

@pditommaso pditommaso added the bug label Aug 10, 2019
@pditommaso pditommaso added this to the v19.10.0 milestone Aug 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant