irst of all thank you for your help
i did exceute the bin/jobsworth, and i have a application.yml
here is the current log, did i configre sendmail wrong?
also i get the error if im running ./update.sh
bundler: command not found: script/scheduler.rb
Install missing gem executables with `bundle install`
Connecting to database specified by database.yml
Started GET "/" for 10.100.1.23 at 2013-05-08 16:38:41 +0200
Processing by ActivitiesController#index as HTML
Rendered widgets/_add.html.erb (7.3ms)
Rendered widgets/_widget_0_header.html.erb (1.3ms)
Rendered widgets/_widget.html.erb (3.4ms)
Rendered widgets/_widget_0_header.html.erb (0.6ms)
Rendered widgets/_widget.html.erb (1.4ms)
Rendered widgets/_widget_3_header.html.erb (0.6ms)
Rendered widgets/_widget.html.erb (1.8ms)
Rendered activities/index.html.erb within layouts/application (24.5ms)
Rendered task_filters/_list.html.erb (210.7ms)
Rendered tags/_panel_list.html.erb (47.4ms)
Completed 500 Internal Server Error in 660ms
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_request.text.erb
(0.8ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_title.text.erb
(0.3ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_session.text.erb
(1.5ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_title.text.erb
(0.1ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_environment.text.erb
(5.8ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_title.text.erb
(0.1ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_backtrace.text.erb
(0.5ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/_title.text.erb
(0.1ms)
Rendered
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier/views/exception_notifier/exception_notification.text.erb
(14.7ms)
Sent mail to (58ms)
ArgumentError (At least one recipient (To, Cc or Bcc) is required to send a message):
vendor/bundle/ruby/1.9.1/gems/mail-2.5.3/lib/mail/check_delivery_params.rb:16:in `check_params'
vendor/bundle/ruby/1.9.1/gems/mail-2.5.3/lib/mail/network/delivery_methods/smtp.rb:98:in `deliver!'
vendor/bundle/ruby/1.9.1/gems/mail-2.5.3/lib/mail/message.rb:2033:in `do_delivery'
vendor/bundle/ruby/1.9.1/gems/mail-2.5.3/lib/mail/message.rb:229:in `block in deliver'
vendor/bundle/ruby/1.9.1/gems/actionmailer-3.2.13/lib/action_mailer/base.rb:415:in `block in deliver_mail'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `block in instrument'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/notifications.rb:123:in `instrument'
vendor/bundle/ruby/1.9.1/gems/actionmailer-3.2.13/lib/action_mailer/base.rb:413:in `deliver_mail'
vendor/bundle/ruby/1.9.1/gems/mail-2.5.3/lib/mail/message.rb:229:in `deliver'
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier.rb:42:in `rescue in call'
vendor/bundle/ruby/1.9.1/gems/exception_notification-2.6.1/lib/exception_notifier.rb:34:in `call'
vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:35:in `block in call'
vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `catch'
vendor/bundle/ruby/1.9.1/gems/warden-1.2.1/lib/warden/manager.rb:34:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/etag.rb:23:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/conditionalget.rb:25:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/head.rb:14:in `call'
vendor/bundle/ruby/1.9.1/gems/remotipart-1.0.5/lib/remotipart/middleware.rb:30:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/flash.rb:242:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:210:in `context'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/session/abstract/id.rb:205:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/cookies.rb:341:in `call'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/query_cache.rb:64:in `call'
vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.13/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in
`call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in
`_run__2190740540759129818__call__1720646093062268272__callbacks'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:405:in `__run_callback'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/callbacks.rb:81:in `run_callbacks'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/rack/logger.rb:16:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/methodoverride.rb:21:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/runtime.rb:17:in `call'
vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-1.4.5/lib/rack/lock.rb:15:in `call'
vendor/bundle/ruby/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call'
vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'
vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:245:in `fetch'
vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:185:in `lookup'
vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:66:in `call!'
vendor/bundle/ruby/1.9.1/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/engine.rb:479:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/application.rb:223:in `call'
vendor/bundle/ruby/1.9.1/gems/railties-3.2.13/lib/rails/railtie/configurable.rb:30:in `method_missing'
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/passenger-4.0.2/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in
`process_request'
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:135:in
`accept_and_process_next_request'
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:106:in
`main_loop'
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:449:in
`block (4 levels) in start_threads'
/usr/local/rvm/gems/ruby-1.9.3-p392/gems/passenger-4.0.2/lib/phusion_passenger/utils/robust_interruption.rb:108:in
`disable_interruptions'