Advertisement
mugs

User is not authorized to Recall document

Sep 30th, 2015
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 7.26 KB | None | 0 0
  1. org.kuali.rice.kew.api.action.InvalidActionTakenException: User is not authorized to Recall document
  2.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.translateException(WorkflowDocumentActionsServiceImpl.java:1342)
  3.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.executeActionInternal(WorkflowDocumentActionsServiceImpl.java:1361)
  4.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.recall(WorkflowDocumentActionsServiceImpl.java:565)
  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.$Proxy160.recall(Unknown Source)
  16.     at org.kuali.rice.kew.impl.document.WorkflowDocumentImpl.recall(WorkflowDocumentImpl.java:359)
  17.     at org.kuali.rice.krad.workflow.service.impl.WorkflowDocumentServiceImpl.recall(WorkflowDocumentServiceImpl.java:195)
  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.$Proxy77.recall(Unknown Source)
  29.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.recallDocument(DocumentServiceImpl.java:350)
  30.     at za.org.kuali.rice.kew.routeheader.service.impl.WorkflowDocumentServiceImplTest.testRecallDocumentStringDocumentRouteHeaderValue(WorkflowDocumentServiceImplTest.java:147)
  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 junit.framework.TestCase.runTest(TestCase.java:168)
  36.     at org.kuali.kfs.sys.context.KualiTestBase.runBare(KualiTestBase.java:98)
  37.     at junit.framework.TestResult$1.protect(TestResult.java:110)
  38.     at junit.framework.TestResult.runProtected(TestResult.java:128)
  39.     at junit.framework.TestResult.run(TestResult.java:113)
  40.     at junit.framework.TestCase.run(TestCase.java:124)
  41.     at junit.framework.TestSuite.runTest(TestSuite.java:232)
  42.     at junit.framework.TestSuite.run(TestSuite.java:227)
  43.     at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83)
  44.     at org.junit.runners.Suite.runChild(Suite.java:128)
  45.     at org.junit.runners.Suite.runChild(Suite.java:24)
  46.     at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
  47.     at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
  48.     at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
  49.     at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
  50.     at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
  51.     at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  52.     at org.junit.runner.JUnitCore.run(JUnitCore.java:157)
  53.     at org.junit.runner.JUnitCore.run(JUnitCore.java:136)
  54.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.createReqestAndRun(JUnitCoreWrapper.java:139)
  55.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.executeEager(JUnitCoreWrapper.java:111)
  56.     at org.apache.maven.surefire.junitcore.JUnitCoreWrapper.execute(JUnitCoreWrapper.java:84)
  57.     at org.apache.maven.surefire.junitcore.JUnitCoreProvider.invoke(JUnitCoreProvider.java:141)
  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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
  63.     at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:158)
  64.     at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:86)
  65.     at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
  66.     at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:95)
  67. Caused by: org.kuali.rice.kew.api.exception.InvalidActionTakenException: User is not authorized to Recall document
  68.     at org.kuali.rice.kew.actions.RecallAction.recordAction(RecallAction.java:296)
  69.     at org.kuali.rice.kew.actions.ActionTakenEvent.performAction(ActionTakenEvent.java:219)
  70.     at org.kuali.rice.kew.routeheader.service.impl.WorkflowDocumentServiceImpl.recallDocument(WorkflowDocumentServiceImpl.java:208)
  71.     at za.org.kuali.rice.kew.routeheader.service.impl.WorkflowDocumentServiceImpl.recallDocument(WorkflowDocumentServiceImpl.java:23)
  72.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  73.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  74.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  75.     at java.lang.reflect.Method.invoke(Method.java:606)
  76.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  77.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  78.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  79.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  80.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  81.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  82.     at com.sun.proxy.$Proxy424.recallDocument(Unknown Source)
  83.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl$16.doInDocumentBo(WorkflowDocumentActionsServiceImpl.java:568)
  84.     at org.kuali.rice.kew.impl.action.WorkflowDocumentActionsServiceImpl.executeActionInternal(WorkflowDocumentActionsServiceImpl.java:1358)
  85.     ... 63 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement