SEL-Columbia / formhub

Mobile Data Collection made easy.
http://formhub.org
BSD 2-Clause "Simplified" License
259 stars 163 forks source link

export keep pending #1321

Closed super0xie closed 10 years ago

super0xie commented 10 years ago

after I setup a formhub server and submit a form then enter some data. I try to export the data into a xls file. But it keeps pending. How to solve this problem?

mberg commented 10 years ago

It's mostly like an issue of rabbitmq/celery going down.

On Tue, Apr 22, 2014 at 9:22 PM, super0xie notifications@github.com wrote:

after I setup a formhub server and submit a form then enter some data. I try to export the data into a xls file. But it keeps pending. How to solve this problem?

— Reply to this email directly or view it on GitHubhttps://github.com/SEL-Columbia/formhub/issues/1321 .

super0xie commented 10 years ago

thanks for reply! when I try to start the celery by using the command: /etc/init.d/celery.d start I got this message: Unknown command: 'celeryd_multi' Any idea?

pld commented 10 years ago

Sounds like you need to configure celery. Have you walked through these docs, https://github.com/SEL-Columbia/formhub/wiki/Installation-and-Deployment#configure-the-celery-daemon On Apr 22, 2014 2:38 PM, "super0xie" notifications@github.com wrote:

thanks for reply! when I try to start the celery by using the command: /etc/init.d/celery.d start I got this message: Unknown command: 'celeryd_multi' Any idea?

Reply to this email directly or view it on GitHubhttps://github.com/SEL-Columbia/formhub/issues/1321#issuecomment-41077523 .

super0xie commented 10 years ago

I did that. But I don't know if I modify the /etc/default/celeryd file correctly

pld commented 10 years ago

celeryd_multi is sometimes called celeryd-multi, what commands starting with celeryd exist? you might have to correct the init file or run celeryd directly in the foreground and inspect the output.

super0xie commented 10 years ago

Thanks Matt and Peter. You guys are great! I think I have fix it by editing the /etc/default/celeryd file once more. This is really a big help!