From: ahmad n. <nic...@ya...> - 2006-08-16 11:58:52
|
Hi all! I'm using errorPage attribute in my developed VXML pages. The errorPage attribute of a page directive specifies an alternate page to use as an error page, and is defined as follows: <% page errorPage="/errorPage.jsp" %> I've designed a page that throws an exception. I can see the VXML error page using common web browsers such as IE, but I receive the following error when I try to browse the errorTest.jsp with OpenVXI: Can anyone help me? There is no problem when I call this page (errorPage.jsp) directly with OpenVXI? Also if I delete the following line < page isErrorPage="true"> from the top of the erroPage.jsp. But if I do this I can't access the exception that has been throw. /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Aug 16 16:14:22.57|-1227991712|1|60001|Client::CalllThread|NULL result Aug 16 16:15:07.25|-1227991712|1|SEVERE|swi:SBinet|219|SBinet: Fetch returned HTTP error|URL=http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1|Method=GET|HTTPStatus=500|HTTPStatusDescription=Internal server error Aug 16 16:15:07.25|-1227991712|1|SEVERE|swi:SBinet|204|SBinet: Open error|URL=http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1|rc=52 Aug 16 16:15:07.25|-1227991712|1|8000|com.vocalocity.vxi|DocumentParser::FetchBuffer - could not open URL: http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1 Aug 16 16:15:07.25|-1227991712|1|8000|com.vocalocity.vxi|DocumentParser::FetchDocument - exiting with error result 2 Aug 16 16:15:07.25|-1227991712|1|CRITICAL|com.vocalocity.vxi|203|VXIinterpreterRun: Failed to open|URL=http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1 Aug 16 16:15:07.25|-1227991712|1|EVENT|2|content=Default error handler: error.badfetch.http.500 , http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1 Aug 16 16:15:07.25|-1227991712|1|8001|com.vocalocity.vxi|Default error handler: error.badfetch.http.500 , http://1.1.1.114:8080/vmsums/errorTest.jsp?callingparty=1&calledparty=1&divertednumber=1 Aug 16 16:15:07.25|-1227991712|1|60001|Client::CalllThread|NULL result //////////////////////////////////////////////////////////////////////////////////////////////////////////////// Best regards, Ahmad Nickabadi. --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less. |