Advertisement
Guest User

A@A ST

a guest
Sep 19th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.50 KB | None | 0 0
  1. 2014-09-19 12:45:14,442 [ks/KSB-pool-1-thread-5] u:alice/d:3044 INFO org.kuali.rice.kew.util.PerformanceLogger - Time: 1067ms, docId=3044, Time to generate exception request.
  2. 2014-09-19 12:45:14,442 [ks/KSB-pool-1-thread-5] u:alice/d: FATAL org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor - Exception caught by Transaction Interceptor, this will cause a rollback at the end of the transaction.
  3. org.kuali.rice.kew.api.WorkflowRuntimeException: java.lang.RuntimeException: post processor caught exception while handling route status change: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  4. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.notifyStatusChange(ExceptionRoutingServiceImpl.java:150)
  5. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.activateExceptionRequests(ExceptionRoutingServiceImpl.java:211)
  6. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:123)
  7. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:86)
  8. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:67)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12. at java.lang.reflect.Method.invoke(Method.java:601)
  13. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  14. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  15. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  16. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  17. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  18. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  19. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  20. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  21. at com.sun.proxy.$Proxy515.placeInExceptionRouting(Unknown Source)
  22. at org.kuali.rice.kew.messaging.exceptionhandling.DocumentMessageExceptionHandler.placeInException(DocumentMessageExceptionHandler.java:36)
  23. at org.kuali.rice.ksb.messaging.exceptionhandling.DefaultMessageExceptionHandler.handleException(DefaultMessageExceptionHandler.java:44)
  24. at org.kuali.rice.ksb.messaging.exceptionhandling.DefaultExceptionServiceImpl.placeInExceptionRouting(DefaultExceptionServiceImpl.java:64)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:601)
  29. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  30. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  31. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  32. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  33. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  34. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  35. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  36. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  37. at com.sun.proxy.$Proxy514.placeInExceptionRouting(Unknown Source)
  38. at org.kuali.rice.ksb.messaging.MessageServiceInvoker.placeInExceptionRouting(MessageServiceInvoker.java:123)
  39. at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:91)
  40. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  41. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  42. at java.lang.Thread.run(Thread.java:722)
  43. Caused by: java.lang.RuntimeException: post processor caught exception while handling route status change: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  44. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.logAndRethrow(PostProcessorServiceImpl.java:346)
  45. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.access$200(PostProcessorServiceImpl.java:55)
  46. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:103)
  47. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:63)
  48. at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:204)
  49. at org.kuali.rice.krad.util.LegacyUtils.doInLegacyContext(LegacyUtils.java:150)
  50. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:63)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:601)
  55. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  56. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  57. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  58. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  59. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  60. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  61. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  62. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  63. at com.sun.proxy.$Proxy155.doRouteStatusChange(Unknown Source)
  64. at org.kuali.rice.krad.workflow.postprocessor.KualiPostProcessor.doRouteStatusChange(KualiPostProcessor.java:56)
  65. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.notifyStatusChange(ExceptionRoutingServiceImpl.java:143)
  66. ... 38 more
  67. Caused by: java.lang.RuntimeException: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  68. at org.kuali.student.cm.maintenance.CMMaintenanceDocument.doRouteStatusChange(CMMaintenanceDocument.java:180)
  69. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  70. ... 57 more
  71. Caused by: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  72. at org.kuali.student.r2.lum.course.service.impl.CourseServiceImpl.updateCourse(CourseServiceImpl.java:124)
  73. at sun.reflect.GeneratedMethodAccessor2138.invoke(Unknown Source)
  74. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  75. at java.lang.reflect.Method.invoke(Method.java:601)
  76. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  77. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  78. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  79. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  80. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  81. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  82. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  83. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  84. at com.sun.proxy.$Proxy353.updateCourse(Unknown Source)
  85. at org.kuali.student.cm.course.service.impl.CommonCourseMaintainableImpl.updateCourseIfNecessary(CommonCourseMaintainableImpl.java:231)
  86. at org.kuali.student.cm.course.service.impl.CommonCourseMaintainableImpl.processCustomRouteStatusChange(CommonCourseMaintainableImpl.java:149)
  87. at org.kuali.student.cm.proposal.service.impl.ProposalMaintainableImpl.doRouteStatusChange(ProposalMaintainableImpl.java:390)
  88. at org.kuali.student.cm.maintenance.CMMaintenanceDocument.doRouteStatusChange(CMMaintenanceDocument.java:177)
  89. ... 58 more
  90. 2014-09-19 12:45:14,443 [ks/KSB-pool-1-thread-5] u:alice/d: FATAL org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor - Exception caught by Transaction Interceptor, this will cause a rollback at the end of the transaction.
  91. org.kuali.rice.kew.api.WorkflowRuntimeException: java.lang.RuntimeException: post processor caught exception while handling route status change: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  92. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.notifyStatusChange(ExceptionRoutingServiceImpl.java:150)
  93. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.activateExceptionRequests(ExceptionRoutingServiceImpl.java:211)
  94. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:123)
  95. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:86)
  96. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.placeInExceptionRouting(ExceptionRoutingServiceImpl.java:67)
  97. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  98. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  99. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100. at java.lang.reflect.Method.invoke(Method.java:601)
  101. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  102. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  103. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  104. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  105. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  106. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  107. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  108. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  109. at com.sun.proxy.$Proxy515.placeInExceptionRouting(Unknown Source)
  110. at org.kuali.rice.kew.messaging.exceptionhandling.DocumentMessageExceptionHandler.placeInException(DocumentMessageExceptionHandler.java:36)
  111. at org.kuali.rice.ksb.messaging.exceptionhandling.DefaultMessageExceptionHandler.handleException(DefaultMessageExceptionHandler.java:44)
  112. at org.kuali.rice.ksb.messaging.exceptionhandling.DefaultExceptionServiceImpl.placeInExceptionRouting(DefaultExceptionServiceImpl.java:64)
  113. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  114. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  115. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  116. at java.lang.reflect.Method.invoke(Method.java:601)
  117. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  118. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  119. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  120. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  121. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  122. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  123. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  124. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  125. at com.sun.proxy.$Proxy514.placeInExceptionRouting(Unknown Source)
  126. at org.kuali.rice.ksb.messaging.MessageServiceInvoker.placeInExceptionRouting(MessageServiceInvoker.java:123)
  127. at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:91)
  128. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  129. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  130. at java.lang.Thread.run(Thread.java:722)
  131. Caused by: java.lang.RuntimeException: post processor caught exception while handling route status change: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  132. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.logAndRethrow(PostProcessorServiceImpl.java:346)
  133. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.access$200(PostProcessorServiceImpl.java:55)
  134. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:103)
  135. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:63)
  136. at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:204)
  137. at org.kuali.rice.krad.util.LegacyUtils.doInLegacyContext(LegacyUtils.java:150)
  138. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:63)
  139. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  140. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  141. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  142. at java.lang.reflect.Method.invoke(Method.java:601)
  143. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  144. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  145. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  146. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  147. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  148. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  149. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  150. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  151. at com.sun.proxy.$Proxy155.doRouteStatusChange(Unknown Source)
  152. at org.kuali.rice.krad.workflow.postprocessor.KualiPostProcessor.doRouteStatusChange(KualiPostProcessor.java:56)
  153. at org.kuali.rice.kew.messaging.exceptionhandling.ExceptionRoutingServiceImpl.notifyStatusChange(ExceptionRoutingServiceImpl.java:143)
  154. ... 38 more
  155. Caused by: java.lang.RuntimeException: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  156. at org.kuali.student.cm.maintenance.CMMaintenanceDocument.doRouteStatusChange(CMMaintenanceDocument.java:180)
  157. at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  158. ... 57 more
  159. Caused by: org.kuali.student.r2.common.exceptions.VersionMismatchException: Course to be updated is not the current version.
  160. at org.kuali.student.r2.lum.course.service.impl.CourseServiceImpl.updateCourse(CourseServiceImpl.java:124)
  161. at sun.reflect.GeneratedMethodAccessor2138.invoke(Unknown Source)
  162. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  163. at java.lang.reflect.Method.invoke(Method.java:601)
  164. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  165. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  166. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  167. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:96)
  168. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:260)
  169. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:94)
  170. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  171. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
  172. at com.sun.proxy.$Proxy353.updateCourse(Unknown Source)
  173. at org.kuali.student.cm.course.service.impl.CommonCourseMaintainableImpl.updateCourseIfNecessary(CommonCourseMaintainableImpl.java:231)
  174. at org.kuali.student.cm.course.service.impl.CommonCourseMaintainableImpl.processCustomRouteStatusChange(CommonCourseMaintainableImpl.java:149)
  175. at org.kuali.student.cm.proposal.service.impl.ProposalMaintainableImpl.doRouteStatusChange(ProposalMaintainableImpl.java:390)
  176. at org.kuali.student.cm.maintenance.CMMaintenanceDocument.doRouteStatusChange(CMMaintenanceDocument.java:177)
  177. ... 58 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement