Advertisement
Guest User

admin.log

a guest
Sep 22nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.22 KB | None | 0 0
  1. ecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  2. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  3. org.hibernate.exception.ConstraintViolationException: could not execute statement
  4. at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:59)
  5. at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
  6. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
  7. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
  8. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:178)
  9. at org.hibernate.dialect.identity.GetGeneratedKeysDelegate.executeAndExtract(GetGeneratedKeysDelegate.java:57)
  10. at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:42)
  11. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3072)
  12. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3663)
  13. at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:81)
  14. at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645)
  15. at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282)
  16. at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263)
  17. at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317)
  18. at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:359)
  19. at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
  20. at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:200)
  21. at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:131)
  22. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:192)
  23. at org.hibernate.event.internal.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:38)
  24. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:177)
  25. at org.hibernate.event.internal.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:32)
  26. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:73)
  27. at org.hibernate.internal.SessionImpl.fireSave(SessionImpl.java:709)
  28. at org.hibernate.internal.SessionImpl.save(SessionImpl.java:701)
  29. at org.hibernate.internal.SessionImpl.save(SessionImpl.java:696)
  30. at com.morfeus.common.botdomain.datamapper.DashboardDataMapperImpl.updateDashboard(DashboardDataMapperImpl.java:38)
  31. at com.morfeus.service.impl.MorfeusReportServiceImpl.updateReportMap(MorfeusReportServiceImpl.java:459)
  32. at com.morfeus.service.impl.MorfeusReportServiceImpl.auditBankingReport(MorfeusReportServiceImpl.java:123)
  33. at com.morfeus.service.impl.MorfeusReportServiceImpl$$FastClassBySpringCGLIB$$6560f7fb.invoke(<generated>)
  34. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  35. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  36. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  37. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  38. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  39. at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:47)
  40. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  41. at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
  42. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  43. at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62)
  44. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  45. at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62)
  46. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  47. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
  48. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  49. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  50. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
  51. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  52. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  53. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  54. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  55. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  56. at com.morfeus.service.impl.MorfeusReportServiceImpl$$EnhancerBySpringCGLIB$$8680d315.auditBankingReport(<generated>)
  57. at com.morfeus.job.task.MorfeusBankingTask.executeInternal(MorfeusBankingTask.java:32)
  58. at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
  59. at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
  60. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
  61. Caused by: java.sql.SQLIntegrityConstraintViolationException: Column 'code' cannot be null
  62. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:115)
  63. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
  64. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
  65. at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:960)
  66. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1116)
  67. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1066)
  68. at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1396)
  69. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1051)
  70. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:97)
  71. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:97)
  72. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:175)
  73. ... 52 more
  74. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  75. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  76. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  77. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  78. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  79. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  80. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  81. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  82. Sat Sep 07 07:33:10 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  83. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  84. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  85. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  86. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  87. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  88. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  89. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  90. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  91. Sat Sep 07 07:33:17 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  92. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  93. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  94. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  95. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  96. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  97. Sat Sep 07 07:33:20 GMT 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  98. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  99. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  100. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  101. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  102. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  103. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  104. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  105. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  106. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  107. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  108. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  109. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  110. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  111. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  112. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  113. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  114. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  115. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  116. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  117. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  118. SecurityConfiguration for Validator.VALIDATE_COOKIE_VALUE not found in ESAPI.properties. Using default: true
  119. org.hibernate.exception.ConstraintViolationException: could not execute statement
  120. at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:59)
  121. at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
  122. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
  123. at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
  124. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:178)
  125. at org.hibernate.dialect.identity.GetGeneratedKeysDelegate.executeAndExtract(GetGeneratedKeysDelegate.java:57)
  126. at org.hibernate.id.insert.AbstractReturningDelegate.performInsert(AbstractReturningDelegate.java:42)
  127. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3072)
  128. at org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:3663)
  129. at org.hibernate.action.internal.EntityIdentityInsertAction.execute(EntityIdentityInsertAction.java:81)
  130. at org.hibernate.engine.spi.ActionQueue.execute(ActionQueue.java:645)
  131. at org.hibernate.engine.spi.ActionQueue.addResolvedEntityInsertAction(ActionQueue.java:282)
  132. at org.hibernate.engine.spi.ActionQueue.addInsertAction(ActionQueue.java:263)
  133. at org.hibernate.engine.spi.ActionQueue.addAction(ActionQueue.java:317)
  134. at org.hibernate.event.internal.AbstractSaveEventListener.addInsertAction(AbstractSaveEventListener.java:359)
  135. at org.hibernate.event.internal.AbstractSaveEventListener.performSaveOrReplicate(AbstractSaveEventListener.java:292)
  136. at org.hibernate.event.internal.AbstractSaveEventListener.performSave(AbstractSaveEventListener.java:200)
  137. at org.hibernate.event.internal.AbstractSaveEventListener.saveWithGeneratedId(AbstractSaveEventListener.java:131)
  138. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.saveWithGeneratedOrRequestedId(DefaultSaveOrUpdateEventListener.java:192)
  139. at org.hibernate.event.internal.DefaultSaveEventListener.saveWithGeneratedOrRequestedId(DefaultSaveEventListener.java:38)
  140. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.entityIsTransient(DefaultSaveOrUpdateEventListener.java:177)
  141. at org.hibernate.event.internal.DefaultSaveEventListener.performSaveOrUpdate(DefaultSaveEventListener.java:32)
  142. at org.hibernate.event.internal.DefaultSaveOrUpdateEventListener.onSaveOrUpdate(DefaultSaveOrUpdateEventListener.java:73)
  143. at org.hibernate.internal.SessionImpl.fireSave(SessionImpl.java:709)
  144. at org.hibernate.internal.SessionImpl.save(SessionImpl.java:701)
  145. at org.hibernate.internal.SessionImpl.save(SessionImpl.java:696)
  146. at com.morfeus.common.botdomain.datamapper.DashboardDataMapperImpl.updateDashboard(DashboardDataMapperImpl.java:38)
  147. at com.morfeus.service.impl.MorfeusReportServiceImpl.updateReportMap(MorfeusReportServiceImpl.java:459)
  148. at com.morfeus.service.impl.MorfeusReportServiceImpl.auditBankingReport(MorfeusReportServiceImpl.java:123)
  149. at com.morfeus.service.impl.MorfeusReportServiceImpl$$FastClassBySpringCGLIB$$6560f7fb.invoke(<generated>)
  150. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  151. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  152. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  153. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:56)
  154. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  155. at org.springframework.aop.aspectj.AspectJAfterAdvice.invoke(AspectJAfterAdvice.java:47)
  156. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  157. at org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.invoke(AfterReturningAdviceInterceptor.java:55)
  158. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  159. at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62)
  160. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  161. at org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.invoke(AspectJAfterThrowingAdvice.java:62)
  162. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  163. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
  164. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  165. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  166. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
  167. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  168. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  169. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:93)
  170. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  171. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  172. at com.morfeus.service.impl.MorfeusReportServiceImpl$$EnhancerBySpringCGLIB$$8680d315.auditBankingReport(<generated>)
  173. at com.morfeus.job.task.MorfeusBankingTask.executeInternal(MorfeusBankingTask.java:32)
  174. at org.springframework.scheduling.quartz.QuartzJobBean.execute(QuartzJobBean.java:75)
  175. at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
  176. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
  177. Caused by: java.sql.SQLIntegrityConstraintViolationException: Column 'code' cannot be null
  178. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:115)
  179. at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:95)
  180. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
  181. at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:960)
  182. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1116)
  183. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1066)
  184. at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1396)
  185. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1051)
  186. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:97)
  187. at org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:97)
  188. at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.executeUpdate(ResultSetReturnImpl.java:175)
  189. ... 52 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement