Your stack trace seems to show several things that are not fine with
your application.
First, you appear to have a DB issue:
Exception while establishing connection
com/iris/util/dbConnectionOracle.java ==
>> ORA-00020: maximum number of processes (400) exceeded
And possibly related to your DB problem - you have a null pointer
exception in your jsp page "FirstScreenShow.jsp".
SEVERE: Servlet.service() for servlet jsp threw exception
java.lang.NullPointerException
at
org.apache.jsp.FirstScreenShow_jsp._jspService(FirstScreenShow_jsp.ja
va:277)
I'd start by fixing these issues.
Dan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]