Advertisement
hettak

Untitled

Jul 6th, 2015
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. | Error 2015-07-06 16:29:31,451 [http-bio-8080-exec-4] ERROR util.JDBCExceptionReporter - Column 'universal_analytics_tracking_id' cannot be null
  2. | Error 2015-07-06 16:29:31,456 [http-bio-8080-exec-4] ERROR events.PatchedDefaultFlushEventListener - Could not synchronize database state with session
  3. Message: Could not execute JDBC batch update
  4. Line | Method
  5. ->> 1108 | doCall in com.kameleoon.backoffice.PreferencesController$_handleUpdateReporting_closure71
  6. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  7. | 519 | doCall in com.kameleoon.core.CommonController$_closure2
  8. | 1108 | handleUpdateReporting in com.kameleoon.backoffice.PreferencesController
  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.  
  16. Caused by BatchUpdateException: Column 'universal_analytics_tracking_id' cannot be null
  17. ->> 1981 | executeBatchSerially in com.mysql.jdbc.PreparedStatement
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19. | 1388 | executeBatch in ''
  20. | 1108 | doCall . . . . . . . in com.kameleoon.backoffice.PreferencesController$_handleUpdateReporting_closure71
  21. | 519 | doCall in com.kameleoon.core.CommonController$_closure2
  22. | 1108 | handleUpdateReporting in com.kameleoon.backoffice.PreferencesController
  23. | 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  24. | 63 | doFilter . . . . . . in grails.plugin.cache.web.filter.AbstractFilter
  25. | 23 | doFilterInternal in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  26. | 1145 | runWorker . . . . . . in java.util.concurrent.ThreadPoolExecutor
  27. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  28. ^ 745 | run . . . . . . . . . in java.lang.Thread
  29.  
  30. Caused by MySQLIntegrityConstraintViolationException: Column 'universal_analytics_tracking_id' cannot be null
  31. ->> 408 | handleNewInstance in com.mysql.jdbc.Util
  32. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  33. | 383 | getInstance in ''
  34. | 1049 | createSQLException . in com.mysql.jdbc.SQLError
  35. | 4226 | checkErrorPacket in com.mysql.jdbc.MysqlIO
  36. | 4158 | checkErrorPacket . . in ''
  37. | 2615 | sendCommand in ''
  38. | 2776 | sqlQueryDirect . . . in ''
  39. | 2840 | execSQL in com.mysql.jdbc.ConnectionImpl
  40. | 2082 | executeInternal . . . in com.mysql.jdbc.PreparedStatement
  41. | 2334 | executeUpdate in ''
  42. | 1933 | executeBatchSerially in ''
  43. | 1388 | executeBatch in ''
  44. | 1108 | doCall . . . . . . . in com.kameleoon.backoffice.PreferencesController$_handleUpdateReporting_closure71
  45. | 519 | doCall in com.kameleoon.core.CommonController$_closure2
  46. | 1108 | handleUpdateReporting in com.kameleoon.backoffice.PreferencesController
  47. | 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  48. | 63 | doFilter . . . . . . in grails.plugin.cache.web.filter.AbstractFilter
  49. | 23 | doFilterInternal in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  50. | 1145 | runWorker . . . . . . in java.util.concurrent.ThreadPoolExecutor
  51. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  52. ^ 745 | run . . . . . . . . . in java.lang.Thread
  53. URL: http://back-office.kameleoon-dev.net/kameleoon/preferences/handleUpdateReporting?updateUniversalAnalyticsReportingConfiguration=true&modifiedAttribute=universalAnalyticsTrackingId&newValue=&id=10944
  54.  
  55. Column 'universal_analytics_tracking_id' cannot be null
  56. com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'universal_analytics_tracking_id' cannot be null
  57. at com.mysql.jdbc.Util.handleNewInstance(Util.java:408)
  58. at com.mysql.jdbc.Util.getInstance(Util.java:383)
  59. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1049)
  60. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4226)
  61. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4158)
  62. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615)
  63. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776)
  64. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2840)
  65. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082)
  66. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2334)
  67. at com.mysql.jdbc.PreparedStatement.executeBatchSerially(PreparedStatement.java:1933)
  68. at com.mysql.jdbc.PreparedStatement.executeBatch(PreparedStatement.java:1388)
  69. at com.kameleoon.backoffice.PreferencesController$_handleUpdateReporting_closure71.doCall(PreferencesController.groovy:1108)
  70. at com.kameleoon.core.CommonController$_closure2.doCall(CommonController.groovy:519)
  71. at com.kameleoon.backoffice.PreferencesController.handleUpdateReporting(PreferencesController.groovy:1108)
  72. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  73. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  74. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  75. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  76. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  77. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement