SQL (0.084439) CREATE TABLE schema_migrations (version text(0) NOT NULL)  SQL (0.115967) CREATE UNIQUE INDEX unique_schema_migrations ON schema_migrations (version) SQL (0.002559) SELECT version FROM schema_migrations Migrating to CreateCustomers (20080628072703) SQL (0.002806) SELECT version FROM schema_migrations SQL (0.158630) CREATE TABLE customers (id INTEGER PRIMARY KEY AUTOINCREMENT, zip integer(0) DEFAULT NULL NULL, address text(0) DEFAULT NULL NULL, first_name text(0) DEFAULT NULL NULL, last_name text(0) DEFAULT NULL NULL, birthday INTEGER DEFAULT NULL NULL, tel text(0) DEFAULT NULL NULL, mail text(0) DEFAULT NULL NULL, mail_mobile text(0) DEFAULT NULL NULL, note text(0) DEFAULT NULL NULL, created_at INTEGER DEFAULT NULL NULL, updated_at INTEGER DEFAULT NULL NULL)  SQL (0.122666) INSERT INTO schema_migrations (version) VALUES ('20080628072703') SQL (0.005937) SELECT SEQ FROM SQLITE_SEQUENCE WHERE NAME = 'schema_migrations' SQL (0.004569) SELECT version FROM schema_migrations SQL (0.003063) SELECT name, sql FROM sqlite_master WHERE tbl_name = 'customers' AND type = 'index' Processing CustomersController#index (for 127.0.0.1 at 2008-06-28 16:28:32) [GET] Session ID: 851c80a75909566fadea14848f296596 Parameters: {"controller"=>"customers", "action"=>"index"} Customer Load (0.027419) SELECT * FROM customers  Rendering template within layouts/customers Rendering customers/index Completed in 0.06591 (15 reqs/sec) | Rendering: 0.02234 (33%) | DB: 0.02742 (41%) | 200 OK [http://localhost/customers/] Processing CustomersController#new (for 127.0.0.1 at 2008-06-28 16:28:35) [GET] Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7AA==--035f38acc9694de1b14ae7e0b32487a09677096f Parameters: {"controller"=>"customers", "action"=>"new"} Rendering template within layouts/customers Rendering customers/new Completed in 0.32359 (3 reqs/sec) | Rendering: 0.24626 (76%) | DB: 0.00000 (0%) | 200 OK [http://localhost/customers/new] Processing InfoController#properties (for 127.0.0.1 at 2008-06-28 16:29:02) [GET] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"controller"=>"rails/info", "action"=>"properties"} SQL (0.006007) SELECT version FROM schema_migrations Completed in 0.14824 (6 reqs/sec) | Rendering: 0.01787 (12%) | DB: 0.00601 (4%) | 200 OK [http://localhost/rails/info/properties] Processing CustomersController#new (for 127.0.0.1 at 2008-06-28 16:29:44) [GET] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"controller"=>"customers", "action"=>"new"} Rendering template within layouts/customers Rendering customers/new Completed in 0.52195 (1 reqs/sec) | Rendering: 0.06493 (12%) | DB: 0.00000 (0%) | 200 OK [http://localhost/customers/new] Processing CustomersController#create (for 127.0.0.1 at 2008-06-28 16:30:59) [POST] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"authenticity_token"=>"a93d15103b8102ec736d48bfb2fa43be71b1f95f", "customer"=>{"zip"=>"1111111", "address"=>"東京都東京1-1-1", "first_name"=>"太郎", "last_name"=>"東京", "birthday(1i)"=>"2007", "birthday(2i)"=>"9", "birthday(3i)"=>"3", "tel"=>"01-0000-0001", "mail"=>"test@test.com", "mail_mobile"=>"test@test_mobile.com", "note"=>"テストデータ1"}, "commit"=>"Create", "controller"=>"customers", "action"=>"create"} ActiveRecord::MultiparameterAssignmentErrors (1 error(s) on assignment of multiparameter attributes): C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2651:in `execute_callstack_for_multiparameter_attributes' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2611:in `assign_multiparameter_attributes' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2364:in `attributes=' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2130:in `initialize' /app/controllers/customers_controller.rb:43:in `new' /app/controllers/customers_controller.rb:43:in `create' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_with_filters' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/1.8/benchmark.rb:293:in `measure' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_with_rescue' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action_with_caching' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action_with_caching' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_with_filters' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process_with_session_management_support' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `synchronize' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/webrick_server.rb:112:in `handle_dispatch' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/webrick_server.rb:78:in `service' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' :1:in `start' Rendering C:/Sun/NetBeans6.1/ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing InfoController#properties (for 127.0.0.1 at 2008-06-28 17:09:48) [GET] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"controller"=>"rails/info", "action"=>"properties"} SQL (0.020854) SELECT version FROM schema_migrations Completed in 0.06996 (14 reqs/sec) | Rendering: 0.00412 (5%) | DB: 0.02085 (29%) | 200 OK [http://localhost/rails/info/properties] Processing CustomersController#index (for 127.0.0.1 at 2008-06-28 17:10:10) [GET] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"controller"=>"customers", "action"=>"index"} Customer Load (0.007360) SELECT * FROM customers  Rendering template within layouts/customers Rendering customers/index Completed in 0.04361 (22 reqs/sec) | Rendering: 0.02303 (52%) | DB: 0.00736 (16%) | 200 OK [http://localhost/customers/] Processing CustomersController#new (for 127.0.0.1 at 2008-06-28 17:10:12) [GET] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"controller"=>"customers", "action"=>"new"} Rendering template within layouts/customers Rendering customers/new Completed in 0.33350 (2 reqs/sec) | Rendering: 0.22086 (66%) | DB: 0.00000 (0%) | 200 OK [http://localhost/customers/new] Processing CustomersController#create (for 127.0.0.1 at 2008-06-28 17:11:17) [POST] Session ID: BAh7ByIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo SGFzaHsABjoKQHVzZWR7ADoMY3NyZl9pZCIlMDhhYzcxOTY5ZjFiNTNhMzlh ZTYxN2M5MzU5NTdjMjY=--a0511e696c7030d99999af70ba36d60230c8c937 Parameters: {"authenticity_token"=>"a93d15103b8102ec736d48bfb2fa43be71b1f95f", "customer"=>{"zip"=>"1111111", "address"=>"東京都東京1-1-1", "first_name"=>"太郎", "last_name"=>"東京", "birthday(1i)"=>"2007", "birthday(2i)"=>"9", "birthday(3i)"=>"3", "tel"=>"01-0000-0001", "mail"=>"test@test.com", "mail_mobile"=>"test@test_mobile.com", "note"=>"テストデータ1"}, "commit"=>"Create", "controller"=>"customers", "action"=>"create"} ActiveRecord::MultiparameterAssignmentErrors (1 error(s) on assignment of multiparameter attributes): C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2651:in `execute_callstack_for_multiparameter_attributes' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2611:in `assign_multiparameter_attributes' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2364:in `attributes=' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:2130:in `initialize' /app/controllers/customers_controller.rb:43:in `new' /app/controllers/customers_controller.rb:43:in `create' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:1162:in `perform_action' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:580:in `call_filters' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:573:in `perform_action_with_filters' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/1.8/benchmark.rb:293:in `measure' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/benchmarking.rb:68:in `perform_action_with_benchmark' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/rescue.rb:201:in `perform_action_with_rescue' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:13:in `perform_action_with_caching' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/query_cache.rb:8:in `cache' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/caching/sql_cache.rb:12:in `perform_action_with_caching' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:529:in `process' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/filters.rb:569:in `process_with_filters' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/session_management.rb:130:in `process_with_session_management_support' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/base.rb:389:in `process' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:149:in `handle_request' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:107:in `dispatch' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:104:in `dispatch' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:120:in `dispatch_cgi' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/dispatcher.rb:35:in `dispatch' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/webrick_server.rb:112:in `handle_dispatch' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/rails-2.1.0/lib/webrick_server.rb:78:in `service' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' :1:in `start' Rendering C:/Java/jruby-1.1.2_Rails2.1.0/lib/ruby/gems/1.8/gems/actionpack-2.1.0/lib/action_controller/templates/rescues/layout.erb (internal_server_error)