Tuesday 4 November 2014

ICICI Prudential Website exceptions

Got below Exception while paying premium for ICICI prudential website. ICICI bank let your website be properly tested ???
================================================

 Compilation of JSP File '/customer/onlinepay/view/OnlinePaySuccessView.jsp' failed:

OnlinePaySuccessView.jsp:1:19: 'try' statement has neither 'catch' nor 'finally' clause
 <%@ page import="org.apache.log4j.Logger"%>
                  ^---------------------^
OnlinePaySuccessView.jsp:1589:25: This expression can throw an exception java.lang.Exception that is not caught by any enclosing try statement and is not allowed in this method, constructor, or initializer block.
                                    SMSFlagSplit = transactionDAO.insertToSmsPushLogSplit(EnterMobileNo,
                                                                                       ^----------------------------------------------------
                                            strPolicyNum, Transaction_id, strPendingAmt);
----------------------------------------------------------------------------------------------------^
OnlinePaySuccessView.jsp:2529:12: This expression can throw an exception java.lang.Exception that is not caught by any enclosing try statement and is not allowed in this method, constructor, or initializer block.
    Vector v1=cd.getMailDetails(policyViewBeanDataBean.getClientID());
                  ^-----------------------------------------------------^
OnlinePaySuccessView.jsp:2812:1: Expression expected (found 'catch' instead)
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: Illegal use of an expression as a statement.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: No variable or field with this name could be found at this location.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: No variable or field with this name could be found at this location.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: Syntax error: expected ) (found '__ee' instead)
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: Illegal use of an expression as a statement.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: Syntax error: expected ; (found ')' instead)
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: No variable or field with this name could be found at this location.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: No variable or field with this name could be found at this location.
</body>
^------
</html>
------^
OnlinePaySuccessView.jsp:2812:1: Syntax error: expected } (found 'EOF' instead)
</body>
^------
</html>
------^

================================================