Advertisement
mugs

No status found to set for document

Jul 27th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.51 KB | None | 0 0
  1. java.lang.RuntimeException: post processor caught exception while handling route status change: No status found to set for document being disapproved in node 'AdHoc'
  2.     at org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocumentBase.logAndThrowRuntimeException(PurchasingAccountsPayableDocumentBase.java:304)
  3.     at org.kuali.kfs.module.purap.document.PurchasingAccountsPayableDocumentBase.logAndThrowRuntimeException(PurchasingAccountsPayableDocumentBase.java:288)
  4.     at org.kuali.kfs.module.purap.document.RequisitionDocument.doRouteStatusChange(RequisitionDocument.java:463)
  5.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:81)
  6.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$1.call(PostProcessorServiceImpl.java:61)
  7.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  8.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteStatusChange(PostProcessorServiceImpl.java:60)
  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:606)
  13.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  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.invoke(TransactionInterceptor.java:110)
  17.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  18.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  19.     at com.sun.proxy.$Proxy87.doRouteStatusChange(Unknown Source)
  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.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor.invoke(NoResultExceptionInterceptor.java:33)
  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.$Proxy88.doRouteStatusChange(Unknown Source)
  31.     at org.kuali.rice.krad.workflow.postprocessor.KualiPostProcessor.doRouteStatusChange(KualiPostProcessor.java:59)
  32.     at za.org.kuali.kfs.module.purap.document.kew.RequisitionDocumentPostProcessor.doRouteStatusChange(RequisitionDocumentPostProcessor.java:35)
  33.     at org.kuali.rice.kew.actions.ActionTakenEvent$3.call(ActionTakenEvent.java:291)
  34.     at org.kuali.rice.kew.actions.ActionTakenEvent$3.call(ActionTakenEvent.java:287)
  35.     at org.kuali.rice.kew.actions.ActionTakenEvent.invokePostProcessor(ActionTakenEvent.java:258)
  36.     at org.kuali.rice.kew.actions.ActionTakenEvent.notifyStatusChange(ActionTakenEvent.java:287)
  37.     at org.kuali.rice.kew.actions.DisapproveAction.recordAction(DisapproveAction.java:159)
  38.     at org.kuali.rice.kew.routeheader.service.impl.WorkflowDocumentServiceImpl.disapproveDocument(WorkflowDocumentServiceImpl.java:286)
  39.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  41.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42.     at java.lang.reflect.Method.invoke(Method.java:606)
  43.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  44.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  45.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  46.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  47.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  48.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  49.     at com.sun.proxy.$Proxy420.disapproveDocument(Unknown Source)
  50.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl$6.doInDocumentBo(WorkflowDocumentActionsServiceImpl.java:160)
  51.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.executeActionInternal(WorkflowDocumentActionsServiceImpl.java:1358)
  52.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.disapprove(WorkflowDocumentActionsServiceImpl.java:591)
  53.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  55.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56.     at java.lang.reflect.Method.invoke(Method.java:606)
  57.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  58.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  59.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  60.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  61.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  62.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  63.     at com.sun.proxy.$Proxy160.disapprove(Unknown Source)
  64.     at org.kuali.rice.kew.impl.document.WorkflowDocumentImpl.disapprove(WorkflowDocumentImpl.java:338)
  65.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.disapprove(WorkflowDocumentServiceImpl.java:228)
  66.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  68.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69.     at java.lang.reflect.Method.invoke(Method.java:606)
  70.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  71.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  72.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  73.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  74.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  75.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  76.     at com.sun.proxy.$Proxy77.disapprove(Unknown Source)
  77.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.disapproveDocument(DocumentServiceImpl.java:303)
  78.     at za.org.kuali.kfs.module.purap.document.RequisitionDocumentTests.testAdHocDisapprove(RequisitionDocumentTests.java:133)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement