Advertisement
hettak

Untitled

Jul 2nd, 2015
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. | Error 2015-07-02 15:14:47,040 [http-bio-8080-exec-5] ERROR errors.GrailsExceptionResolver - IndexOutOfBoundsException occurred when processing request: [GET] /kameleoon/edition/loadProxyMode - parameters:
  2. code: 6ojzmr0ou5
  3. url: undefined
  4. index is out of range 0..-1 (index = 0). Stacktrace follows:
  5. Message: index is out of range 0..-1 (index = 0)
  6. Line | Method
  7. ->> 74 | loadProxyMode in com.kameleoon.edition.EditionController
  8. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  9. | 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  10. | 63 | doFilter . . . . in grails.plugin.cache.web.filter.AbstractFilter
  11. | 23 | doFilterInternal in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  12. | 1145 | runWorker . . . in java.util.concurrent.ThreadPoolExecutor
  13. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  14. ^ 745 | run . . . . . . in java.lang.Thread
  15. URL: http://editor.kameleoon-dev.net/kameleoon/edition/loadProxyMode?url=undefined&code=6ojzmr0ou5
  16.  
  17. index is out of range 0..-1 (index = 0)
  18. java.lang.IndexOutOfBoundsException: index is out of range 0..-1 (index = 0)
  19. at com.kameleoon.edition.EditionController.loadProxyMode(EditionController.groovy:74)
  20. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  21. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  22. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  23. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  24. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  25. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement