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

Hi,

Seem to have an issue with the graphs not showing on the webapp.

We can see that data is being copied to the whisper directory and the files can 
be read by whisper-info.py.

Any ideas why the graph tree does not seem to be showing the data that is on 
the whisper storage directory.

When clicking into the first graph that usually says no data, it just has a 
blank icon and then the below error.

Details:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py", line 
101, in get_response
    request.path_info)
  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 
252, in resolve
    sub_match = pattern.resolve(new_path)
  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 
252, in resolve
    sub_match = pattern.resolve(new_path)
  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 
158, in resolve
    return ResolverMatch(self.callback, args, kwargs, self.name)
  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 
164, in _get_callback
    self._callback = get_callable(self._callback_str)
  File "/usr/lib/python2.6/site-packages/django/utils/functional.py", line 124, 
in wrapper
    result = func(*args)
  File "/usr/lib/python2.6/site-packages/django/core/urlresolvers.py", line 91, 
in get_callable
    lookup_view = getattr(import_module(mod_name), func_name)
  File "/usr/lib/python2.6/site-packages/django/utils/importlib.py", line 35, 
in import_module
    __import__(name)
  File "/usr/local/graphite/webapp/graphite/render/views.py", line 30, in 
<module>
    from graphite.render.evaluator import evaluateTarget
  File "/usr/local/graphite/webapp/graphite/render/evaluator.py", line 5, in 
<module>
    from graphite.render.datalib import fetchData, TimeSeries
  File "/usr/local/graphite/webapp/graphite/render/datalib.py", line 198, in 
<module>
    port = int( parts[1] )
IndexError: list index out of range


-- 
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     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to