Advertisement
hettak

Untitled

May 22nd, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. | Error 2015-05-22 15:03:51,286 [http-bio-8080-exec-7] ERROR events.PatchedDefaultFlushEventListener - Could not synchronize database state with session
  2. Message: could not delete: [com.kameleoon.tracking.Goal#4243]
  3. Line | Method
  4. ->> 603 | doCall in com.kameleoon.backoffice.PreferencesController$_handleDeleteGoal_closure46
  5. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  6. | 534 | doCall in com.kameleoon.core.CommonController$_closure2
  7. | 603 | handleDeleteGoal in com.kameleoon.backoffice.PreferencesController
  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.  
  15. Caused by MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B7E2CE` FOREIGN KEY (`master_id`) REFERENCES `goal` (`id`))
  16. ->> 408 | handleNewInstance in com.mysql.jdbc.Util
  17. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  18. | 383 | getInstance in ''
  19. | 1049 | createSQLException in com.mysql.jdbc.SQLError
  20. | 4226 | checkErrorPacket in com.mysql.jdbc.MysqlIO
  21. | 4158 | checkErrorPacket in ''
  22. | 2615 | sendCommand in ''
  23. | 2776 | sqlQueryDirect . in ''
  24. | 2840 | execSQL in com.mysql.jdbc.ConnectionImpl
  25. | 2082 | executeInternal in com.mysql.jdbc.PreparedStatement
  26. | 2334 | executeUpdate in ''
  27. | 2262 | executeUpdate . in ''
  28. | 2246 | executeUpdate in ''
  29. | 603 | doCall . . . . . in com.kameleoon.backoffice.PreferencesController$_handleDeleteGoal_closure46
  30. | 534 | doCall in com.kameleoon.core.CommonController$_closure2
  31. | 603 | handleDeleteGoal in com.kameleoon.backoffice.PreferencesController
  32. | 198 | doFilter in grails.plugin.cache.web.filter.PageFragmentCachingFilter
  33. | 63 | doFilter . . . . in grails.plugin.cache.web.filter.AbstractFilter
  34. | 23 | doFilterInternal in org.tonyzampogna.xss.sanitizer.filter.XssFilter
  35. | 1145 | runWorker . . . in java.util.concurrent.ThreadPoolExecutor
  36. | 615 | run in java.util.concurrent.ThreadPoolExecutor$Worker
  37. ^ 745 | run . . . . . . in java.lang.Thread
  38. URL: http://back-office.kameleoon-dev.net/kameleoon/preferences/handleDeleteGoal
  39.  
  40. Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B7E2CE` FOREIGN KEY (`master_id`) REFERENCES `goal` (`id`))
  41. com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B7E2CE` FOREIGN KEY (`master_id`) REFERENCES `goal` (`id`))
  42. at com.mysql.jdbc.Util.handleNewInstance(Util.java:408)
  43. at com.mysql.jdbc.Util.getInstance(Util.java:383)
  44. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1049)
  45. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4226)
  46. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4158)
  47. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615)
  48. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776)
  49. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2840)
  50. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082)
  51. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2334)
  52. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2262)
  53. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2246)
  54. at com.kameleoon.backoffice.PreferencesController$_handleDeleteGoal_closure46.doCall(PreferencesController.groovy:603)
  55. at com.kameleoon.core.CommonController$_closure2.doCall(CommonController.groovy:534)
  56. at com.kameleoon.backoffice.PreferencesController.handleDeleteGoal(PreferencesController.groovy:603)
  57. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  58. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  59. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  60. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  61. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  62. at java.lang.Thread.run(Thread.java:745)
  63. 2015-05-22 15:06:42,439 [quartzScheduler_Worker-37] INFO kameleoon.runtime - Processing DelayedEvents.
  64. 2015-05-22 15:08:42,439 [quartzScheduler_Worker-40] INFO kameleoon.runtime - UpdateMentalistDataJob aborted because a previous job is still running
  65. 2015-05-22 15:11:42,439 [quartzScheduler_Worker-44] INFO kameleoon.runtime - Processing DelayedEvents.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement