Page 1 of 1

XML Hierarchiel Stage Error while Grouping

Posted: Tue Mar 08, 2016 1:51 am
by Naren12345babu
Hi, I am using Hierarchiel stage to group records based on some grouping definitions.

When I am runninng this job, the job is failing with the following error,

Hierarchical_Data_86,0: 2016-03-07 11:28:20,671 Error [XML_Composer] [] com.ibm.e2.core.exceptions.E2IllegalStateException: CallAfterLastItemReceived frame = 'UserRuntimeOperatorFrame:Op-RT-4[XML_Composer]', itemDefName = '{http://www.accenture.com/}Customer'
E2IllegalStateException$FactoryImpl.callAfterLastItemReceived() 34

Posted: Tue Mar 08, 2016 2:50 pm
by ray.wurlod
Thank you for telling us that.

Did you have a question?

Posted: Wed Mar 09, 2016 7:41 am
by Naren12345babu
Ohh!! Missed to type actual question. How to resolve this error. Any solution ? Not able to understand where to look to resolve this issue.

Posted: Wed Mar 09, 2016 7:51 am
by eostic
Impossible to tell. Break it down. What makes this one different from simpler ones that you have already done? Are you reading the xml, or writing it? Have you written any before? Have you also parsed and successfully used this xml as a source? Are you using any complex steps at this point?

Ernie

Posted: Wed Mar 09, 2016 9:31 am
by Naren12345babu
Hi , the issue got resolved. I am creating a XML file. I changed regrouping and it did not throw me error...