seqeralabs / nf-tower

Nextflow Tower system

Home Page:https://tower.nf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with set up

ruiponte1990 opened this issue · comments

Hello,

I have docker and java installed but I am getting an error from the makefile

$ make build
./gradlew assemble

FAILURE: Build failed with an exception.

  • What went wrong:
    Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

Exception java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.reflection.ReflectionCache [in thread "Daemon worker"]

Hello,

I was able to get it to run by messing around with my java install but now it seems to be hanging forever at the build step:

$ make build
./gradlew assemble
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
<=------------> 11% EXECUTING [4m 47s]

:tower-backend:compileGroovy
<=------------> 11% EXECUTING [9m 45s]
<=------------> 11% EXECUTING [33m 2s]

Nevermind I just used a bigger machine!