← Back to team overview

graphite-dev team mailing list archive

[Question #214774]: Graphite composer error in the dashboard

 

New question #214774 on Graphite:
https://answers.launchpad.net/graphite/+question/214774

I have problem with the GUI. The graph doesn't show up at all, not even blank. There is an image error that i get. The pyparsing version which i am using is 1.5.0. Can someone please help. Thanks.

Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 111, in get_response
    response = callback(request, *callback_args, **callback_kwargs)
  File "/opt/graphite/webapp/graphite/render/views.py", line 168, in renderView
    image = doImageRender(requestOptions['graphClass'], graphOptions)
  File "/opt/graphite/webapp/graphite/render/views.py", line 354, in doImageRender
    img = graphClass(**graphOptions)
  File "/opt/graphite/webapp/graphite/render/glyph.py", line 178, in __init__
    self.drawGraph(**params)
  File "/opt/graphite/webapp/graphite/render/glyph.py", line 521, in drawGraph
    self.drawText("No Data", x, y, align='center')
  File "/opt/graphite/webapp/graphite/render/glyph.py", line 242, in drawText
    extents = self.getExtents(text)
  File "/opt/graphite/webapp/graphite/render/glyph.py", line 214, in getExtents
    F = self.ctx.font_extents()
MemoryError

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.