Advertisement
Guest User

Untitled

a guest
Mar 15th, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.93 KB | None | 0 0
  1. 2016-03-15 11:40:25,602 ERROR [runner.AbstractScriptListener]: *************************************************************************************
  2. 2016-03-15 11:40:25,603 ERROR [runner.AbstractScriptListener]: Script function failed on event: com.atlassian.jira.event.issue.IssueEvent, file: JSDIssueCommented
  3. java.lang.RuntimeException: Velocity could not be initialized!
  4. at org.apache.velocity.runtime.RuntimeInstance.requireInitialization(RuntimeInstance.java:294)
  5. at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1100)
  6. at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1085)
  7. at org.apache.velocity.runtime.RuntimeInstance.evaluate(RuntimeInstance.java:1198)
  8. at org.apache.velocity.runtime.RuntimeInstance.evaluate(RuntimeInstance.java:1164)
  9. at org.apache.velocity.app.VelocityEngine.evaluate(VelocityEngine.java:219)
  10. at org.apache.velocity.app.VelocityEngine$evaluate.call(Unknown Source)
  11. at library.bqs.mvc.view.View.render(View.groovy:33)
  12. at library.bqs.mvc.view.View$render$0.call(Unknown Source)
  13. at module.jsdissuecommented.Controller.action(Controller.groovy:78)
  14. at module.jsdissuecommented.Controller$action.call(Unknown Source)
  15. at library.bqs.mvc.Application.run(Application.groovy:36)
  16. at library.bqs.mvc.Application$run.call(Unknown Source)
  17. at JSDIssueCommented.run(JSDIssueCommented.groovy:5)
  18. Caused by: org.apache.velocity.exception.VelocityException: Failed to initialize an instance of org.apache.velocity.runtime.log.Log4JLogChute with the current runtime configuration.
  19. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:206)
  20. at org.apache.velocity.runtime.log.LogManager.updateLog(LogManager.java:255)
  21. at org.apache.velocity.runtime.RuntimeInstance.initializeLog(RuntimeInstance.java:794)
  22. at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:249)
  23. at org.apache.velocity.runtime.RuntimeInstance.requireInitialization(RuntimeInstance.java:289)
  24. ... 13 more
  25. Caused by: java.lang.RuntimeException: Error configuring Log4JLogChute :
  26. at org.apache.velocity.util.ExceptionUtils.createWithCause(ExceptionUtils.java:67)
  27. at org.apache.velocity.util.ExceptionUtils.createRuntimeException(ExceptionUtils.java:45)
  28. at org.apache.velocity.runtime.log.Log4JLogChute.initAppender(Log4JLogChute.java:133)
  29. at org.apache.velocity.runtime.log.Log4JLogChute.init(Log4JLogChute.java:85)
  30. at org.apache.velocity.runtime.log.LogManager.createLogChute(LogManager.java:157)
  31. ... 17 more
  32. Caused by: java.io.FileNotFoundException: velocity.log (Keine Berechtigung)
  33. at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
  34. at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:207)
  35. at org.apache.log4j.FileAppender.<init>(FileAppender.java:110)
  36. at org.apache.log4j.RollingFileAppender.<init>(RollingFileAppender.java:79)
  37. at org.apache.velocity.runtime.log.Log4JLogChute.initAppender(Log4JLogChute.java:118)
  38. ... 19 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement