Originally posted by sita kodali:
what do you mean by missing parameters?
Null parameters.. Will internal server error come while trying to access a null parameter?
there are no OS specific parameters..
the class path is properly set..
can u pls explain in detail about the missing parameters and null parameters handling??
Missing parameters : If you don't supply those parameters required in your servlet/jsp and don't handle error/exception caused thereby.
null parameters : If you don't supply those parameters required in your servlet/jsp and don't handle error/exception caused thereby and those parameters are dynamic i.e, pulled from a database and happen to be null, it causes Error 500.
The best way is to check your server logs for exceptions that those pages generate
Regards
--
Venkat
Hi Venkat,
Just now i was
testing my application and i got Internal Server error. I cheked the error logs there are no exceptions.
In trace.log.ibmhttp the follwing messages are present.
Tue Apr 23 15:15:32 2002 - 00001331 00000000 - Error - ERROR: In do_service_time_request, enter_callback_mode failed
Tue Apr 23 15:15:32 2002 - 00001331 00000000 - Error - mediate_service_to_clone: Error 1 from clone 0, uri /webapp/Csa/meonlinecheque.jsp
I got Internal Server Error in meonlinecheque.jsp
i am not able to track this error...
can u help