Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2592

Missing bundle for HttpServerMessages

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • None
    • None
    • None

    Description

      When an error happens in the domain-http-api module, for example by going to this bad URL: http://localhost:9990/management?operation=not-there

      I get the following stack trace

      10:38:00,505 ERROR [stderr] (HttpManagementService-threads - 1) Exception in thread "HttpManagementService-threads - 1" java.lang.ExceptionInInitializerError
      10:38:00,506 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.as.domain.http.server.DomainApiHandler.convertGetRequest(DomainApiHandler.java:422)
      10:38:00,506 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.as.domain.http.server.DomainApiHandler.processRequest(DomainApiHandler.java:263)
      10:38:00,507 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.as.domain.http.server.DomainApiHandler.handle(DomainApiHandler.java:191)
      10:38:00,508 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)
      10:38:00,509 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:80)
      10:38:00,509 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:81)
      10:38:00,510 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:689)
      10:38:00,510 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)
      10:38:00,511 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:661)
      10:38:00,511 ERROR [stderr] (HttpManagementService-threads - 1) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
      10:38:00,512 ERROR [stderr] (HttpManagementService-threads - 1) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
      10:38:00,512 ERROR [stderr] (HttpManagementService-threads - 1) at java.lang.Thread.run(Thread.java:680)
      10:38:00,513 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
      10:38:00,513 ERROR [stderr] (HttpManagementService-threads - 1) Caused by: java.lang.IllegalArgumentException: Invalid bundle interface org.jboss.as.domain.http.server.HttpServerMessages (implementation not found)
      10:38:00,514 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.logging.Messages.getBundle(Messages.java:81)
      10:38:00,514 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.logging.Messages.getBundle(Messages.java:46)
      10:38:00,516 ERROR [stderr] (HttpManagementService-threads - 1) at org.jboss.as.domain.http.server.HttpServerMessages.<clinit>(HttpServerMessages.java:39)
      10:38:00,516 ERROR [stderr] (HttpManagementService-threads - 1) ... 13 more

      I don't see any org.jboss.as.domain.http.server.LocalDescriptions.properties file

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            kkhan1@redhat.com Kabir Khan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: