Project

General

Profile

ErrorCodes » History » Version 3

Dominic Cleal, 11/13/2013 09:24 AM
ERF51-4505 invalid path

1 3 Dominic Cleal
h1. Foreman error codes
2 1 Lukas Zapletal
3 3 Dominic Cleal
h2. ERF51-4505 invalid path
4
5
Check the @Default_variables_Lookup_Path@ setting under _More > Settings > Puppet_ is defined as an array, e.g. @[ fqdn hostgroup os domain ]@.  If defining it via a seed script, ensure it's saved as an array and not a string.
6
7
h2. Other codes
8
9 2 Lukas Zapletal
<pre>
10 3 Dominic Cleal
ERF51-5146 %s console is not supported at this time
11
ERF51-0154 Attempting to construct an operating system image filename but %s cannot be built from an image
12 2 Lukas Zapletal
ERF51-3629 Can't find a valid Foreman Proxy with a Puppet feature
13
ERF51-9902 DHCP not supported for this NIC
14 1 Lukas Zapletal
ERF51-9911 Host is pending for Build
15 2 Lukas Zapletal
ERF51-7343 Invalid Facts, much be a Puppet::Node::Facts or a Hash
16
ERF51-8125 Invalid Host
17
ERF51-2399 Invalid report
18 3 Dominic Cleal
ERF51-1936 Invalid type requested for host creation via facts: %s
19 2 Lukas Zapletal
ERF51-8380 Must provide an operating systems
20
ERF51-6801 Must provide template kind
21 1 Lukas Zapletal
ERF51-1311 Must specify a Smart Proxy to use
22
ERF51-5371 Provision script had a non zero exit, removing instance
23 2 Lukas Zapletal
ERF51-7611 Unable to create the anonymous role.
24
ERF51-1736 Unable to create the default user role.
25
ERF51-1994 Unable to find proper authentication method
26 3 Dominic Cleal
ERF51-5351 invalid architecture for %s
27 2 Lukas Zapletal
ERF51-5635 invalid facts hash
28
ERF51-1231 invalid host list
29 3 Dominic Cleal
ERF51-6051 invalid medium for %s
30
ERF51-8175 invalid method %s
31 2 Lukas Zapletal
ERF51-1330 must provide a provider
32
ERF51-8428 unable to find any hosts that match your request
33 1 Lukas Zapletal
ERF51-5670 unable to find recipients
34
ERF51-8590 unable to sign a non pending certificate
35
</pre>
36
37
Generated with `rake exception:codes`, for more info and options see
38
https://github.com/theforeman/foreman/blob/develop/lib/tasks/exception.rake