TheRoddyWMS / BatchEuphoria

A library to access different kinds of cluster backends
MIT License
3 stars 5 forks source link

Constructor of RestExecutionService fails #85

Closed askask closed 6 years ago

askask commented 6 years ago

with this exception:

java.lang.NullPointerException
    at java.time.Duration.between(Duration.java:473)
    at de.dkfz.roddy.execution.RestExecutionService.execute(RestExecutionService.groovy:171)
    at de.dkfz.roddy.execution.RestExecutionService.logon(RestExecutionService.groovy:111)
    at de.dkfz.roddy.execution.RestExecutionService.<init>(RestExecutionService.groovy:92)
    at de.dkfz.tbi.otp.job.processing.ClusterJobManagerFactoryService.getJobManager(ClusterJobManagerFactoryService.groovy:36)
…
vinjana commented 6 years ago

LSFRest is currently not used. The issue will be closed (probably fixed).