Advertisement
mugs

UnknownDocumentIdException: unable to locate document

Aug 10th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.09 KB | None | 0 0
  1. org.kuali.rice.krad.exception.UnknownDocumentIdException: unable to locate document with documentHeaderId '861192'
  2.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.loadWorkflowDocument(WorkflowDocumentServiceImpl.java:123)
  3.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  5.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6.     at java.lang.reflect.Method.invoke(Method.java:606)
  7.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  8.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  9.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  10.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  11.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  12.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  13.     at com.sun.proxy.$Proxy103.loadWorkflowDocument(Unknown Source)
  14.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.getByDocumentHeaderId(DocumentServiceImpl.java:683)
  15.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.findDocument(PurchaseOrderServiceImpl.java:1994)
  16.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.filterDocumentsForAppDocStatusOpen(PurchaseOrderServiceImpl.java:1971)
  17.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.autoCloseFullyDisencumberedOrders(PurchaseOrderServiceImpl.java:1811)
  18.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  20.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21.     at java.lang.reflect.Method.invoke(Method.java:606)
  22.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  23.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  24.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  25.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  26.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  27.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  28.     at com.sun.proxy.$Proxy272.autoCloseFullyDisencumberedOrders(Unknown Source)
  29.     at org.kuali.kfs.module.purap.batch.AutoClosePurchaseOrdersStep.execute(AutoClosePurchaseOrdersStep.java:42)
  30.     at org.kuali.kfs.sys.batch.Job.runStep(Job.java:175)
  31.     at org.kuali.kfs.sys.batch.Job.execute(Job.java:121)
  32.     at org.quartz.core.JobRunShell.run(JobRunShell.java:216)
  33.     at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:549)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement