PROBLEM: No graphics

 

Feeds are refreshing, but unexpectedly, graphics curves doesn´t appear... what`s the problem ?

(sorry for my english)

Petrik's picture

Re: PROBLEM: No graphics

 

Same here - i can confirm that most of the graphics does not load. Looks like cache update or max open files/streams issue created during last night @emoncms.org.

 

IntoMethod's picture

Re: PROBLEM: No graphics

Looks like it's back and working, but my values between about 2AM and now was not logged/stored to emoncms database according to the graphs..

Petrik's picture

Re: PROBLEM: No graphics

Yes,graphics are back - no history though, just flat line

AllenConquest's picture

Re: PROBLEM: No graphics

Have we lost all the data for the day? I'm definitely going to looking at setting up a hard drive to run my own emoncms!

aicanduit's picture

Re: PROBLEM: No graphics

Let's wait for an official response...

 

aicanduit's picture

Re: PROBLEM: No graphics

Now again...

TrystanLea's picture

Re: PROBLEM: No graphics

Sorry for the delayed response. Unfortunately the timestore service crashed on saturday and stayed offline for just over 12 hours until I picked up on the problem thanks to Ian Beck's email. It has indeed affected all accounts using timestore. It may be possible to recover the data via the event log (event sourcing) feature that I've recently being working on which logs all input prior to all input processing and feed storage. I will update if I make any progress on that.

Im very sorry for the downtime.

aicanduit's picture

Re: PROBLEM: No graphics

Now again?

Petrik's picture

Re: PROBLEM: No graphics

Looks like it, only parts of the graphics per page are made visible.

TrystanLea's picture

Re: PROBLEM: No graphics

Hmm, ok its back up, timestore stopped again, Il have to add a script that watches and restarts it if it stops. It seemed to crash on an invalid node error.

TrystanLea's picture

Re: PROBLEM: No graphics

There was also a large spike of posts just before the crash so something must have gone amiss and it got overloaded. Il try and work out how to add a watcher that can restart it after a crash.

TrystanLea's picture

Re: PROBLEM: No graphics

Ok that should solve it, there is now a watcher that checks if timestore is down, it gets run from cron every minute.

#!/bin/sh
SERVICE=timestore;

if ps ax | grep -v grep | grep $SERVICE > /dev/null
then
    echo "$SERVICE service running, everything is fine"
else
    echo "$SERVICE is not running"
    /etc/init.d/timestore start
fi

aicanduit's picture

Re: PROBLEM: No graphics

And now? I dont see graphs just right now...

TrystanLea's picture

Re: PROBLEM: No graphics

Hello aicanduit, it appears to be working ok here, can you tell me which feed id is not working and I can look into it?

aicanduit's picture

Re: PROBLEM: No graphics

It was in realtime graphics. Now is all ok. Sometimes, data sent trough arduino seems to block and not refresh the feeds, and no log them. I ll watch this. I dont know the reason.
Thanks !

kbloxsom's picture

Re: PROBLEM: No graphics

I am having the same problem with newly created fields (field numbers: 27989-27997). It seems that they are not being logged.

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.