Advertisement
mugs

KimPrincipalRecipient with a null KimPrincipal

Apr 16th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.31 KB | None | 0 0
  1. 2015-04-16 11:45:34,669 [KFS/KSB-pool-1-thread-2] u:/d:3613 ERROR org.kuali.rice.kew.engine.node.RequestsNode :: Caught exception routing
  2. java.lang.IllegalArgumentException: Attempted to create a KimPrincipalRecipient with a null KimPrincipal!
  3.         at org.kuali.rice.kew.actionrequest.KimPrincipalRecipient.<init>(KimPrincipalRecipient.java:38)
  4.         at org.kuali.rice.kew.actionrequest.KimPrincipalRecipient.<init>(KimPrincipalRecipient.java:33)
  5.         at org.kuali.rice.kew.actionrequest.ActionRequestFactory.addRoleResponsibilityRequest(ActionRequestFactory.java:439)
  6.         at org.kuali.rice.kew.role.RoleRouteModule.findActionRequests(RoleRouteModule.java:115)
  7.         at org.kuali.rice.kew.engine.node.RequestsNode.getNewActionRequests(RequestsNode.java:185)
  8.         at org.kuali.rice.kew.engine.node.RoleNode.processCustom(RoleNode.java:86)
  9.         at org.kuali.rice.kew.engine.node.RequestsNode.process(RequestsNode.java:55)
  10.         at org.kuali.rice.kew.engine.transition.SimpleTransitionEngine.isComplete(SimpleTransitionEngine.java:35)
  11.         at org.kuali.rice.kew.engine.StandardWorkflowEngine.processNodeInstance(StandardWorkflowEngine.java:183)
  12.         at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:146)
  13.         at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  14.         at sun.reflect.GeneratedMethodAccessor1150.invoke(Unknown Source)
  15.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  16.         at java.lang.reflect.Method.invoke(Method.java:597)
  17.         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  18.         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  19.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  20.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  21.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  22.         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  23.         at com.sun.proxy.$Proxy159.processWithOptions(Unknown Source)
  24.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  25.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  26.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  27.         at java.lang.reflect.Method.invoke(Method.java:597)
  28.         at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  29.         at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  30.         at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  31.         at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  32.         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
  33.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
  34.         at java.lang.Thread.run(Thread.java:662)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement