documentcloud / cloud-crowd

Parallel Processing for the Rest of Us

Home Page:https://github.com/documentcloud/cloud-crowd/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot get console to work

roenne opened this issue · comments

Hi,
I succesfully started the server and a node. But the console doesn't want to work.

/home/storm/.rvm/gems/ruby-1.8.7-p352@storming/gems/activesupport-2.3.14/lib/active_support/dependencies.rb:466:in `load_missing_constant': uninitialized constant CloudCrowd::AssetStore (NameError)

Can anyone help out?

ER

It sounds like your configuration isn't all set up to talk to S3 correctly? Make sure that your config files are correct (see the wiki) -- and that CloudCrowd can find the config when starting up.

I have the same problem with the default file generate by crowd install:

:central_server: http://localhost:9173
:max_workers: 5
:storage: filesystem

I deleted the file to check if crowd was found it, and I think it is found, because the error when I remove it is:

crowd can't find the CloudCrowd configuration directory. Please use crowd -c path/to/config, or run crowd from inside of the configuration directory itself

I am not trying to use S3 in the example, so I think it is not the problem.. Someone can help me?

Same here

Somehow works while not requiring 'tmpdir'
vrybas@ce5d695