Created
March 28, 2013 14:57
-
-
Save Zogg/5263798 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 28/03/2013 16:56:53 :: [console] Sorted 1 cache queues in 0.000017 seconds | |
| 28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched schema carbon | |
| 28/03/2013 16:56:53 :: [creates] new metric carbon.agents.Meska-a.cache.queries matched aggregation schema default | |
| 28/03/2013 16:56:53 :: [creates] creating database file /opt/graphite/storage/whisper/carbon/agents/Meska-a/cache/queries.wsp (archive=[(60, 129600)] xff=None agg=None) | |
| 28/03/2013 16:56:53 :: [console] Unhandled Error | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 504, in run | |
| self.__target(*self.__args, **self.__kwargs) | |
| File "/opt/graphite/local/lib/python2.7/site-packages/twisted/python/threadpool.py", line 172, in _worker | |
| result = context.call(ctx, function, *args, **kwargs) | |
| File "/opt/graphite/local/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext | |
| return self.currentContext().callWithContext(ctx, func, *args, **kw) | |
| File "/opt/graphite/local/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext | |
| return func(*args,**kw) | |
| --- <exception caught here> --- | |
| File "/opt/graphite/lib/carbon/writer.py", line 158, in writeForever | |
| writeCachedDataPoints() | |
| File "/opt/graphite/lib/carbon/writer.py", line 118, in writeCachedDataPoints | |
| whisper.create(dbFilePath, archiveConfig, xFilesFactor, aggregationMethod, settings.WHISPER_SPARSE_CREATE) | |
| File "/opt/graphite/local/lib/python2.7/site-packages/whisper.py", line 327, in create | |
| fh = open(path,'wb') | |
| exceptions.IOError: [Errno 2] No such file or directory: '/opt/graphite/storage/whisper/carbon/agents/Meska-a/cache/queries.wsp' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment