1 2 Previous Next 17 Replies Latest reply on Jun 8, 2006 5:40 PM by eschulma Go to original post
      • 15. Re: Failed to deploy Duke's Bank application.
        kumarnvm

        Hi,

        Does anybody know what the solution for this problem ? I'm running with the same problem. I'm able to compiled and deployed the .ear application with no error messages. I can even run the standalone client application using the run-client target and I can see the data in the database and can store new data in it. But when I run the web client by pointing my web browser to the following URL:

        http://localhost:8080/bank/main

        I got the following error:

        HTTP Status 404 - /bank/main

        type Status report

        message /bank/main

        description The requested resource (/bank/main) is not available.
        Apache Tomcat/5.5.9

        I am running jboss application server 4.0.2 with JDK 1.5. By the way, I can manage the jboss server with the URL http://localhost:8080. It works fine.

        http://jboss.org/index.html?module=bb&op=viewtopic&t=71505&view=previous

        Appreciate your help.

        Thanks

        Kumar

        • 16. Re: Failed to deploy Duke's Bank application.
          mnasri07

          Hi,
          I have the same problem as you when I try to login to duke bank application!
          "description The requested resource (/bank/main) is not available."
          I'm using Jboss-4.0.2, j2sdk1.4.2_11, j2eetutorial14!
          Can you help me! if you had found the origine of this issue!
          Thanks a lot
          Kind regards
          Riadh

          • 17. Re: Failed to deploy Duke's Bank application.
            eschulma

            I had a similar problem to Hadji (got all sorts of warnings about home interfaces not being available, etc.). In my case it turns out that there was an old version of the *JBoss* overwrite code around on this site, with the same name jbossj2ee-src.zip.

            To get the right one, download the Getting Started Guide for JBoss AS (do not use the online version as I did, that doesn't have it and doesn't explain), and in the zip file you will find the correct version of jbossj2ee-src.zip

            I hope this saves someone some heartache. And if any admins are reading this, maybe get rid of the old versions...a site-wide search on that file name should reveal them, as that is how I found it.

            1 2 Previous Next