When submitting a Invoice XML I receive the following exception in the logs:
An item with criteria group ids=[INVOICE: VAL.09752, Integration: 0000295935], sequence=T0000348100 already exists in group active item = Transaction Processor: transactionNo=348100 [Invoice ] all items = {T0000348100=Transaction Processor: transactionNo=348100 [Invoice ]} at sun.reflect.GeneratedConstructorAccessor152.newIns tance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Construc tor.java:274) at glog.util.exception.GLException.factory(GLExceptio n.java:413) at glog.util.exception.GLException.factory(GLExceptio n.java:390) at glog.server.workflow.mediator.Mediator.addItem(Med iator.java:69) at glog.server.workflow.TopicManager.publish(TopicMan ager.java:102) at glog.server.workflow.ServerPublisher.publishIntern al(ServerPublisher.java:52) at glog.server.workflow.ServerPublisher.publish(Serve rPublisher.java:69) at glog.server.workflow.Topic.publish(Topic.java:137) at glog.server.workflow.mediator.MediationTopic.sendT oMediator(MediationTopic.java:26) at glog.server.workflow.mediator.MediationGroup.proce ssGroup(MediationGroup.java:79) at glog.server.workflow.transproc.NewXmlWF.execute(Ne wXmlWF.java:91) at glog.server.workflow.WorkflowSessionBean.execute(W orkflowSessionBean.java:64) at sun.reflect.GeneratedMethodAccessor375.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4
at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.StatelessSessionEJBObject. OC4J_invokeMethod(StatelessSessionEJBObject.java:8 6) at WorkflowSessionNonTrans_StatelessSessionBeanWrappe r200.execute(WorkflowSessionNonTrans_StatelessSess ionBeanWrapper200.java:35) at glog.server.workflow.WorkflowManager.execute(Workf lowManager.java:341) at glog.server.workflow.Trigger.trigger(Trigger.java: 111) at glog.util.event.MemoryEventQueueRunnable.processEv ent(MemoryEventQueueRunnable.java:111) at glog.util.event.MemoryEventQueueRunnable.run(Memor yEventQueueRunnable.java:70) at glog.util.event.EventThread.run(EventThread.java:7 9) at java.lang.Thread.run(Thread.java:534) [integration - 1]
This does not prevent the invoice from getting into OTM. I would like understand what this exception means so I can correct it. If anyone has any ideas please let me know.
Thanks!
Susan
An item with criteria group ids=[INVOICE: VAL.09752, Integration: 0000295935], sequence=T0000348100 already exists in group active item = Transaction Processor: transactionNo=348100 [Invoice ] all items = {T0000348100=Transaction Processor: transactionNo=348100 [Invoice ]} at sun.reflect.GeneratedConstructorAccessor152.newIns tance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Construc tor.java:274) at glog.util.exception.GLException.factory(GLExceptio n.java:413) at glog.util.exception.GLException.factory(GLExceptio n.java:390) at glog.server.workflow.mediator.Mediator.addItem(Med iator.java:69) at glog.server.workflow.TopicManager.publish(TopicMan ager.java:102) at glog.server.workflow.ServerPublisher.publishIntern al(ServerPublisher.java:52) at glog.server.workflow.ServerPublisher.publish(Serve rPublisher.java:69) at glog.server.workflow.Topic.publish(Topic.java:137) at glog.server.workflow.mediator.MediationTopic.sendT oMediator(MediationTopic.java:26) at glog.server.workflow.mediator.MediationGroup.proce ssGroup(MediationGroup.java:79) at glog.server.workflow.transproc.NewXmlWF.execute(Ne wXmlWF.java:91) at glog.server.workflow.WorkflowSessionBean.execute(W orkflowSessionBean.java:64) at sun.reflect.GeneratedMethodAccessor375.invoke(Unkn own Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.evermind.server.ejb.interceptor.joinpoint.EJBJ oinPointImpl.invoke(EJBJoinPointImpl.java:35) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.DMSInte rceptor.invoke(DMSInterceptor.java:52) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.TxNotSu pportedInterceptor.invoke(TxNotSupportedIntercepto r.java:43) at com.evermind.server.ejb.interceptor.InvocationCont extImpl.proceed(InvocationContextImpl.java:69) at com.evermind.server.ejb.interceptor.system.Securit yRoleInterceptor.invoke(SecurityRoleInterceptor.ja va:4

This does not prevent the invoice from getting into OTM. I would like understand what this exception means so I can correct it. If anyone has any ideas please let me know.
Thanks!
Susan
Comment