Advertisement
mugs

Unable to super user approve IB Document

Mar 4th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.57 KB | None | 0 0
  1. java.lang.RuntimeException: Unable to super user approve IB Document - business rule evaluation failed* document.targetAccountingLines[0].accountNumber: error.existence.with.identifying.accounting.line;
  2. * document.targetAccountingLines[1].accountNumber: error.existence.with.identifying.accounting.line;
  3.  
  4.     at za.org.kuali.kfs.mm.fp.service.impl.KfsInternalBillingService$1.call(KfsInternalBillingService.java:230)
  5.     at za.org.kuali.kfs.mm.fp.service.impl.KfsInternalBillingService$1.call(KfsInternalBillingService.java:221)
  6.     at org.kuali.rice.krad.util.GlobalVariables.doInNewGlobalVariables(GlobalVariables.java:191)
  7.     at za.org.kuali.kfs.mm.fp.service.impl.KfsInternalBillingService.submitToWorkflow(KfsInternalBillingService.java:221)
  8.     at za.org.kuali.kfs.mm.fp.service.impl.KfsInternalBillingService.doCreateAndSubmit(KfsInternalBillingService.java:101)
  9.     at za.org.kuali.kfs.mm.fp.service.impl.KfsInternalBillingService.submitInternalBillingDocument(KfsInternalBillingService.java:69)
  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.$Proxy421.submitInternalBillingDocument(Unknown Source)
  21.     at za.org.kuali.kfs.mm.service.impl.PickVerifyServiceImpl.processInternalBilling(PickVerifyServiceImpl.java:128)
  22.     at za.org.kuali.kfs.mm.service.impl.PickVerifyServiceImpl.processInternalBilling(PickVerifyServiceImpl.java:94)
  23.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  25.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26.     at java.lang.reflect.Method.invoke(Method.java:606)
  27.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  28.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  29.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  30.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  31.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  32.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  33.     at com.sun.proxy.$Proxy470.processInternalBilling(Unknown Source)
  34.     at za.org.kuali.kfs.mm.document.kew.PickVerifyPostProcessor.afterProcess(PickVerifyPostProcessor.java:26)
  35.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessorAfterProcess(StandardWorkflowEngine.java:683)
  36.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.notifyPostProcessorAfterProcess(StandardWorkflowEngine.java:666)
  37.     at org.kuali.rice.kew.engine.StandardWorkflowEngine.process(StandardWorkflowEngine.java:163)
  38.     at org.kuali.rice.kew.impl.document.DocumentProcessingQueueImpl.processWithOptions(DocumentProcessingQueueImpl.java:66)
  39.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  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.$Proxy198.processWithOptions(Unknown Source)
  50.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  51.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  52.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  53.     at java.lang.reflect.Method.invoke(Method.java:606)
  54.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.invokeService(MessageServiceInvoker.java:157)
  55.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker$1.doInTransaction(MessageServiceInvoker.java:72)
  56.     at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:130)
  57.     at org.kuali.rice.ksb.messaging.MessageServiceInvoker.run(MessageServiceInvoker.java:67)
  58.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  59.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  60.     at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement