Snorby / snorby

Ruby On Rails Application For Network Security Monitoring
Other
1k stars 226 forks source link

[X] Error: Unable to start the Snorby worker process. #420

Open romans8 opened 8 years ago

romans8 commented 8 years ago

It seems I am unable to get past the step where you run rake snorby:update --trace

Because I have an external DB that was already setup and rake snorby:setup was throwing an error because the DB was already setup as indicated in the --trace. So now I have changed the command to the above.

I have even tried RAILS_ENV=production bundle exec rake snorby:setup to no avail.

Now I get the following and the Snorby worker still wont start.

(in /var/www/html/snorby) No time_zone specified in snorby_config.yml; detected time_zone: US/Central * Invoke snorby:update (first_time) * Invoke environment (first_time) * Execute environment * Execute snorby:update * Invoke db:autoupgrade (first_time) * Invoke environment * Execute db:autoupgrade [datamapper] Finished auto_upgrade! for :default repository 'name_of_repo' * Invoke db:seed (first_time) * Invoke environment * Execute db:seed * Invoke snorby:restart_worker (first_time) * Invoke environment \ Execute snorby:restart_worker