3 Replies Latest reply on Jun 7, 2012 12:19 PM by spyhunter99

    404 error

    sej

      I had a web service that was working fine using jboss 4.3.0 and jdk 1.5.0_17.  Today I moved it to jboss 5.1.2 and jdk 1.6.0_31.  It finds the consumer app ok, but when the consumer app calls the web service, it gets 404 for the response.getStatus().  I made no changes to the code of either the web service or the consumer app.  Any ideas why it is not finding it?  I look out on the deploy directory and I see the web service war file out there, and it appears to have all the files it needs and all the correct subdirectories.  Using eclipse 4.3.

        • 1. Re: 404 error
          spyhunter99

          have you checked the log files?

          • 2. Re: 404 error
            sej

            Yes I checked, and there is no message there.

            • 3. Re: 404 error
              spyhunter99

              try going to http://localhost:8080/jbossws

              click on services

               

              if your service is listed there, check to make sure the url is still correct

               

              if it's not listed, it never deployed. see the server log

               

              edit: since you're using the eap versions, you might as well bug Redhat for some help. The other possiblity is that the old server has jbossws native and the new one has cxf and you're using ejb deployers, whichs means the url probably changed