There are probably java errors. Go and look at the tomcat logs for more details.
Hemal
________________________________________
From: Cisco Developer Community Forums [cdicuser@developer.cisco.com]
Sent: Saturday, February 18, 2012 10:26 AM
To: cdicuser@developer.cisco.com
Subject: New Message from Richard Rhinehart in Customer Voice Portal (CVP) - CVP - All Versions: CVP Error
Richard Rhinehart has created a new message in the forum "CVP - All Versions":
--------------------------------------------------------------
Hello,
I am trying to pinpoint an error that is occuring within a custom action element. I have a try catch around the entire doAction method and I log any exceptions to the activity log.
This happens about 2% of the time and happens to two custom elements that both connect to a webservice. In each case the first few lines of the element run, i know this because i have it log the session var params to the activity log. Then it attempts to create the connection to the webservice.
BasicHttpBinding_ICredentialActivationServiceStub svc = new BasicHttpBinding_ICredentialActivationServiceStub();
I receive no more logging from my element which there should be several more lines, and the element ends without error. It calls the next element which is a decision element and that element errors out.
10.6.23.22.1327272253300.630.Main,01/22/2012 16:45:11.709,ActIsSSNValid,enter,
10.6.23.22.1327272253300.630.Main,01/22/2012 16:45:11.709,ActIsSSNValid,custom,ActBadgeNumberValid

ARAMS:SERVICEURL,http://blahblahblah.com/badgenumber
10.6.23.22.1327272253300.630.Main,01/22/2012 16:45:14.552,ActIsSSNValid,exit,done
10.6.23.22.1327272253300.630.Main,01/22/2012 16:45:14.552,IsSSNValid,enter,
10.6.23.22.1327272253300.630.Main,01/22/2012 16:45:14.552,IsSSNValid,exit,Error
the activity log shows no error.
Any ideas of where else to look or thoughts would be greatly appreciated.
Regards,
Rick
--
To respond to this post, please click the following link:
<http://developer.cisco.com/web/cvp/forums/-/message_boards/view_message/5174322>
or simply reply to this email.