java.lang.NullPointerException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Kuali JIRA by Weldon Sams, 1 year ago
via Kuali JIRA by Weldon Sams, 1 year ago
via Kuali JIRA by Weldon Sams, 2 years ago
via Kuali JIRA by Weldon Sams, 2 years ago
via Kuali JIRA by Mike Riley, 1 year ago
via Kuali JIRA by Mike Riley, 2 years ago
java.lang.NullPointerException:
at org.kuali.rice.ken.service.impl.NotificationWorkflowDocumentServiceImpl.createAndAdHocRouteNotificationWorkflowDocument(NotificationWorkflowDocumentServiceImpl.java:96)
at sun.reflect.GeneratedMethodAccessor1687.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy100.createAndAdHocRouteNotificationWorkflowDocument(Unknown Source)
at org.kuali.rice.ken.deliverer.impl.KEWActionListMessageDeliverer.deliverMessage(KEWActionListMessageDeliverer.java:68)
at org.kuali.rice.ken.service.impl.NotificationMessageDeliveryResolverServiceImpl.processWorkItems(NotificationMessageDeliveryResolverServiceImpl.java:178)
at org.kuali.rice.ken.service.impl.ConcurrentJob$2$1.doInTransaction(ConcurrentJob.java:192)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
at org.kuali.rice.ken.service.impl.ConcurrentJob$2.call(ConcurrentJob.java:189)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)