Giter Club home page Giter Club logo

Comments (4)

michaelklishin avatar michaelklishin commented on September 13, 2024

What's in server logs and JavaScript console when that happens?

On 3/8/2015, at 20:52, Jernik [email protected] wrote:

When going to the page http://:15672/# the screen does not load anything other than the header and the footer. The main div is completely empty, but it does exist. The menu div in the header is also empty, except for the vhost tab. This led to a lot of confusion amongst our team when we were trying to configure RabbitMQ on our machines


Reply to this email directly or view it on GitHub.

from rabbitmq-management.

Jernik avatar Jernik commented on September 13, 2024

JS console:
Navigated to http://localhost:15672/
ejs.min.js:1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] runRoute get
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] 404 Not Found get Error: 404 Not Found get
at Object.m.Application.g.extend.error (http://localhost:15672/js/sammy-0.6.0.min.js:5:9870)
at Object.m.Application.g.extend.notFound (http://localhost:15672/js/sammy-0.6.0.min.js:5:9776)
at Object.m.Application.g.extend.runRoute (http://localhost:15672/js/sammy-0.6.0.min.js:5:8992)
at Object.m.Application.g.extend._checkLocation (http://localhost:15672/js/sammy-0.6.0.min.js:5:10136)
at Object.m.Application.g.extend.run (http://localhost:15672/js/sammy-0.6.0.min.js:5:6844)
at start_app_login (http://localhost:15672/js/main.js:46:9)
at HTMLDocument. (http://localhost:15672/js/main.js:3:5)
at Object.f.extend._Deferred.e.resolveWith (http://localhost:15672/js/jquery-1.6.4.min.js:2:15721)
at Function.e.extend.ready (http://localhost:15672/js/jquery-1.6.4.min.js:2:10657)
at HTMLDocument.c.addEventListener.C (http://localhost:15672/js/jquery-1.6.4.min.js:2:15177)
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] runRoute get
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] 404 Not Found get Error: 404 Not Found get
at Object.m.Application.g.extend.error (http://localhost:15672/js/sammy-0.6.0.min.js:5:9870)
at Object.m.Application.g.extend.notFound (http://localhost:15672/js/sammy-0.6.0.min.js:5:9776)
at Object.m.Application.g.extend.runRoute (http://localhost:15672/js/sammy-0.6.0.min.js:5:8992)
at Object.m.Application.g.extend._checkLocation (http://localhost:15672/js/sammy-0.6.0.min.js:5:10136)
at Object.m.Application.g.extend.run (http://localhost:15672/js/sammy-0.6.0.min.js:5:6844)
at start_app (http://localhost:15672/js/main.js:88:9)
at dispatcher_add (http://localhost:15672/js/main.js:9:9)
at http://localhost:15672/js/dispatcher.js:1:1

RabbitMQ Logs:
I don't see any recent entries in the log

from rabbitmq-management.

michaelklishin avatar michaelklishin commented on September 13, 2024

Do you run RabbitMQ behind Apache or Nginx? Something alters URL paths so that standard ones used by the UI are no longer reachable.

MK

On 3/8/2015, at 21:25, Jernik [email protected] wrote:

JS console:
Navigated to http://localhost:15672/
ejs.min.js:1 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check http://xhr.spec.whatwg.org/.
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] runRoute get
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] 404 Not Found get Error: 404 Not Found get

at Object.m.Application.g.extend.error (http://localhost:15672/js/sammy-0.6.0.min.js:5:9870)
at Object.m.Application.g.extend.notFound (http://localhost:15672/js/sammy-0.6.0.min.js:5:9776)
at Object.m.Application.g.extend.runRoute (http://localhost:15672/js/sammy-0.6.0.min.js:5:8992)
at Object.m.Application.g.extend._checkLocation (http://localhost:15672/js/sammy-0.6.0.min.js:5:10136)
at Object.m.Application.g.extend.run (http://localhost:15672/js/sammy-0.6.0.min.js:5:6844)
at start_app_login (http://localhost:15672/js/main.js:46:9)
at HTMLDocument. (http://localhost:15672/js/main.js:3:5)
at Object.f.extend._Deferred.e.resolveWith (http://localhost:15672/js/jquery-1.6.4.min.js:2:15721)
at Function.e.extend.ready (http://localhost:15672/js/jquery-1.6.4.min.js:2:10657)
at HTMLDocument.c.addEventListener.C (http://localhost:15672/js/jquery-1.6.4.min.js:2:15177)
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] runRoute get
sammy-0.6.0.min.js:5 [Mon Aug 03 2015 13:19:30 GMT-0500 (Central Daylight Time)] 404 Not Found get Error: 404 Not Found get

at Object.m.Application.g.extend.error (http://localhost:15672/js/sammy-0.6.0.min.js:5:9870)
at Object.m.Application.g.extend.notFound (http://localhost:15672/js/sammy-0.6.0.min.js:5:9776)
at Object.m.Application.g.extend.runRoute (http://localhost:15672/js/sammy-0.6.0.min.js:5:8992)
at Object.m.Application.g.extend._checkLocation (http://localhost:15672/js/sammy-0.6.0.min.js:5:10136)
at Object.m.Application.g.extend.run (http://localhost:15672/js/sammy-0.6.0.min.js:5:6844)
at start_app (http://localhost:15672/js/main.js:88:9)
at dispatcher_add (http://localhost:15672/js/main.js:9:9)
at http://localhost:15672/js/dispatcher.js:1:1

RabbitMQ Logs:
I don't see any recent entries in the log


Reply to this email directly or view it on GitHub.

from rabbitmq-management.

michaelklishin avatar michaelklishin commented on September 13, 2024

Closing as UI's inability to access /api/* paths very likely suggests an intermediary such as Nginx that performs URL rewriting.

from rabbitmq-management.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.