Project

General

Profile

Bug #2711 » production-500-error.log

Ronny M, 06/25/2013 03:14 PM

 


Started GET "/config_templates/1-kickstart-default-pxelinux/edit" for 192.168.88.1 at 2013-06-25 12:05:30 -0700
Processing by ConfigTemplatesController#edit as HTML
Parameters: {"id"=>"1-kickstart-default-pxelinux"}
User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Setting current user thread-local variable to admin
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'authorize_login_delegation' ORDER BY name LIMIT 1
Setting Load (0.3ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'idle_timeout' ORDER BY name LIMIT 1
ConfigTemplate Load (0.4ms) SELECT "config_templates".* FROM "config_templates" WHERE "config_templates"."id" = $1 ORDER BY config_templates.name LIMIT 1 [["id", "1-kickstart-default-pxelinux"]]
TemplateKind Load (0.4ms) SELECT "template_kinds".* FROM "template_kinds" 
 (0.4ms) SELECT COUNT(*) FROM "audits" WHERE "audits"."auditable_id" = 1 AND "audits"."auditable_type" = 'ConfigTemplate'
Audited::Adapters::ActiveRecord::Audit Load (0.4ms) SELECT "audits".* FROM "audits" WHERE "audits"."auditable_id" = 1 AND "audits"."auditable_type" = 'ConfigTemplate' ORDER BY version DESC
 (0.3ms) SELECT COUNT(*) FROM "operatingsystems"
Operatingsystem Load (0.3ms) SELECT "operatingsystems".* FROM "operatingsystems" ORDER BY LOWER(operatingsystems.name)
Operatingsystem Load (0.4ms) SELECT operatingsystems.id FROM "operatingsystems" INNER JOIN "config_templates_operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" WHERE "config_templates_operatingsystems"."config_template_id" = 1 ORDER BY LOWER(operatingsystems.name)
Rendered common/_edit_habtm.erb (2.2ms)
TemplateCombination Load (0.4ms) SELECT "template_combinations".* FROM "template_combinations" WHERE "template_combinations"."config_template_id" = 1
Hostgroup Load (0.3ms) SELECT "hostgroups".* FROM "hostgroups" WHERE (1=1)
Environment Load (0.3ms) SELECT "environments".* FROM "environments" ORDER BY environments.name
Rendered config_templates/_combination.html.erb (2.5ms)
Rendered config_templates/_combinations.html.erb (4.2ms)
Rendered config_templates/_form.html.erb (19.8ms)
Rendered config_templates/edit.html.erb within layouts/application (20.0ms)
Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'use_gravatar' ORDER BY name LIMIT 1
Rendered home/_user_dropdown.html.erb (3.2ms)
Read fragment views/tabs_and_title_records-1 (0.1ms)
Rendered home/_org_switcher.html.erb (0.0ms)
Rendered home/_settings.html.erb (4.6ms)
Write fragment views/tabs_and_title_records-1 (0.9ms)
Rendered home/_topbar.html.erb (8.9ms)
Completed 200 OK in 128ms (Views: 30.7ms | ActiveRecord: 5.0ms)


Started GET "/config_templates/4-kickstart-default/edit" for 192.168.88.1 at 2013-06-25 12:05:34 -0700
Processing by ConfigTemplatesController#edit as HTML
Parameters: {"id"=>"4-kickstart-default"}
User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Setting current user thread-local variable to admin
ConfigTemplate Load (0.3ms) SELECT "config_templates".* FROM "config_templates" WHERE "config_templates"."id" = $1 ORDER BY config_templates.name LIMIT 1 [["id", "4-kickstart-default"]]
TemplateKind Load (0.3ms) SELECT "template_kinds".* FROM "template_kinds" 
 (0.4ms) SELECT COUNT(*) FROM "audits" WHERE "audits"."auditable_id" = 4 AND "audits"."auditable_type" = 'ConfigTemplate'
Audited::Adapters::ActiveRecord::Audit Load (0.3ms) SELECT "audits".* FROM "audits" WHERE "audits"."auditable_id" = 4 AND "audits"."auditable_type" = 'ConfigTemplate' ORDER BY version DESC
 (0.2ms) SELECT COUNT(*) FROM "operatingsystems"
Operatingsystem Load (0.3ms) SELECT "operatingsystems".* FROM "operatingsystems" ORDER BY LOWER(operatingsystems.name)
Operatingsystem Load (0.3ms) SELECT operatingsystems.id FROM "operatingsystems" INNER JOIN "config_templates_operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" WHERE "config_templates_operatingsystems"."config_template_id" = 4 ORDER BY LOWER(operatingsystems.name)
Rendered common/_edit_habtm.erb (1.9ms)
TemplateCombination Load (0.3ms) SELECT "template_combinations".* FROM "template_combinations" WHERE "template_combinations"."config_template_id" = 4
Hostgroup Load (0.3ms) SELECT "hostgroups".* FROM "hostgroups" WHERE (1=1)
Environment Load (0.2ms) SELECT "environments".* FROM "environments" ORDER BY environments.name
Rendered config_templates/_combination.html.erb (2.3ms)
Rendered config_templates/_combinations.html.erb (3.9ms)
Rendered config_templates/_form.html.erb (17.5ms)
Rendered config_templates/edit.html.erb within layouts/application (17.7ms)
Rendered home/_user_dropdown.html.erb (0.9ms)
Read fragment views/tabs_and_title_records-1 (0.1ms)
Rendered home/_topbar.html.erb (1.0ms)
Completed 200 OK in 25ms (Views: 18.8ms | ActiveRecord: 3.4ms)


Started GET "/unattended/PXELinux?spoof=192.168.88.3" for 192.168.88.1 at 2013-06-25 12:05:39 -0700
Processing by UnattendedController#PXELinux as HTML
Parameters: {"spoof"=>"192.168.88.3"}
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Setting current user thread-local variable to admin
Host::Managed Load (0.9ms) SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."ip" = '192.168.88.3' LIMIT 1
Operatingsystem Load (0.4ms) SELECT "operatingsystems".* FROM "operatingsystems" WHERE "operatingsystems"."id" = 1 ORDER BY LOWER(operatingsystems.name) LIMIT 1
Found test789.localdomain
ConfigTemplate Load (1.6ms) SELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "template_combinations" ON "template_combinations"."config_template_id" = "config_templates"."id" INNER JOIN "environments" ON "environments"."id" = "template_combinations"."environment_id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'PXELinux' AND "environments"."id" = 1 ORDER BY config_templates.name LIMIT 1
ConfigTemplate Load (0.9ms) SELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "os_default_templates" ON "os_default_templates"."config_template_id" = "config_templates"."id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'PXELinux' AND "os_default_templates"."operatingsystem_id" = 1 ORDER BY config_templates.name LIMIT 1
rendering DB template Kickstart default PXElinux - PXELinux
Setting Load (0.4ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'safemode_render' ORDER BY name LIMIT 1
Setting Load (0.5ms) SELECT "settings".* FROM "settings" WHERE "settings"."name" = 'foreman_url' ORDER BY name LIMIT 1
Token Load (0.4ms) SELECT "tokens".* FROM "tokens" WHERE "tokens"."host_id" = 4 AND (expires >= '2013-06-25 19:05:39') LIMIT 1
Rendered inline template (13.4ms)
Completed 200 OK in 26ms (Views: 12.7ms | ActiveRecord: 5.5ms)


Started GET "/unattended/provision?spoof=192.168.88.3" for 192.168.88.1 at 2013-06-25 12:05:42 -0700
Processing by UnattendedController#provision as HTML
Parameters: {"spoof"=>"192.168.88.3"}
User Load (0.8ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Setting current user thread-local variable to admin
Host::Managed Load (1.6ms) SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."ip" = '192.168.88.3' LIMIT 1
Operatingsystem Load (0.8ms) SELECT "operatingsystems".* FROM "operatingsystems" WHERE "operatingsystems"."id" = 1 ORDER BY LOWER(operatingsystems.name) LIMIT 1
Found test789.localdomain
Ptable Load (0.6ms) SELECT "ptables".* FROM "ptables" WHERE "ptables"."id" = 1 ORDER BY LOWER(ptables.name) LIMIT 1
Architecture Load (0.8ms) SELECT "architectures".* FROM "architectures" WHERE "architectures"."id" = 1 LIMIT 1
Medium Load (0.7ms) SELECT "media".* FROM "media" WHERE "media"."id" = 1 ORDER BY media.name LIMIT 1
ConfigTemplate Load (1.2ms) SELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "template_combinations" ON "template_combinations"."config_template_id" = "config_templates"."id" INNER JOIN "environments" ON "environments"."id" = "template_combinations"."environment_id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'provision' AND "environments"."id" = 1 ORDER BY config_templates.name LIMIT 1
ConfigTemplate Load (0.7ms) SELECT "config_templates".* FROM "config_templates" INNER JOIN "config_templates_operatingsystems" ON "config_templates_operatingsystems"."config_template_id" = "config_templates"."id" INNER JOIN "operatingsystems" ON "operatingsystems"."id" = "config_templates_operatingsystems"."operatingsystem_id" INNER JOIN "template_kinds" ON "template_kinds"."id" = "config_templates"."template_kind_id" INNER JOIN "os_default_templates" ON "os_default_templates"."config_template_id" = "config_templates"."id" WHERE "operatingsystems"."id" = 1 AND "template_kinds"."name" = 'provision' AND "os_default_templates"."operatingsystem_id" = 1 ORDER BY config_templates.name LIMIT 1
rendering DB template Kickstart Default - provision
Rendered inline template (21.0ms)
Rendered text template (0.0ms)
Completed 500 Internal Server Error in 52ms (Views: 0.4ms | ActiveRecord: 0.0ms)
    (1-1/1)