Advertisement
mugs

Could not locate group

Jul 27th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.66 KB | None | 0 0
  1. org.kuali.rice.core.api.exception.RiceRuntimeException: Could not locate group with id '13180495'
  2.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.handleAdHocRouteRequests(WorkflowDocumentServiceImpl.java:348)
  3.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.handleAdHocRouteRequests(WorkflowDocumentServiceImpl.java:291)
  4.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.route(WorkflowDocumentServiceImpl.java:237)
  5.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8.     at java.lang.reflect.Method.invoke(Method.java:606)
  9.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  10.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  11.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  12.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  13.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  14.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  15.     at com.sun.proxy.$Proxy77.route(Unknown Source)
  16.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.routeDocument(DocumentServiceImpl.java:194)
  17.     at za.org.kuali.kfs.module.purap.document.RequisitionDocumentTests.testAdHocDisapprove(RequisitionDocumentTests.java:128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement