Advertisement
hettak

Untitled

Jun 1st, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.37 KB | None | 0 0
  1. | Error 2015-06-01 14:16:33,621 [http-bio-8080-exec-6] ERROR util.JDBCExceptionReporter - Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B151DDFD` FOREIGN KEY (`experiment_id`) REFERENCES `experiment` (`id`))
  2. URL: http://back-office.kameleoon-dev.net/kameleoon/preferences/handleDeleteSite?confirm=true&id=11956
  3.  
  4. Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B151DDFD` FOREIGN KEY (`experiment_id`) REFERENCES `experiment` (`id`))
  5. com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails (`net_kameleoon-dev_kameleoon`.`goal`, CONSTRAINT `FK307F13B151DDFD` FOREIGN KEY (`experiment_id`) REFERENCES `experiment` (`id`))
  6. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  7. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  8. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  9. at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
  10. at com.mysql.jdbc.Util.handleNewInstance(Util.java:408)
  11. at com.mysql.jdbc.Util.getInstance(Util.java:383)
  12. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1049)
  13. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4226)
  14. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4158)
  15. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2615)
  16. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2776)
  17. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2840)
  18. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2082)
  19. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2334)
  20. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2262)
  21. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2246)
  22. at org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEntityPersister.java:2711)
  23. at org.hibernate.persister.entity.AbstractEntityPersister.delete(AbstractEntityPersister.java:2912)
  24. at org.hibernate.action.EntityDeleteAction.execute(EntityDeleteAction.java:97)
  25. at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:273)
  26. at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:265)
  27. at org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:189)
  28. at org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:321)
  29. at org.hibernate.event.def.DefaultAutoFlushEventListener.onAutoFlush(DefaultAutoFlushEventListener.java:64)
  30. at org.hibernate.impl.SessionImpl.autoFlushIfRequired(SessionImpl.java:1185)
  31. at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1709)
  32. at org.hibernate.impl.CriteriaImpl.list(CriteriaImpl.java:347)
  33. at org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByPersistentMethod$1.doInHibernate(FindAllByPersistentMethod.java:113)
  34. at org.springframework.orm.hibernate3.HibernateTemplate.doExecute(HibernateTemplate.java:411)
  35. at org.springframework.orm.hibernate3.HibernateTemplate.executeFind(HibernateTemplate.java:348)
  36. at org.codehaus.groovy.grails.orm.hibernate.metaclass.FindAllByPersistentMethod.doInvokeInternalWithExpressions(FindAllByPersistentMethod.java:73)
  37. at org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.doInvokeInternal(AbstractClausedStaticPersistentMethod.java:539)
  38. at org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractClausedStaticPersistentMethod.doInvokeInternal(AbstractClausedStaticPersistentMethod.java:413)
  39. at org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod.invoke(AbstractStaticPersistentMethod.java:79)
  40. at org.codehaus.groovy.grails.orm.hibernate.metaclass.AbstractStaticPersistentMethod.invoke(AbstractStaticPersistentMethod.java:72)
  41. at org.grails.datastore.gorm.finders.FinderMethod$invoke$0.call(Unknown Source)
  42. at org.grails.datastore.gorm.GormStaticApi.methodMissing(GormStaticApi.groovy:104)
  43. at com.kameleoon.tracking.TargetingSegment.$static_methodMissing(TargetingSegment.groovy)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47. at java.lang.reflect.Method.invoke(Method.java:606)
  48. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
  49. at groovy.lang.MetaClassImpl.invokeStaticMissingMethod(MetaClassImpl.java:1371)
  50. at groovy.lang.MetaClassImpl.invokeStaticMethod(MetaClassImpl.java:1359)
  51. at groovy.lang.ExpandoMetaClass.invokeStaticMethod(ExpandoMetaClass.java:1123)
  52. at org.codehaus.groovy.runtime.callsite.StaticMetaClassSite.call(StaticMetaClassSite.java:50)
  53. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
  54. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
  55. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
  56. at com.kameleoon.backoffice.PreferencesService.setupDeleteMember(PreferencesService.groovy:1241)
  57. at com.kameleoon.backoffice.PreferencesService$setupDeleteMember$2.callCurrent(Unknown Source)
  58. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
  59. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
  60. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
  61. at com.kameleoon.backoffice.PreferencesService.deleteMember(PreferencesService.groovy:1262)
  62. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  64. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  65. at java.lang.reflect.Method.invoke(Method.java:606)
  66. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
  67. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
  68. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1085)
  69. at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
  70. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
  71. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1030)
  72. at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
  73. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
  74. at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
  75. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
  76. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
  77. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
  78. at com.kameleoon.backoffice.PreferencesService$_deleteSite_closure1.doCall(PreferencesService.groovy:119)
  79. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  80. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  81. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  82. at java.lang.reflect.Method.invoke(Method.java:606)
  83. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
  84. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
  85. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1085)
  86. at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
  87. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
  88. at groovy.lang.Closure.call(Closure.java:423)
  89. at groovy.lang.Closure.call(Closure.java:439)
  90. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1373)
  91. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMethods.java:1366)
  92. at org.codehaus.groovy.runtime.dgm$149.invoke(Unknown Source)
  93. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:271)
  94. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:53)
  95. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
  96. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
  97. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
  98. at com.kameleoon.backoffice.PreferencesService.deleteSite(PreferencesService.groovy:116)
  99. at com.kameleoon.backoffice.PreferencesService$$FastClassBySpringCGLIB$$609140d4.invoke(<generated>)
  100. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  101. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:708)
  102. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  103. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:98)
  104. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:262)
  105. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:95)
  106. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  107. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:644)
  108. at com.kameleoon.backoffice.PreferencesService$$EnhancerBySpringCGLIB$$361481f4.deleteSite(<generated>)
  109. at com.kameleoon.backoffice.PreferencesService$deleteSite$1.call(Unknown Source)
  110. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
  111. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:108)
  112. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
  113. at com.kameleoon.backoffice.PreferencesController$_handleDeleteSite_closure38.doCall(PreferencesController.groovy:468)
  114. at com.kameleoon.backoffice.PreferencesController$_handleDeleteSite_closure38.doCall(PreferencesController.groovy)
  115. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  117. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118. at java.lang.reflect.Method.invoke(Method.java:606)
  119. at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:207)
  120. at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:68)
  121. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:45)
  122. at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:73)
  123. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:112)
  124. at com.kameleoon.core.CommonController$_closure2.doCall(CommonController.groovy:534)
  125. at sun.reflect.GeneratedMethodAccessor1780.invoke(Unknown Source)
  126. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  127. at java.lang.reflect.Method.invoke(Method.java:606)
  128. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
  129. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:233)
  130. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1085)
  131. at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
  132. at groovy.lang.MetaClassImpl.invokePropertyOrMissing(MetaClassImpl.java:1124)
  133. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1087)
  134. at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1110)
  135. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:909)
  136. at org.codehaus.groovy.runtime.callsite.PogoMetaClassSite.callCurrent(PogoMetaClassSite.java:66)
  137. at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:49)
  138. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:133)
  139. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:141)
  140. at com.kameleoon.backoffice.PreferencesController.handleDeleteSite(PreferencesController.groovy:468)
  141. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  142. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  143. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  144. at java.lang.reflect.Method.invoke(Method.java:606)
  145. at org.codehaus.groovy.grails.web.servlet.mvc.MixedGrailsControllerHelper.invoke(MixedGrailsControllerHelper.java:154)
  146. at org.codehaus.groovy.grails.web.servlet.mvc.AbstractGrailsControllerHelper.handleAction(AbstractGrailsControllerHelper.java:375)
  147. at org.codehaus.groovy.grails.web.servlet.mvc.AbstractGrailsControllerHelper.executeAction(AbstractGrailsControllerHelper.java:252)
  148. at org.codehaus.groovy.grails.web.servlet.mvc.AbstractGrailsControllerHelper.handleURI(AbstractGrailsControllerHelper.java:205)
  149. at org.codehaus.groovy.grails.web.servlet.mvc.AbstractGrailsControllerHelper.handleURI(AbstractGrailsControllerHelper.java:126)
  150. at org.codehaus.groovy.grails.web.servlet.mvc.SimpleGrailsController.handleRequest(SimpleGrailsController.java:72)
  151. at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
  152. at org.codehaus.groovy.grails.web.servlet.GrailsDispatcherServlet.doDispatch(GrailsDispatcherServlet.java:347)
  153. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:870)
  154. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:961)
  155. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:852)
  156. at javax.servlet.http.HttpServlet.service(HttpServlet.java:620)
  157. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:837)
  158. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  159. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
  160. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  161. at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  162. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  163. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  164. at grails.plugin.cache.web.filter.PageFragmentCachingFilter.doFilter(PageFragmentCachingFilter.java:198)
  165. at grails.plugin.cache.web.filter.AbstractFilter.doFilter(AbstractFilter.java:63)
  166. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
  167. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
  168. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  169. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  170. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  171. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  172. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  173. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  174. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  175. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  176. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101)
  177. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  178. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  179. at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748)
  180. at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486)
  181. at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411)
  182. at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338)
  183. at org.codehaus.groovy.grails.web.mapping.UrlMappingUtils.forwardRequestForUrlMappingInfo(UrlMappingUtils.java:178)
  184. at org.codehaus.groovy.grails.web.mapping.UrlMappingUtils.forwardRequestForUrlMappingInfo(UrlMappingUtils.java:144)
  185. at org.codehaus.groovy.grails.web.mapping.UrlMappingUtils.forwardRequestForUrlMappingInfo(UrlMappingUtils.java:135)
  186. at org.codehaus.groovy.grails.web.mapping.filter.UrlMappingsFilter.doFilterInternal(UrlMappingsFilter.java:216)
  187. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  188. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  189. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  190. at org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequestFilter.doFilterInternal(GrailsWebRequestFilter.java:69)
  191. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  192. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  193. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  194. at org.codehaus.groovy.grails.web.filters.HiddenHttpMethodFilter.doFilterInternal(HiddenHttpMethodFilter.java:67)
  195. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  196. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  197. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  198. at org.tonyzampogna.xss.sanitizer.filter.XssFilter.doFilterInternal(XssFilter.java:23)
  199. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  200. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  201. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  202. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  203. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  204. at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:344)
  205. at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:261)
  206. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
  207. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
  208. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
  209. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
  210. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
  211. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
  212. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
  213. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
  214. at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
  215. at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
  216. at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:313)
  217. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  218. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  219. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement