Advertisement
mugs

NullPointerException at FinancialSystemDocumentHeader.popula

May 11th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.09 KB | None | 0 0
  1. 2018-05-11 10:46:38,462 [KFS/KSB-pool-1-thread-2] u:11942657/d: FATAL org.kuali.rice.core.framework.persistence.jta.KualiTransactionInterceptor :: Exception caught by Transaction Interceptor, this will cause a rollback at the end of the transaction.
  2. java.lang.NullPointerException
  3.     at org.kuali.kfs.sys.businessobject.FinancialSystemDocumentHeader.populateDescription(FinancialSystemDocumentHeader.java:206)
  4.     at org.kuali.kfs.sys.businessobject.FinancialSystemDocumentHeader.getDocumentDescription(FinancialSystemDocumentHeader.java:197)
  5.     at org.kuali.rice.krad.workflow.attribute.DataDictionarySearchableAttribute.extractDocumentAttributes(DataDictionarySearchableAttribute.java:103)
  6.     at org.kuali.kfs.sys.document.workflow.FinancialSystemSearchableAttribute.extractDocumentAttributes(FinancialSystemSearchableAttribute.java:185)
  7.     at org.kuali.kfs.sys.document.workflow.KFSDocumentSearchCustomizer.extractDocumentAttributes(KFSDocumentSearchCustomizer.java:75)
  8.     at org.kuali.rice.kew.impl.document.attribute.DocumentAttributeIndexingQueueImpl.buildSearchableAttributeValues(DocumentAttributeIndexingQueueImpl.java:104)
  9.     at org.kuali.rice.kew.impl.document.attribute.DocumentAttributeIndexingQueueImpl.indexDocument(DocumentAttributeIndexingQueueImpl.java:78)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13.     at java.lang.reflect.Method.invoke(Method.java:606)
  14.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  15.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  16.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  17.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  18.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  19.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  20.     at com.sun.proxy.$Proxy218.indexDocument(Unknown Source)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  23.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  24.     at java.lang.reflect.Method.invoke(Method.java:606)
  25.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  26.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  27.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  28.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  29.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  30.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  31.     at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement