Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rocketchat_1 | private group user statistic not found #1552

Closed
tholu opened this issue Dec 2, 2015 · 8 comments
Closed

rocketchat_1 | private group user statistic not found #1552

tholu opened this issue Dec 2, 2015 · 8 comments

Comments

@tholu
Copy link
Contributor

tholu commented Dec 2, 2015

I get this log message with the latest docker image. Should this be fixed?

@avignat
Copy link

avignat commented Dec 2, 2015

Same thing, I'm currently trying to link Rocket with my personal GitLab

@marceloschmidt
Copy link
Member

What image are you building from?
I just started mine and it all went fine: http://pastebin.com/1h45kSEP
Here's my startup line: docker run --name rocketchat2 --net=rc_nw -e MONGO_URL=mongodb://172.18.0.2:27017 -p 8080:3000 rocketchat/rocket.chat

@tholu
Copy link
Contributor Author

tholu commented Dec 2, 2015

@marceloschmidt I used docker-compose and the latest image from today. It does not occur on startup, but later:

rocketchat_1 | {"line":"71","file":"percolate_synced-cron.js","message":"SyncedCron: Starting \"Generate and save statistics\".","time":{"$date":1449082800006},"level":"info"}
rocketchat_1 | private group user statistic not found
rocketchat_1 | {"line":"71","file":"percolate_synced-cron.js","message":"SyncedCron: Finished \"Generate and save statistics\".","time":{"$date":1449082800095},"level":"info"}

@geekgonecrazy
Copy link
Member

@marceloschmidt i've seen this also. It doesn't seem to effect anything, other then stats maybe. But it does show up in the logs.

@marceloschmidt
Copy link
Member

Ah, ok... I'll let it run for a while and will track it down later on then ;) thanks!

@avignat
Copy link

avignat commented Dec 2, 2015

I was using version 0.7. I switched to develop and now it works.

@tholu
Copy link
Contributor Author

tholu commented Dec 2, 2015

@p1rox Strange, since I'm using develop and still get the log message (things seem to work however). Could this be related to enabling/disabling the sending of statistics in the settings?

@marceloschmidt
Copy link
Member

I just searched the code now and this is not a bug, though it should probably be removed. This was some debugging info regarding statistics generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants