Uploaded image for project: 'ActiveMQ Artemis'
  1. ActiveMQ Artemis
  2. ARTEMIS-2528

Web Console prompt Cannot read property 'apply' of undefined

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.10.1
    • None
    • Web Console
    • None
    • CentOS 7.3

    Description

      Hello, I deployed to the server according to the document artemis. When I set it to public IP, the program could not be started, and prompted java.net.BindException: Cannot assign requested address, so I tried to change the intranet IP, but when I log in Web Console, I found that always prompt Cannot read property 'apply' of undefined, is my operation wrong? How should I do it?

       
      jolokia-access.xml
      //代码占位符
      <cors>
              <!-- Allow cross origin access from 172.24.34.102 ... -->
              <allow-origin>*://172.24.34.102*</allow-origin>
              <!-- Options from this point on are auto-generated by Create.java from the Artemis CLI -->
              <!-- Check for the proper origin on the server side, too -->
              <strict-checking/>
          </cors>
      
      

       

      bootstrap.xml
      //代码占位符
       <web bind="http://172.24.34.102:8080" path="web">
             <app url="activemq-branding" war="activemq-branding.war"/>
             <app url="artemis-plugin" war="artemis-plugin.war"/>
             <app url="console" war="console.war"/>
         </web>
      

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            wangzengj wangzj
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: