Advertisement
hettak

Untitled

Jul 2nd, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. | Error 2015-07-02 13:55:13,812 [http-bio-8080-exec-3] ERROR errors.GrailsExceptionResolver - TypeMismatchException occurred when processing request: [GET] /kameleoon/abTest/loadEditor - parameters:
  2. id: undefined
  3. Provided id of the wrong type for class com.kameleoon.tracking.Experiment. Expected: class java.lang.Long, got class java.lang.String. Stacktrace follows:
  4. Message: Provided id of the wrong type for class com.kameleoon.tracking.Experiment. Expected: class java.lang.Long, got class java.lang.String
  5. Line | Method
  6. ->> 1807 | loadEditor in com.kameleoon.backoffice.AbTestController
  7. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  8. | 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  9. | 63 | doFilter . . . . in grails.plugin.cache.web.filter.AbstractFilter
  10. | 23 | doFilterInternal in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  11. | 1145 | runWorker . . . in java.util.concurrent.ThreadPoolExecutor
  12. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  13. ^ 745 | run . . . . . . in java.lang.Thread
  14. URL: http://back-office.kameleoon-dev.net/kameleoon/abTest/loadEditor?id=undefined
  15.  
  16. Provided id of the wrong type for class com.kameleoon.tracking.Experiment. Expected: class java.lang.Long, got class java.lang.String
  17. org.hibernate.TypeMismatchException: Provided id of the wrong type for class com.kameleoon.tracking.Experiment. Expected: class java.lang.Long, got class java.lang.String
  18. at com.kameleoon.backoffice.AbTestController.loadEditor(AbTestController.groovy:1807)
  19. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  20. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  21. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  22. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  24. at java.lang.Thread.run(Thread.java:745)
  25. 2015-07-02 13:56:09,031 [quartzScheduler_Worker-19] INFO kameleoon.runtime - Processing DelayedEvents.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement