-
Notifications
You must be signed in to change notification settings - Fork 47
Cube - unable to connect #21
Comments
But also i don't seen any item.. -> https://www.dropbox.com/s/fmaylucrpnazdof/Screenshot%202013-11-01%2018.25.47.png |
Okay, fixed - forget the Cube problem - Cube is running fine - the only problem is.. see the attachment before.. |
Okay, i check my Chrome Network Tab - more JS Files are not found.. status-code 404.. but in the server directory is'nt available.. bug? :f example: ResqueBoard require 'js/libs/cal-heatmap.source-map.js' - but only exists 'cal-heatmap.min.js'.. the same at 'jquery.min.map' |
Can u provide me your nginx configuration for this? Maybe the header and expires are incorrect.. |
There's no secret in my nginx conf files, it's the classic conf files for the Slim framework
Sources map files are not required, and everything can works without them. Do you have any other files on 404 ? |
Hi everyone. I'm also experiencing the "no data" issue. I was wounding around the sources for 2 hours before I've understood that the data is actually delivered from the server, but isn't displayed. The problem is in the following: when I clear the browser cache and history, the graphs are displayed, but after refreshing the page or proceeding to another ResqueBoard page everything disappears. The only thing that is displayed is job view (/jobs/view). After closing the tab and clearing the cache everything displays again, until refreshed. What can be the problem? I tried to remove all caching-related stuff from webroot/.htaccess, but it didn't help. I would be very grateful for any help. |
Okay, this is nice. Found a solution after 10 minutes of posting the question. The problem is described here #23 And my problem was that in assets/js/main.js was the new file from the repo, but in src/ResqueBoard/webroot/js/main.js it was old (without the patch). Fix: copy assets/js/main.js into src/ResqueBoard/webroot/js/main.js and clear the browser cache. This solves the problem. |
Hi,
thanks for your nice open source software - i want install ResqueBoard, the Redis & MongoDB Server are running - proper the cube server was running..
bin/evaluator.js:
bin/collector.js:
no error. But the ResqueBoard says "Unable to connect to the cube server"
ResqueBoard/src/ResqueBoard/Config/Core.php:
Any idea? error.log from nginx is clear..
Thanks for your help!
The text was updated successfully, but these errors were encountered: