my dog learned polymorphism
The moose likes JSP and the fly likes Internal Server Error 500 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

Internal Server Error 500

Ven Ram
Greenhorn

Joined: Sep 15, 2003
Posts: 11
Dear All,

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
Check the server log file for knowing the cause of the exception that has resulted 500.


Rahul Bhattacharjee
LinkedIn - Blog
Ven Ram
Greenhorn

Joined: Sep 15, 2003
Posts: 11
Hi Rahul,

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
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).

Herman
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56179
    
  13

Please do not cross-post the same question in multiple forums. It wastes people's time when multiple redundant conversations take place.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Internal Server Error 500
 
Similar Threads
NTLM issue
Secured and non secured
Bootstrap unable to get a t3 connection to localhost/127.0.0.1
Post to Remote Servlet
Problem while configuring Custom error messages in Apache