graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #05621
Re: [Question #268338]: error creating *.wsp
Question #268338 on Graphite changed:
https://answers.launchpad.net/graphite/+question/268338
Description changed to:
Hi.
I try to view any data in installed Graphite 0.9.10 on RHEL6.6.
I start carbon-cache.py, then example-client.py and get errors like:
19/06/2015 18:27:49 :: [console] 'Error creating /opt/graphite/storage/whisper/system/loadavg_1min.wsp'
[root@EXO-HTTP1 ~]# /opt/graphite/bin/carbon-cache.py --debug start
Starting carbon-cache (instance a)
19/06/2015 18:27:46 :: [console] Log opened.
19/06/2015 18:27:46 :: [console] twistd 15.2.1 (/usr/bin/python 2.6.6) starting up.
19/06/2015 18:27:46 :: [console] reactor class: twisted.internet.epollreactor.EPollReactor.
19/06/2015 18:27:46 :: [console] ServerFactory starting on 2003
19/06/2015 18:27:46 :: [console] Starting factory <twisted.internet.protocol.ServerFactory instance at 0x7fecccfaef80>
19/06/2015 18:27:46 :: [console] ServerFactory starting on 2004
19/06/2015 18:27:46 :: [console] Starting factory <twisted.internet.protocol.ServerFactory instance at 0x1470488>
19/06/2015 18:27:46 :: [console] ServerFactory starting on 7002
19/06/2015 18:27:46 :: [console] Starting factory <twisted.internet.protocol.ServerFactory instance at 0x14705f0>
19/06/2015 18:27:48 :: [listener] MetricLineReceiver connection with 127.0.0.1:57658 established
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_15min matched schema default_1min_for_1day
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_15min matched aggregation schema default
19/06/2015 18:27:49 :: [creates] creating database file /opt/graphite/storage/whisper/system/loadavg_15min.wsp (archive=[(60, 1440)] xff=None agg=None)
19/06/2015 18:27:49 :: [console] 'Error creating /opt/graphite/storage/whisper/system/loadavg_15min.wsp'
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_1min matched schema default_1min_for_1day
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_1min matched aggregation schema default
19/06/2015 18:27:49 :: [creates] creating database file /opt/graphite/storage/whisper/system/loadavg_1min.wsp (archive=[(60, 1440)] xff=None agg=None)
19/06/2015 18:27:49 :: [console] 'Error creating /opt/graphite/storage/whisper/system/loadavg_1min.wsp'
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_5min matched schema default_1min_for_1day
19/06/2015 18:27:49 :: [creates] new metric system.loadavg_5min matched aggregation schema default
19/06/2015 18:27:49 :: [creates] creating database file /opt/graphite/storage/whisper/system/loadavg_5min.wsp (archive=[(60, 1440)] xff=None agg=None)
19/06/2015 18:27:49 :: [console] 'Error creating /opt/graphite/storage/whisper/system/loadavg_5min.wsp'
^C19/06/2015 18:27:53 :: [console] Received SIGINT, shutting down.
19/06/2015 18:27:53 :: [console] Carbon shutting down. Update rate not changed
19/06/2015 18:27:53 :: [console] (TCP Port 7002 Closed)
19/06/2015 18:27:53 :: [console] Stopping factory <twisted.internet.protocol.ServerFactory instance at 0x14705f0>
19/06/2015 18:27:53 :: [console] (TCP Port 2004 Closed)
19/06/2015 18:27:53 :: [console] Stopping factory <twisted.internet.protocol.ServerFactory instance at 0x1470488>
19/06/2015 18:27:53 :: [console] (TCP Port 2003 Closed)
19/06/2015 18:27:53 :: [console] Stopping factory <twisted.internet.protocol.ServerFactory instance at 0x7fecccfaef80>
19/06/2015 18:27:53 :: [listener] MetricLineReceiver connection with 127.0.0.1:57658 lost: Connection to the other side was lost in a non-clean fashion: Connection lost.
19/06/2015 18:27:53 :: [console] Main loop terminated.
19/06/2015 18:27:53 :: [console] Server Shut Down.
[root@EXO-HTTP1 graphite]# ls -la /opt/graphite/storage/
total 92
drwxr-xr-x. 6 apache apache 4096 Июн 19 18:27 .
drwxr-xr-x. 11 root root 4096 Июн 19 18:26 ..
-rw-r--r--. 1 apache apache 65536 Июн 19 17:55 graphite.db
-rw-r--r--. 1 apache apache 0 Июн 19 15:57 index
drwxr-xr-x. 2 apache apache 4096 Июн 19 13:08 lists
drwxr-xr-x. 4 apache apache 4096 Июн 19 17:08 log
drwxr-xr-x. 2 apache apache 4096 Июн 19 13:08 rrd
drwxr-xr-x. 4 apache apache 4096 Июн 19 17:47 whisper
[root@EXO-HTTP1 graphite]# ls -la /opt/graphite/storage/whisper/system/
total 8
drwxr-xr-x. 2 apache apache 4096 Июн 19 17:47 .
drwxr-xr-x. 4 apache apache 4096 Июн 19 17:47 ..
What am I doing wrong?
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.