Advertisement
mugs

null pointer on PO close

Jan 20th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 10.49 KB | None | 0 0
  1. java.lang.NullPointerException
  2.     at za.org.kuali.kfs.module.purap.businessobject.PurchaseOrderCapitalAssetLocationExtension.prePersist(PurchaseOrderCapitalAssetLocationExtension.java:26)
  3.     at org.kuali.rice.krad.bo.PersistableBusinessObjectBase.beforeInsert(PersistableBusinessObjectBase.java:249)
  4.     at org.apache.ojb.broker.core.PersistenceBrokerAbstractImpl.performCallBack(Unknown Source)
  5.     at org.apache.ojb.broker.core.PersistenceBrokerAbstractImpl.fireBrokerEvent(Unknown Source)
  6.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  7.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  8.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  9.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToOne(Unknown Source)
  10.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeReferences(Unknown Source)
  11.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  12.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  13.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  14.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  15.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToMany(Unknown Source)
  16.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeCollections(Unknown Source)
  17.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  18.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  19.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  20.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  21.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToOne(Unknown Source)
  22.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeReferences(Unknown Source)
  23.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  24.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  25.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  26.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  27.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToMany(Unknown Source)
  28.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeCollections(Unknown Source)
  29.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  30.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  31.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  32.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  33.     at org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  34.     at org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  35.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate$9.doInPersistenceBroker(PersistenceBrokerTemplate.java:246)
  36.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate.execute(PersistenceBrokerTemplate.java:141)
  37.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate.store(PersistenceBrokerTemplate.java:244)
  38.     at org.kuali.rice.krad.dao.impl.DocumentDaoOjb.save(DocumentDaoOjb.java:60)
  39.     at org.kuali.rice.krad.dao.proxy.DocumentDaoProxy.save(DocumentDaoProxy.java:98)
  40.     at sun.reflect.GeneratedMethodAccessor1699.invoke(Unknown Source)
  41.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42.     at java.lang.reflect.Method.invoke(Method.java:606)
  43.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  44.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  45.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  46.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  47.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  48.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  49.     at com.sun.proxy.$Proxy77.save(Unknown Source)
  50.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.validateAndPersistDocument(DocumentServiceImpl.java:860)
  51.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.routeDocument(DocumentServiceImpl.java:192)
  52.     at org.kuali.kfs.module.purap.document.service.impl.PurchaseOrderServiceImpl.createAndRoutePotentialChangeDocument(PurchaseOrderServiceImpl.java:707)
  53.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  55.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56.     at java.lang.reflect.Method.invoke(Method.java:606)
  57.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  58.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  59.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  60.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  61.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  62.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  63.     at com.sun.proxy.$Proxy268.createAndRoutePotentialChangeDocument(Unknown Source)
  64.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.processCloseReopenPo(PurapServiceImpl.java:677)
  65.     at org.kuali.kfs.module.purap.document.service.impl.PurapServiceImpl.performLogicForCloseReopenPO(PurapServiceImpl.java:605)
  66.     at org.kuali.kfs.module.purap.document.PaymentRequestDocument.saveDocumentFromPostProcessing(PaymentRequestDocument.java:848)
  67.     at org.kuali.kfs.module.purap.document.AccountsPayableDocumentBase.doRouteLevelChange(AccountsPayableDocumentBase.java:190)
  68.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$2.call(PostProcessorServiceImpl.java:133)
  69.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl$2.call(PostProcessorServiceImpl.java:113)
  70.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  71.     at org.kuali.rice.krad.service.impl.PostProcessorServiceImpl.doRouteLevelChange(PostProcessorServiceImpl.java:112)
  72.     at sun.reflect.GeneratedMethodAccessor962.invoke(Unknown Source)
  73.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  74.     at java.lang.reflect.Method.invoke(Method.java:606)
  75.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  76.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  77.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  78.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  79.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  80.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  81.     at com.sun.proxy.$Proxy88.doRouteLevelChange(Unknown Source)
  82.     at sun.reflect.GeneratedMethodAccessor962.invoke(Unknown Source)
  83.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  84.     at java.lang.reflect.Method.invoke(Method.java:606)
  85.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  86.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  87.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  88.     at org.kuali.rice.core.framework.persistence.jpa.NoResultExceptionInterceptor.invoke(NoResultExceptionInterceptor.java:33)
  89.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  90.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  91.     at com.sun.proxy.$Proxy89.doRouteLevelChange(Unknown Source)
  92.     at org.kuali.kfs.sys.document.workflow.PostProcessor.doRouteLevelChange(PostProcessor.java:74)
  93.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessor(StandardWorkflowEngine.java:585)
  94.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyNodeChange(StandardWorkflowEngine.java:345)
  95.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.processNodeInstance(StandardWorkflowEngine.java:231)
  96.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:146)
  97.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  98.     at sun.reflect.GeneratedMethodAccessor1852.invoke(Unknown Source)
  99.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  100.     at java.lang.reflect.Method.invoke(Method.java:606)
  101.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  102.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  103.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  104.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  105.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  106.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  107.     at com.sun.proxy.$Proxy175.processWithOptions(Unknown Source)
  108.     at sun.reflect.GeneratedMethodAccessor1851.invoke(Unknown Source)
  109.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  110.     at java.lang.reflect.Method.invoke(Method.java:606)
  111.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  112.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  113.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  114.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  115.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  116.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  117.     at java.lang.Thread.run(Thread.java:744)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement