Wrap text
Report abuse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
$ sudo puppetd --trace --verbose --tags 'semantico::deployments::daw::depp::reader' --noop --no-daemonize
<snip>
notice: Starting Puppet client version 0.24.7
<snip>
notice: Starting catalog run
info: Loading fact productname_model
info: Loading fact date
info: Loading fact productname_major
info: Loading fact primary_cidr
info: Loading fact has_logcheck
info: Loading fact uid_postgres
info: Loading fact gid_postgres
info: Loading fact webproxy
info: Loading fact virtual
info: Loading fact gid_users
info: Loading fact has_maradns
info: Loading fact has_unbound
info: Loading fact network
info: Loading fact environment
info: Loading fact defaultgateway
info: Loading fact lsbmajdistrelease
info: Loading fact primary_nic
/usr/lib/ruby/1.8/puppet/type.rb:2392:in `cached'
/usr/lib/ruby/1.8/puppet/type/file/checksum.rb:75:in `cache'
/usr/lib/ruby/1.8/puppet/type/file/checksum.rb:129:in `currentsum'
/usr/lib/ruby/1.8/puppet/type/file/checksum.rb:233:in `retrieve'
/usr/lib/ruby/1.8/puppet/type.rb:924:in `currentpropvalues'
/usr/lib/ruby/1.8/puppet/util/posix.rb:133:in `inject'
/usr/lib/ruby/1.8/puppet/type.rb:916:in `each'
/usr/lib/ruby/1.8/puppet/type.rb:916:in `inject'
/usr/lib/ruby/1.8/puppet/type.rb:916:in `currentpropvalues'
/usr/lib/ruby/1.8/puppet/type/file.rb:823:in `retrieve'
/usr/lib/ruby/1.8/puppet/type.rb:833:in `evaluate'
/usr/lib/ruby/1.8/puppet/transaction.rb:60:in `apply'
/usr/lib/ruby/1.8/puppet/transaction.rb:239:in `eval_resource'
/usr/lib/ruby/1.8/puppet/util.rb:425:in `thinmark'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'
/usr/lib/ruby/1.8/puppet/util.rb:424:in `thinmark'
/usr/lib/ruby/1.8/puppet/transaction.rb:238:in `eval_resource'
/usr/lib/ruby/1.8/puppet/transaction.rb:310:in `evaluate'
/usr/lib/ruby/1.8/puppet/util.rb:425:in `thinmark'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'
/usr/lib/ruby/1.8/puppet/util.rb:424:in `thinmark'
/usr/lib/ruby/1.8/puppet/transaction.rb:309:in `evaluate'
/usr/lib/ruby/1.8/puppet/transaction.rb:303:in `collect'
/usr/lib/ruby/1.8/puppet/transaction.rb:303:in `evaluate'
/usr/lib/ruby/1.8/puppet/node/catalog.rb:124:in `apply'
/usr/lib/ruby/1.8/puppet/network/client/master.rb:256:in `run'
/usr/lib/ruby/1.8/puppet/util.rb:180:in `benchmark'
/usr/lib/ruby/1.8/benchmark.rb:293:in `measure'
/usr/lib/ruby/1.8/benchmark.rb:307:in `realtime'
/usr/lib/ruby/1.8/puppet/util.rb:179:in `benchmark'
/usr/lib/ruby/1.8/puppet/network/client/master.rb:255:in `run'
/usr/lib/ruby/1.8/sync.rb:230:in `synchronize'
/usr/lib/ruby/1.8/puppet/network/client/master.rb:237:in `run'
/usr/lib/ruby/1.8/puppet/network/client.rb:136:in `runnow'
/usr/lib/ruby/1.8/puppet/network/client.rb:187:in `start'
/usr/lib/ruby/1.8/puppet.rb:293:in `start'
/usr/lib/ruby/1.8/puppet.rb:144:in `newthread'
/usr/lib/ruby/1.8/puppet.rb:143:in `initialize'
/usr/lib/ruby/1.8/puppet.rb:143:in `new'
/usr/lib/ruby/1.8/puppet.rb:143:in `newthread'
/usr/lib/ruby/1.8/puppet.rb:291:in `start'
/usr/lib/ruby/1.8/puppet.rb:290:in `each'
/usr/lib/ruby/1.8/puppet.rb:290:in `start'
/usr/sbin/puppetd:437
err: //Node[cspdawweb03xa]/semantico::deployments::daw::depp::reader/Semantico::Products::Instance::Daw::Depp::Portal[depp-reader]/Semantico::Products::Instance::Tomcat[depp_portal_depp-reader_1_tomcat]/File[/etc/semantico/instance/depp-reader/1/keystore.jks]: Failed to retrieve current state of resource: undefined method `[]' for :che:Symbol
|