Actions
Bug #3628
closedinvalid byte-sequence for encoding utf8 when importing facts
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Facts
Target version:
-
Description
When importing hosts and facts in foreman 1.3.1 with
foreman-rake puppet:import:hosts_and_facts
I get the following error message:
rake aborted! PG::CharacterNotInRepertoire: FEHLER: ungültige Byte-Sequenz für Kodierung »UTF8«: 0xe46973 : INSERT INTO "fact_values" ("created_at", "fact_name_id", "host_id", "updated_at", "value") VALUES ($1, $2, $3, $4, $5) RETURNING "id"
All other hosts are imported correctly, but this one. It is the only Windows-Server in this setup.
Updated by Dominic Cleal about 11 years ago
- Subject changed from invalid byte-sequence for encoding utf8 to invalid byte-sequence for encoding utf8 when importing facts
- Category set to Facts
Updated by Dennis Benndorf almost 11 years ago
This bug does affects all Windows-Servers we have, so having one Windows in Puppet blocks importing Facts into Foreman. Rake aborts importing all server which follow in the list!
Updated by Dennis Benndorf almost 11 years ago
The Problem seems to be the same as Bug #1560 "Foreman and windows-1250 encoding (puppet facts)".
There is an umlaut in a time fact "Mitteleuropäische Zeit".
Updated by Markus Frosch almost 10 years ago
- Related to Bug #1560: Foreman and windows-1250 encoding (puppet facts) added
Updated by Markus Frosch almost 10 years ago
This PR should fix it, but it is only in master until now:
https://github.com/theforeman/puppet-foreman/pull/274
Updated by Dominic Cleal almost 10 years ago
- Status changed from New to Feedback
It'll be in Foreman 1.8.
Actions