This is first post since i am anew user!I will be highly gratefull to anybody who helps me.
i have been given a project using JSDK 1.6,NetBeans 5.5,MySql 5.0,JSTL 1.2.,Sun Application Server 9.1
At the end of every jsp page there is this tag--->
<jsp:include page="/includes/column_right_news.jsp" flush="true" />
<jsp:include page="/includes/footer.jsp" />
But both these two(column_right_news.jsp,footer.jsp) are missing from the entire project directory.Now when i try to delete or comment these tags error mentioned below is shown.The project is running fine if these are not deleted/commented.
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.lang.NullPointerException"
root cause
javax.servlet.jsp.JspException: Unable to get connection, DataSource invalid: "java.lang.NullPointerException"
note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server Platform Edition 9.0_01 logs.