← Back to team overview

graphite-dev team mailing list archive

Re: [Question #93644]: any version of graphite working?

 

Question #93644 on Graphite changed:
https://answers.launchpad.net/graphite/+question/93644

    Status: Needs information => Open

sigmonsaid gave more information on the question:
You are correct. I had all sorts of problems of which the global statement
wasn't actually the issue.

my apache configuration ended up using the old "web.settings" instead of the
"graphite.settings" so that was half the battle on getting the web UI piece
running. My own fault as I admittedly used a configuration file that was
quite old.

Second, carbon itself was being invoked from a different directory and was
unable to load the schemas file just like you mentioned.

After fixing my startup script everything started working as designed.

Cheers,

~ Sig

On Fri, Jan 8, 2010 at 3:52 PM, chrismd <question93644@xxxxxxxxxxxxxxxxxxxxx
> wrote:

> Your question #93644 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/93644
>
>     Status: Open => Needs information
>
> chrismd requested for more information:
> Actually I think there is something else going on. You don't need to add
> a 'global schemas' line to the writeCachedDataPoints function because it
> does not re-assign the schemas variable, it simply references the
> variable which will check the global namespace automatically. The
> problem is that 'schemas' is not in the global namespace. This can only
> mean that the loadStorageSchemas function is failing (which could imply
> a problem with your storage-schemas.conf file). You should have another
> log entry that starts with the string "Failed to reload storage
> schemas", look for that and let me know what you find. I would actually
> consider this a bug that you even got this error because it is a bit of
> a red herring, it indicates a symptom not a cause. I will put a simple
> fix in trunk but it will only make this particular error go away, you'll
> need to find the other error I mentioned for us to figure out what the
> real problem is.
>
> Thanks,
> Chris
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/graphite/+question/93644
>
> 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.