Advertisement
mugs

Attempted to create a KimPrincipalRecipient with a null KimP

May 6th, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.83 KB | None | 0 0
  1. org.kuali.rice.ksb.messaging.MessageProcessingException: java.lang.reflect.InvocationTargetException
  2.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:76)
  3.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  4.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  5.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  6.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  7.     at java.lang.Thread.run(Thread.java:745)
  8. Caused by: java.lang.reflect.InvocationTargetException
  9.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  11.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  12.     at java.lang.reflect.Method.invoke(Method.java:606)
  13.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  14.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  15.     ... 5 more
  16. Caused by: org.kuali.rice.kew.exception.RouteManagerException: org.kuali.rice.kew.exception.RouteManagerException: Attempted to create a KimPrincipalRecipient with a null KimPrincipal!
  17.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:156)
  18.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  19.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22.     at java.lang.reflect.Method.invoke(Method.java:606)
  23.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  24.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  25.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  26.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  27.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  28.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  29.     at com.sun.proxy.$Proxy200.processWithOptions(Unknown Source)
  30.     ... 11 more
  31. Caused by: org.kuali.rice.kew.exception.RouteManagerException: Attempted to create a KimPrincipalRecipient with a null KimPrincipal!
  32.     at org.kuali.rice.kew.engine.node.RequestsNode.process(RequestsNode.java:89)
  33.     at org.kuali.rice.kew.engine.transition.SimpleTransitionEngine.isComplete(SimpleTransitionEngine.java:35)
  34.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.processNodeInstance(StandardWorkflowEngine.java:183)
  35.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:146)
  36.     ... 23 more
  37. Caused by: java.lang.IllegalArgumentException: Attempted to create a KimPrincipalRecipient with a null KimPrincipal!
  38.     at org.kuali.rice.kew.actionrequest.KimPrincipalRecipient.<init>(KimPrincipalRecipient.java:38)
  39.     at org.kuali.rice.kew.actionrequest.KimPrincipalRecipient.<init>(KimPrincipalRecipient.java:33)
  40.     at org.kuali.rice.kew.actionrequest.ActionRequestFactory.addRoleResponsibilityRequest(ActionRequestFactory.java:439)
  41.     at org.kuali.rice.kew.role.RoleRouteModule.findActionRequests(RoleRouteModule.java:115)
  42.     at org.kuali.rice.kew.engine.node.RequestsNode.getNewActionRequests(RequestsNode.java:185)
  43.     at org.kuali.rice.kew.engine.node.RoleNode.processCustom(RoleNode.java:86)
  44.     at org.kuali.rice.kew.engine.node.RequestsNode.process(RequestsNode.java:55)
  45.     ... 26 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement