Created by: Feroz Syed on 16-03-2010 01:34:51 PM Hi, We are getting the following error on Production environment occasionally. SERVER ERROR: An invalid element/exit state pair was returned: element was LiquidDamageMenu and exit state was null I went through the forums and CISCO docs, but could not find related information. Could some one help me out and let me know what could be the reason for this error. Please let me know if you need more information. Thank you! Regards, Feroz Syed
Subject: Re: New Message from Feroz Syed in Customer Voice Portal (CVP) - General Di Replied by: Janine Graves on 16-03-2010 03:32:05 PM Whenever an element is done, the java code for that element returns the name of an exit state that Vxml Server should go down to get to the next element. In a voice element (like a menu), if that element sends the first vxml page to the gateway, but wants Vxml Server to come back into the same element with the results collected from teh caller, then it returns a 'null' to Vxml Server (indicating VxmlServer should come back into that element).
Unfortunately, sometimes if you code something wrong in Studio, you might get an error of some sort that causes a null to be returned by the code when it shouldn't be.
This just happened in class this week when a student used a Menu element to collect a department name, and in the Option2Value setting in the settings tab of the element, they entered ' sales' (no quotes) - the error was caused because they had a leading blank space before the word 'sales'. They got the null exit state error that you got. It was hard to debug, because it's hard to see a blank space at the beginning of a line.
ANYWAY, in your case, it may occur occasionally because maybe it's a rarely selected menu option. But go into that element and look VERY CLOSELY at the settings. See if perhaps there's a leading or training space or something odd like that.
If all else fails, I would delete the element and re-code it from scratch.
Janine
Cisco Developer Community Forums wrote: > Feroz Syed has created a new message in the forum "General Discussion > - All Versions": > > -------------------------------------------------------------- > Hi, > Â > We are getting the following error on Production environment occasionally. > SERVER ERROR: An invalid element/exit state pair was returned: element > was LiquidDamageMenu and exit state was null > I wenthrough the forums and CISCO docs, but could not find related > information. Could some one help me out and let me know what could be > the reason for this error. > Â > Please let me know if you need more information. > Â > Thank you! > Â > Regards, > Feroz Syed > -- > To respond to this post, please click the following link: > > <http://developer.cisco.com/web/cvp/forums/-/message_boards/message/2043686> > > or simply reply to this email.
Subject: RE: Re: New Message from Feroz Syed in Customer Voice Portal (CVP) - Genera Replied by: Feroz Syed on 17-03-2010 10:30:30 AM Thank you Janine! I am able to re-produce this issue in the Dev environment. As you said, I have set the menu option value with space in it and tested, so here I got this error. It seems to be very odd and bug in CVP. It should have validation for trimming the value.
Anyways, in our Production environment, it is occuring occoasionally, I will delete these elements and re-code it from scratch. Regards, Feroz
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: