Advertisement
mugs

below the line item sort didn't work

Sep 23rd, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 22.47 KB | None | 0 0
  1. java.lang.RuntimeException: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  2.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:340)
  3.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.processACMReq(PurchaseOrderServiceImpl.java:1792)
  4.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  5.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  6.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  7.     at java.lang.reflect.Method.invoke(Method.java:606)
  8.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  9.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  10.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  11.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  12.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  13.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  14.     at com.sun.proxy.$Proxy276.processACMReq(Unknown Source)
  15.     at org.kuali.kfs.module.purap.document.ContractManagerAssignmentDocument.doRouteStatusChange(ContractManagerAssignmentDocument.java:115)
  16.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  17.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:61)
  18.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  19.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:60)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  22.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23.     at java.lang.reflect.Method.invoke(Method.java:606)
  24.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  25.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  26.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  27.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  28.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  29.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  30.     at com.sun.proxy.$Proxy113.doRouteStatusChange(Unknown Source)
  31.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  33.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  34.     at java.lang.reflect.Method.invoke(Method.java:606)
  35.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  36.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  37.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  38.     at org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor.invoke(NoResultExceptionInterceptor.java:33)
  39.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  40.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  41.     at com.sun.proxy.$Proxy114.doRouteStatusChange(Unknown Source)
  42.     at org.kuali.kfs.sys.document.workflow.PostProcessor.doRouteStatusChange(PostProcessor.java:53)
  43.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessor(StandardWorkflowEngine.java:513)
  44.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.nodePostProcess(StandardWorkflowEngine.java:423)
  45.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:151)
  46.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  47.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  49.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  50.     at java.lang.reflect.Method.invoke(Method.java:606)
  51.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  52.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  53.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  54.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  55.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  56.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  57.     at com.sun.proxy.$Proxy198.processWithOptions(Unknown Source)
  58.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  59.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  60.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  61.     at java.lang.reflect.Method.invoke(Method.java:606)
  62.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  63.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  64.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  65.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  66.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  67.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  68.     at java.lang.Thread.run(Thread.java:745)
  69. Caused by: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  70.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.sortBelowTheLine(PurapServiceImpl.java:387)
  71.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.addBelowLineItems(PurapServiceImpl.java:325)
  72.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.generatePurchaseOrderFromRequisition(PurchaseOrderServiceImpl.java:382)
  73.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl$2.runLogic(PurchaseOrderServiceImpl.java:325)
  74.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.performLogicWithFakedUserSession(PurapServiceImpl.java:757)
  75.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:332)
  76.     ... 66 more
  77. 2015-09-23 15:08:00,941 [KFS/KSB-pool-1-thread-15] u:13000063/d:862563 ERROR org.kuali.rice.krad.service.impl.PostProcessorServiceImpl :: caught exception while handling route status change
  78. java.lang.RuntimeException: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  79.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:340)
  80.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.processACMReq(PurchaseOrderServiceImpl.java:1792)
  81.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  82.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  83.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84.     at java.lang.reflect.Method.invoke(Method.java:606)
  85.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  86.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  87.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  88.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  89.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  90.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  91.     at com.sun.proxy.$Proxy276.processACMReq(Unknown Source)
  92.     at org.kuali.kfs.module.purap.document.ContractManagerAssignmentDocument.doRouteStatusChange(ContractManagerAssignmentDocument.java:115)
  93.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  94.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:61)
  95.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  96.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:60)
  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:606)
  101.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  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.invoke(TransactionInterceptor.java:110)
  105.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  106.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  107.     at com.sun.proxy.$Proxy113.doRouteStatusChange(Unknown Source)
  108.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  110.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111.     at java.lang.reflect.Method.invoke(Method.java:606)
  112.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  113.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  114.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  115.     at org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor.invoke(NoResultExceptionInterceptor.java:33)
  116.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  117.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  118.     at com.sun.proxy.$Proxy114.doRouteStatusChange(Unknown Source)
  119.     at org.kuali.kfs.sys.document.workflow.PostProcessor.doRouteStatusChange(PostProcessor.java:53)
  120.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessor(StandardWorkflowEngine.java:513)
  121.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.nodePostProcess(StandardWorkflowEngine.java:423)
  122.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:151)
  123.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  124.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  125.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  126.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  127.     at java.lang.reflect.Method.invoke(Method.java:606)
  128.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  129.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  130.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  131.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  132.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  133.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  134.     at com.sun.proxy.$Proxy198.processWithOptions(Unknown Source)
  135.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  136.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  137.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  138.     at java.lang.reflect.Method.invoke(Method.java:606)
  139.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  140.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  141.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  142.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  143.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  144.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  145.     at java.lang.Thread.run(Thread.java:745)
  146. Caused by: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  147.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.sortBelowTheLine(PurapServiceImpl.java:387)
  148.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.addBelowLineItems(PurapServiceImpl.java:325)
  149.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.generatePurchaseOrderFromRequisition(PurchaseOrderServiceImpl.java:382)
  150.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl$2.runLogic(PurchaseOrderServiceImpl.java:325)
  151.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.performLogicWithFakedUserSession(PurapServiceImpl.java:757)
  152.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:332)
  153.     ... 66 more
  154. 2015-09-23 15:08:00,943 [KFS/KSB-pool-1-thread-15] u:13000063/d:862563 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.
  155. java.lang.RuntimeException: post processor caught exception while handling route status change: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  156.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.logAndRethrow(PostProcessorServiceImpl.java:349)
  157.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.access$200(PostProcessorServiceImpl.java:49)
  158.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:101)
  159.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:61)
  160.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  161.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:60)
  162.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  163.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  164.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  165.     at java.lang.reflect.Method.invoke(Method.java:606)
  166.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  167.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  168.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  169.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  170.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  171.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  172.     at com.sun.proxy.$Proxy113.doRouteStatusChange(Unknown Source)
  173.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  174.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  175.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  176.     at java.lang.reflect.Method.invoke(Method.java:606)
  177.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  178.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  179.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  180.     at org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor.invoke(NoResultExceptionInterceptor.java:33)
  181.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  182.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  183.     at com.sun.proxy.$Proxy114.doRouteStatusChange(Unknown Source)
  184.     at org.kuali.kfs.sys.document.workflow.PostProcessor.doRouteStatusChange(PostProcessor.java:53)
  185.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessor(StandardWorkflowEngine.java:513)
  186.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.nodePostProcess(StandardWorkflowEngine.java:423)
  187.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:151)
  188.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  189.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  190.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  191.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  192.     at java.lang.reflect.Method.invoke(Method.java:606)
  193.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  194.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  195.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  196.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  197.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  198.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  199.     at com.sun.proxy.$Proxy198.processWithOptions(Unknown Source)
  200.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  201.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  202.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  203.     at java.lang.reflect.Method.invoke(Method.java:606)
  204.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  205.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  206.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  207.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  208.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  209.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  210.     at java.lang.Thread.run(Thread.java:745)
  211. Caused by: java.lang.RuntimeException: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  212.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:340)
  213.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.processACMReq(PurchaseOrderServiceImpl.java:1792)
  214.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  215.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  216.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  217.     at java.lang.reflect.Method.invoke(Method.java:606)
  218.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  219.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  220.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  221.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  222.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  223.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  224.     at com.sun.proxy.$Proxy276.processACMReq(Unknown Source)
  225.     at org.kuali.kfs.module.purap.document.ContractManagerAssignmentDocument.doRouteStatusChange(ContractManagerAssignmentDocument.java:115)
  226.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  227.     ... 52 more
  228. Caused by: java.lang.RuntimeException: below the line item sort didn't work: trying to remove an item without adding it back
  229.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.sortBelowTheLine(PurapServiceImpl.java:387)
  230.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.addBelowLineItems(PurapServiceImpl.java:325)
  231.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.generatePurchaseOrderFromRequisition(PurchaseOrderServiceImpl.java:382)
  232.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl$2.runLogic(PurchaseOrderServiceImpl.java:325)
  233.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.performLogicWithFakedUserSession(PurapServiceImpl.java:757)
  234.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createPurchaseOrderDocument(PurchaseOrderServiceImpl.java:332)
  235.     ... 66 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement