theforeman/foreman · error
Unable to create proxy feature: #{SeedHelper.format_errors f
Error message
Unable to create proxy feature: #{SeedHelper.format_errors f} What it means
Error "Unable to create proxy feature: #{SeedHelper.format_errors f}" thrown in theforeman/foreman.
Source
Thrown at db/seeds.d/110-smart_proxy_features.rb:7
# Proxy features
proxy_features = ["Templates", "TFTP", "DNS", "DHCP", "Puppet CA", "BMC", "Realm", "Facts", "Logs", "HTTPBoot", "External IPAM",
"Registration"]
proxy_features.each do |input|
f = Feature.where(:name => input).first_or_create
raise "Unable to create proxy feature: #{SeedHelper.format_errors f}" if f.nil? || f.errors.any?
end
View on GitHub (pinned to 6b05625475)
When it happens
Trigger: Thrown at db/seeds.d/110-smart_proxy_features.rb:7 when the library encounters an invalid state.
Common situations: See trigger scenarios.
AI-assisted analysis of theforeman/foreman@6b05625475 (2026-08-23).
Data as JSON: /api/errors/d385a478bbf28f1b.
Report an issue: GitHub.