Advertisement
mugs

unable to locate document

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