ruby on rails - How to solve this internal error in redmine -


when try connect database in redmine custom workflow, , click on "save", redmine internal error. please find code below

@connection = activerecord::base.establish_connection( :adapter => "mysql2", :host => "localhost", :database => "bitnami_redmine", :username => "bitnami", :password => "xxxx" )  vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/engine.rb:484:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/application.rb:231:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/railtie/configurable.rb:30:in `method_missing'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/builder.rb:134:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:64:in `block in call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `each'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `call'   passenger (4.0.57) lib/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'   passenger (4.0.57) lib/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'   connecting database specified database.yml creating scope :sorted. overwriting existing method user.sorted. creating scope :sorted. overwriting existing method group.sorted. creating scope :system. overwriting existing method enumeration.system. started "/redmine" 127.0.0.1 @ 2015-06-20 12:22:09 +0530 started "/redmine" 127.0.0.1 @ 2015-06-20 12:22:09 +0530 processing welcomecontroller#index html processing welcomecontroller#index html   current user: anonymous   current user: anonymous   rendered welcome/index.html.erb within layouts/base (25.6ms) completed 200 ok in 269.4ms (views: 46.5ms | activerecord: 9.2ms)   rendered welcome/index.html.erb within layouts/base (24.9ms) completed 200 ok in 270.4ms (views: 45.4ms | activerecord: 8.9ms) started "/redmine/logs/index" 192.168.11.93 @ 2015-06-20 12:22:46 +0530 processing logscontroller#index html   current user: shruthi (id=1)   rendered plugins/redmine_logs/app/views/logs/index.html.erb within layouts/admin (10.7ms)   rendered admin/_menu.html.erb (3.3ms)   rendered layouts/base.html.erb (14.6ms) completed 200 ok in 38.7ms (views: 29.3ms | activerecord: 5.3ms) started post "/redmine/logs/show" 192.168.11.93 @ 2015-06-20 12:22:49 +0530 processing logscontroller#show html   parameters: {"utf8"=>"✓", "authenticity_token"=>"gz0tcxszaiguygk/zdumjf4pnck9uvr+w1ovg8vducu=", "path"=>"/home/administrator/new_redmine/apps/redmine/htdocs/log/production.log"}   current user: shruthi (id=1)   rendered plugins/redmine_logs/app/views/logs/show.html.erb within layouts/admin (4.6ms)   rendered admin/_menu.html.erb (4.3ms)   rendered layouts/base.html.erb (7.8ms) completed 200 ok in 23.2ms (views: 17.4ms | activerecord: 1.9ms) started put "/redmine/custom_workflows/2" 192.168.11.93 @ 2015-06-20 12:29:33 +0530 processing customworkflowscontroller#update html   parameters: {"utf8"=>"✓", "authenticity_token"=>"gz0tcxszaiguygk/zdumjf4pnck9uvr+w1ovg8vducu=", "custom_workflow"=>{"name"=>"sms", "description"=>"", "is_for_all"=>"0", "project_ids"=>[""], "before_save"=>"@connection = activerecord::base.establish_connection(\r\n              :adapter => \"mysql2\",\r\n              :host => \"192.168.11.27\",\r\n              :database => \"bitnami_redmine\",\r\n              :username => \"root\",\r\n              :password => \"user1234\"\r\n              )", "after_save"=>""}, "commit"=>"save", "id"=>"2"}   current user: shruthi (id=1) completed 500 internal server error in 119.4ms  mysql2::error (access denied user 'root'@'redmine.test' (using password: yes)):   vendor/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67:in `connect'   vendor/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67:in `initialize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/mysql2_adapter.rb:16:in `new'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/mysql2_adapter.rb:16:in `mysql2_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'   /home/administrator/new_redmine/ruby/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'   /home/administrator/new_redmine/ruby/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/query_cache.rb:67:in `rescue in call'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/query_cache.rb:61:in `call'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `_run__2378728236099272798__call__2767763288329299403__callbacks'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:27:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:32:in `call_app'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `block in call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/tagged_logging.rb:22:in `tagged'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/request_id.rb:22:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/methodoverride.rb:21:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/runtime.rb:17:in `call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/cache/strategy/local_cache.rb:72:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/lock.rb:15:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/static.rb:83:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/engine.rb:484:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/application.rb:231:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/railtie/configurable.rb:30:in `method_missing'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/builder.rb:134:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:64:in `block in call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `each'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `call'   passenger (4.0.57) lib/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'   passenger (4.0.57) lib/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'   started put "/redmine/custom_workflows/2" 192.168.11.93 @ 2015-06-20 12:32:48 +0530  mysql2::error (access denied user 'root'@'redmine.test' (using password: yes)):   vendor/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67:in `connect'   vendor/bundle/ruby/2.0.0/gems/mysql2-0.3.14/lib/mysql2/client.rb:67:in `initialize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/mysql2_adapter.rb:16:in `new'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/mysql2_adapter.rb:16:in `mysql2_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:315:in `new_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:325:in `checkout_new_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:247:in `block (2 levels) in checkout'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `loop'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:242:in `block in checkout'   /home/administrator/new_redmine/ruby/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:239:in `checkout'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:102:in `block in connection'   /home/administrator/new_redmine/ruby/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:101:in `connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/query_cache.rb:67:in `rescue in call'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/query_cache.rb:61:in `call'   vendor/bundle/ruby/2.0.0/gems/activerecord-3.2.21/lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `_run__2378728236099272798__call__2767763288329299403__callbacks'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:405:in `__run_callback'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:385:in `_run_call_callbacks'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/callbacks.rb:81:in `run_callbacks'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/callbacks.rb:27:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/remote_ip.rb:31:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:32:in `call_app'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `block in call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/tagged_logging.rb:22:in `tagged'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/rack/logger.rb:16:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/request_id.rb:22:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/methodoverride.rb:21:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/runtime.rb:17:in `call'   vendor/bundle/ruby/2.0.0/gems/activesupport-3.2.21/lib/active_support/cache/strategy/local_cache.rb:72:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/lock.rb:15:in `call'   vendor/bundle/ruby/2.0.0/gems/actionpack-3.2.21/lib/action_dispatch/middleware/static.rb:83:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:136:in `forward'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:143:in `pass'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:71:in `call!'   vendor/bundle/ruby/2.0.0/gems/rack-cache-1.2/lib/rack/cache/context.rb:51:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/engine.rb:484:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/application.rb:231:in `call'   vendor/bundle/ruby/2.0.0/gems/railties-3.2.21/lib/rails/railtie/configurable.rb:30:in `method_missing'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/builder.rb:134:in `call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:64:in `block in call'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `each'   vendor/bundle/ruby/2.0.0/gems/rack-1.4.7/lib/rack/urlmap.rb:49:in `call'   passenger (4.0.57) lib/phusion_passenger/rack/thread_handler_extension.rb:74:in `process_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:141:in `accept_and_process_next_request'   passenger (4.0.57) lib/phusion_passenger/request_handler/thread_handler.rb:109:in `main_loop'   passenger (4.0.57) lib/phusion_passenger/request_handler.rb:455:in `block (3 levels) in start_threads'   connecting database specified database.yml creating scope :sorted. overwriting existing method user.sorted. creating scope :sorted. overwriting existing method group.sorted. creating scope :system. overwriting existing method enumeration.system. started "/redmine" 127.0.0.1 @ 2015-06-20 12:33:13 +0530 started "/redmine" 127.0.0.1 @ 2015-06-20 12:33:13 +0530 processing welcomecontroller#index html processing welcomecontroller#index html   current user: anonymous   current user: anonymous   rendered welcome/index.html.erb within layouts/base (25.3ms) completed 200 ok in 269.2ms (views: 46.3ms | activerecord: 9.2ms)   rendered welcome/index.html.erb within layouts/base (24.9ms) completed 200 ok in 268.2ms (views: 44.9ms | activerecord: 8.9ms) started "/redmine/custom_workflows/2" 192.168.11.93 @ 2015-06-20 12:34:00 +0530 processing customworkflowscontroller#show html   parameters: {"id"=>"2"}   current user: shruthi (id=1) redirected http://192.168.11.27:8090/redmine/custom_workflows/2/edit completed 302 found in 19.3ms (activerecord: 3.5ms) started "/redmine/custom_workflows/2/edit" 192.168.11.93 @ 2015-06-20 12:34:00 +0530 processing customworkflowscontroller#edit html   parameters: {"id"=>"2"}   current user: shruthi (id=1)   rendered plugins/redmine_custom_workflows/app/views/custom_workflows/_form.html.erb (8.5ms)   rendered plugins/redmine_custom_workflows/app/views/custom_workflows/edit.html.erb within layouts/admin (18.6ms)   rendered admin/_menu.html.erb (3.3ms)   rendered layouts/base.html.erb (19.7ms) completed 200 ok in 52.0ms (views: 42.5ms | activerecord: 4.6ms) started "/redmine/custom_workflows/2/edit" 192.168.11.93 @ 2015-06-20 12:34:04 +0530 processing customworkflowscontroller#edit html   parameters: {"id"=>"2"}   current user: shruthi (id=1)   rendered plugins/redmine_custom_workflows/app/views/custom_workflows/_form.html.erb (3.6ms)   rendered plugins/redmine_custom_workflows/app/views/custom_workflows/edit.html.erb within layouts/admin (6.6ms)   rendered admin/_menu.html.erb (2.5ms)   rendered layouts/base.html.erb (7.4ms) completed 200 ok in 20.9ms (views: 15.9ms | activerecord: 2.5ms) started "/redmine/logs/index" 192.168.11.93 @ 2015-06-20 12:34:37 +0530 processing logscontroller#index html   current user: shruthi (id=1)   rendered plugins/redmine_logs/app/views/logs/index.html.erb within layouts/admin (6.6ms)   rendered admin/_menu.html.erb (2.3ms)   rendered layouts/base.html.erb (5.9ms) completed 200 ok in 19.3ms (views: 14.4ms | activerecord: 2.5ms) started post "/redmine/logs/show" 192.168.11.93 @ 2015-06-20 12:34:39 +0530 processing logscontroller#show html   parameters: {"utf8"=>"✓", "authenticity_token"=>"gz0tcxszaiguygk/zdumjf4pnck9uvr+w1ovg8vducu=", "path"=>"/home/administrator/new_redmine/apps/redmine/htdocs/log/production.log"}   current user: shruthi (id=1)   rendered plugins/redmine_logs/app/views/logs/show.html.erb within layouts/admin (4.0ms)   rendered admin/_menu.html.erb (4.3ms)   rendered layouts/base.html.erb (9.2ms) completed 200 ok in 24.3ms (views: 18.2ms | activerecord: 2.0ms) started "/redmine/logs/index" 192.168.11.93 @ 2015-06-20 13:06:42 +0530 processing logscontroller#index html   current user: shruthi (id=1)   rendered plugins/redmine_logs/app/views/logs/index.html.erb within layouts/admin (5.9ms)   rendered admin/_menu.html.erb (4.2ms)   rendered layouts/base.html.erb (5.5ms) completed 200 ok in 20.3ms (views: 15.6ms | activerecord: 1.8ms) started post "/redmine/logs/show" 192.168.11.93 @ 2015-06-20 13:06:46 +0530 processing logscontroller#show html   parameters: {"utf8"=>"✓", "authenticity_token"=>"gz0tcxszaiguygk/zdumjf4pnck9uvr+w1ovg8vducu=", "path"=>"/home/administrator/new_redmine/apps/redmine/htdocs/log/production.log"}   current user: shruthi (id=1) 

this log file. not able figure out please me solve this

bitnami developer here,

it looks plugin has been installed using redmine.test. did set rails_env environment variable production installing plugin? did modified else?

regards, gonzalo


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -