Advertisement
hettak

Untitled

Jun 2nd, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. | Error 2015-06-02 17:25:57,853 [http-bio-8080-exec-5] ERROR errors.GrailsExceptionResolver - NullPointerException occurred when processing request: [GET] /kameleoon/edition/setup - parameters
  2. _ScriptTransport_id: 1
  3. nocache: 1433258756904
  4. siteCode: yqz2domm0e
  5. memberCode: 0
  6. Cannot invoke method indexOf() on null object. Stacktrace follows:
  7. Message: Cannot invoke method indexOf() on null object
  8. Line | Method
  9. ->> 102 | obtainURLRegularExpression in com.kameleoon.tracking.Goal
  10. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  11. | 60 | obtainDataMap in ''
  12. | 168 | doCall . . . . . . . . . . in com.kameleoon.edition.EditionController$_setupAnalyst_closure6
  13. | 162 | setup in com.kameleoon.edition.EditionController
  14. | 198 | doFilter . . . . . . . . . in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  15. | 63 | doFilter in grails.plugin.cache.web.filter.AbstractFilter
  16. | 23 | doFilterInternal . . . . . in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  17. | 1145 | runWorker in java.util.concurrent.ThreadPoolExecutor
  18. | 615 | run . . . . . . . . . . . in java.util.concurrent.ThreadPoolExecutor$Worker
  19. ^ 745 | run in java.lang.Thread
  20. URL: http://editor.kameleoon-dev.net/kameleoon/edition/setup?_ScriptTransport_id=1&nocache=1433258756904&siteCode=yqz2domm0e&memberCode=0
  21.  
  22. Cannot invoke method indexOf() on null object
  23. java.lang.NullPointerException: Cannot invoke method indexOf() on null object
  24. at com.kameleoon.tracking.Goal.obtainURLRegularExpression(Goal.groovy:102)
  25. at com.kameleoon.tracking.Goal.obtainDataMap(Goal.groovy:60)
  26. at com.kameleoon.edition.EditionController$_setupAnalyst_closure6.doCall(EditionController.groovy:168)
  27. at com.kameleoon.edition.EditionController.setupAnalyst(EditionController.groovy:168)
  28. at com.kameleoon.edition.EditionController.setup(EditionController.groovy:162)
  29. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  30. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  31. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  32. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  33. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  34. at java.lang.Thread.run(Thread.java:745)
  35. 2015-06-02 17:29:47,423 [quartzScheduler_Worker-15] INFO kameleoon.runtime - UpdateMentalistDataJob finished at: Tue Jun 02 17:29:47 CEST 2015
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement