Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3853

Missing import in activemq-web-console

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.6.0
    • 5.7.0
    • None
    • None

    Description

      Running activemq-web-console in Karaf generates these errors:

      Caused by: java.lang.ClassNotFoundException: javax.servlet.ServletContextListener not found by org.apache.activemq.activemq-web-console [118]

      Caused by: java.lang.ClassNotFoundException: javax.servlet.Filter not found by org.apache.activemq.activemq-web-console [118]

      Caused by: java.lang.ClassNotFoundException: javax.servlet.http.HttpServlet not found by org.apache.activemq.activemq-web-console [118]

      It looks like activemq-web-console imports the following servlet packages:

      javax.servlet.jsp;version="[2.1,3)",
      javax.servlet.jsp.el;version="[2.1,3)",
      javax.servlet.jsp.tagext;version="[2.1,3)",

      So it seems to be missing imports for:

      javax.servlet
      javax.servlet.http

      Attachments

        1. exclude-servlet-api.patch
          0.8 kB
          Christian Posta

        Activity

          People

            dejanb Dejan Bosanac
            geerzo Chris Geer
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: