Hi Shiv,
this issue is in your index.jsp page
this page has some issue it is not compiled that's why u getting the error.
Solution :-
Check your index.jsp why it is not compiled
possible reasons are :- some import is missing
tag issue
some parameter is not declared and used (spelling mistake)
if script is used then check its open and closed tag
if javaScript is used then check its import and whether its syntax is correct or not
Hope it ll solve your issue