3 Replies Latest reply on Mar 16, 2009 5:44 AM by rameshraj

    "The requested resource () is not available"

    d_strand

      Hi,

      I'm new to JBoss and trying to migrate a webapp from Oracle AS to JBoss 4.2.3. The app is using JSF (ADF Faces) and i had to mess around a bit with jars and stuff, but it now deploys successfully into JBoss.

      The problem I get is when I try to access the deployed app from a browser, i get the tomcat-error "The requested resource () is not available" (with empty parenthesises). My problem is I can not see any error anywhere in any logs. I've set all log4j filters to DEBUG (including JBoss' own) and there are absolutely no errors in deployment nor on access.

      I can see in the jboss-logs that the entire jsf-lifecycle, from view-create to render-response, is sucessful. But after render-response, i get the error in the browser (the error is not logged anywhere in any file i can see)

      Does anyone have any idea or maybe know which logfile i should look in? I've only found server.log, boot.log and my own application-logfile, and neither of these holds any errors.

      Grateful for any help,
      -Daniel

        • 1. Re:

          take a look at this
          http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state/content/navId.4/navSetId._/vtAnchor.CIHFCJJC/vtTopicFile.adfdevguide|deployment_topics~htm/

          anyway its quite strange you don't have any error message either in the console or in the log file.
          have you checked that the web application was deployed correclty ? you should see it from the console.

          • 2. Re:
            d_strand

            thanks for replying,

            (I've found that link myself while looking for anwsers :)

            My app is successfully deployed according to both logs and console. When I access it from a browser i can see my page being built in the jboss-logs, through all the jsf-phases. I can also see the individual components on my pages being handled and everything looks correct. And after the last phase there is nothing more in the logs and I get the error in my browser :-P

            As you say, it's very strange. Anyway, I'm running out of ideas so I think i'll try deploying to Glassfish and see if i can get it to work there.

            Thanks,
            Daniel

            • 3. Re:
              rameshraj

              I am also having same problem. Some times the conflicting jar files give such problems.