I am using WAS 5.1 and IBM Http Server. When i repeatedly send requests i am getting "This page contains Secured and Non Secured ..." Do you want to display... If i say yes i am getting Internal server Error 500.
If i am accessing the page normally i don't get this error...but if i repeatedly hit i get this.....
Can any one guide me to resolve this....?
Thanks Ven Ram
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
posted
0
Check the server log file for knowing the cause of the exception that has resulted 500.
I am getting the following exception in the server log if i repeatedly hit the screen. Can you help me out...???
[Cannot find bean accountStatementForm in any scope]: javax.servlet.jsp.JspException: Cannot find bean accountStatementForm in any scope
Herman Schelti
Ranch Hand
Joined: Jul 17, 2006
Posts: 387
posted
0
hi Ven,
I think the errormessage is clear: [Cannot find bean accountStatementForm in any scope]: javax.servlet.jsp.JspException: Cannot find bean accountStatementForm in any scope
One of you jsp's expects a "accountStatementForm" in some scope (probably the request-scope), but can't find it.
Can you post some of your jsp-code, and some of the code that sets the "accountStatementForm" in some scope (probably the request-scope).