Actions
Bug #3154
closedFailed to import facts: undefined method `downcase' for nil:NilClass
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Facts
Target version:
-
Description
Started POST "/fact_values/create?format=yml" for 10.0.65.27 at 2013-09-27 11:21:05 +0800
Processing by FactValuesController#create as YML
Parameters: {"facts"=>"[FILTERED]"}
Failed to import facts: undefined method `downcase' for nil:NilClass
Rendered text template (0.0ms)
Completed 400 Bad Request in 11ms (Views: 0.7ms | ActiveRecord: 1.3ms)
Updated by Dominic Cleal almost 11 years ago
- Is duplicate of Bug #2431: Foreman MYSQL Error on hosts_and_Facts import when FQDN is missing added
Updated by Dominic Cleal almost 11 years ago
- Project changed from Website to Foreman
- Category set to Facts
- Status changed from New to Duplicate
I think this is a duplicate of #2431, should be fixed in Foreman 1.3.0. It happens when the FQDN fact is missing from your client, so check that's configured properly and it should avoid this problem.
Actions