graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #00159
Re: [Question #93644]: any version of graphite working?
Question #93644 on Graphite changed:
https://answers.launchpad.net/graphite/+question/93644
sigmonsaid gave more information on the question:
It turns out that I can fix this in the code just by removing the dict
pieces from ConfigParser, although I'm still not up and operational.
I've got carbon up and running but the web server is showing just the
header, and issuing javascript errors from firebug.
I expected rough roads during the transition to twisted, but figured that
would have happened already.
Any ideas what's up with this? It looks like graphite ships with it's own
version of extjs now, so I am unsure how to debug this exactly..
I'm also seeing a really wierd infinite redirect issue when I enabled
experimental ui so i'm gonna run with that off. If you want more info, let
me know and I will provide.
Cheers,
~ Sig
On Fri, Dec 11, 2009 at 8:34 AM, sigmonsaid <
question93644@xxxxxxxxxxxxxxxxxxxxx> wrote:
> Your question #93644 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/93644
>
> Status: Answered => Open
>
> You are still having a problem:
> I did read that this is due to a python 2.6 issue (the fact i am using
> 2.5) and am anticipating going through the code to fix this. Is there a
> known workaround?
>
>
> 11/12/2009 16:32:41 :: [console] Log opened.
> 11/12/2009 16:32:41 :: [console] twisted.internet.protocol.Factory starting
> on 2003
> 11/12/2009 16:32:41 :: [console] Starting factory
> <twisted.internet.protocol.Factory instance at 0x26faf80>
> 11/12/2009 16:32:41 :: [console] twisted.internet.protocol.Factory starting
> on 2004
> 11/12/2009 16:32:41 :: [console] Starting factory
> <twisted.internet.protocol.Factory instance at 0x2a3df80>
> 11/12/2009 16:32:41 :: [console] twisted.internet.protocol.Factory starting
> on 7002
> 11/12/2009 16:32:41 :: [console] Starting factory
> <twisted.internet.protocol.Factory instance at 0x2a451b8>
> 11/12/2009 16:32:41 :: [console] Failed to reload storage schemas
> 11/12/2009 16:32:41 :: [console] Unhandled Error
> Traceback (most recent call last):
> File "/opt/graphite/lib/carbon/writer.py", line 161, in startWriter
> schemaReloadTask.start(60)
> File "/usr/lib/python2.5/site-packages/twisted/internet/task.py", line 83,
> in start
> self()
> File "/usr/lib/python2.5/site-packages/twisted/internet/task.py", line
> 114, in __call__
> d = defer.maybeDeferred(self.f, *self.a, **self.kw)
> File "/usr/lib/python2.5/site-packages/twisted/internet/defer.py", line
> 106, in maybeDeferred
> result = f(*args, **kw)
> --- <exception caught here> ---
> File "/opt/graphite/lib/carbon/writer.py", line 151, in
> reloadStorageSchemas
> schemas = loadStorageSchemas()
> File "/opt/graphite/lib/carbon/storage.py", line 110, in
> loadStorageSchemas
> config = ConfigParser(dict_type=OrderedDict)
> exceptions.TypeError: __init__() got an unexpected keyword argument
> 'dict_type'
>
> 11/12/2009 16:32:41 :: [console] carbon-cache.py running
> ^C11/12/2009 16:32:48 :: [console] Received SIGINT, shutting down.
> 11/12/2009 16:32:48 :: [console] (Port 7002 Closed)
> 11/12/2009 16:32:48 :: [console] Stopping factory
> <twisted.internet.protocol.Factory instance at 0x2a451b8>
> 11/12/2009 16:32:48 :: [console] (Port 2003 Closed)
> 11/12/2009 16:32:48 :: [console] Stopping factory
> <twisted.internet.protocol.Factory instance at 0x26faf80>
> 11/12/2009 16:32:48 :: [console] (Port 2004 Closed)
> 11/12/2009 16:32:48 :: [console] Stopping factory
> <twisted.internet.protocol.Factory instance at 0x2a3df80>
> 11/12/2009 16:32:49 :: [console] Main loop terminated.
>
> You received this question notification because you are a direct
> subscriber of the question.
>
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.