Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web Client can't work for Duke's Bank Application

843833Sep 25 2003 — edited Sep 29 2003
I was trying to test out the J2EE tutorial Duke's Bank Application using the JSPs when I encounter the following error from the web server.

Server ErrorYour request cannot be completed. The server got the following error: org/apache/commons/logging/LogFactory 
Strangely, I was able to access http://localhost:8000/bank/main and log in properly. Then when I click on Account List link that I get the above-mentioned message.

Subsequently if I click on any links, it'll say:

Server ErrorYour request cannot be completed. The server got the following error: null 
Why it is always null? Is some kind of package missing/not installed? I've dutifully installed the Struts framework 1.1 (although the tutorial asked for 1.0), copied the logic.tld and struts.jar before compiling with Ant and deploying the application with deploytool.

Acccessing the application using the app client is OK. Able to login and view records of customers and accounts, therefore I assume the database is OK.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2003
Added on Sep 25 2003
2 comments
141 views