Graphite Webapp displays nothing

Asked by olafkarsten

Hello,

our provider has updated our machine to python 2.7 and django 1.7. After some fiddling all seems to work with the exception of the webapp.

We get external data. The whisper files are updated. The whisper-info.py could read the whisper files. If we go to the django admin page, we even can see the list of dashboard with all the configdata. All seems in place.

BUT. The webapp show nothing, not the node not any of the dashboards (even the dashboard finder is empty). We can't find anything in the logs. No error messages there.

I'm not very familiar with django/phyton/graphite - it works the last 3 years or so without any proble. So I appriate any hint were I could further investigate. I'm out of ideas for now.

Thanks Olaf

Question information

Language:
English Edit question
Status:
Solved
For:
Graphite Edit question
Assignee:
No assignee Edit question
Solved by:
olafkarsten
Solved:
Last query:
Last reply:
Revision history for this message
Jason Dixon (jason-dixongroup) said :
#1

Existing releases (<= 0.9.12) don't support Django 1.7. You'll either
need to upgrade to the stable branch (0.9.x), upgrade to master, patch
your installation
(https://github.com/graphite-project/graphite-web/pull/977/files), or
wait for the next stable release (0.9.13).

Jason

On Tue, Oct 14, 2014 at 05:51:24PM -0000, olafkarsten wrote:
> New question #255724 on Graphite:
> https://answers.launchpad.net/graphite/+question/255724
>
> Hello,
>
> our provider has updated our machine to python 2.7 and django 1.7. After some fiddling all seems to work with the exception of the webapp.
>
> We get external data. The whisper files are updated. The whisper-info.py could read the whisper files. If we go to the django admin page, we even can see the list of dashboard with all the configdata. All seems in place.
>
> BUT. The webapp show nothing, not the node not any of the dashboards (even the dashboard finder is empty). We can't find anything in the logs. No error messages there.
>
> I'm not very familiar with django/phyton/graphite - it works the last 3 years or so without any proble. So I appriate any hint were I could further investigate. I'm out of ideas for now.
>
> Thanks Olaf
>
> --
> You received this question notification because you are a member of
> graphite-dev, which is an answer contact for Graphite.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~graphite-dev
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~graphite-dev
> More help : https://help.launchpad.net/ListHelp

--
Jason Dixon
http://obfuscurity.com/
https://twitter.com/obfuscurity

Revision history for this message
olafkarsten (post-olaf) said :
#2

Thanks, Jason! I somehow missed this. Works perfect with current master.

Olaf