- marked as critical
This Sample works fine with php but chrashes as groovy in console
import org.apache.log4j.Category
def Category log = Category.getInstance("com.onresolve.jira.groovy") log.setLevel(org.apache.log4j.Level.DEBUG) log.debug("debug statements") log.warn("Logging!") log.error("Logging!") log.fatal("Logging!")
[f.g.j.p.runner.rest.PHPRunnerRest] Exception while executing script: null java.lang.NullPointerException at fr.gfi.jira.plugins.runner.rest.PHPRunnerRest.run(PHPRunnerRest.java:205)