Created
September 1, 2016 11:17
-
-
Save henrydobson/6ad1868f805abc30b5802ebfb9cdd3f3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Creating network "compose_default" with the default driver | |
Pulling puppetdbpostgres (puppet/puppetdb-postgres:latest)... | |
latest: Pulling from puppet/puppetdb-postgres | |
5c90d4a2d1a8: Pull complete | |
22337bfd13a9: Pull complete | |
c3961b297acc: Pull complete | |
5a17453338b4: Pull complete | |
6364e0d7a283: Pull complete | |
58c25f5c0dad: Pull complete | |
f0e675ce88d9: Pull complete | |
10f26c680a34: Pull complete | |
873d2c220bff: Pull complete | |
fd10fb78ded6: Pull complete | |
ff1356ba118b: Pull complete | |
cfddce470170: Pull complete | |
be3d06bc5bb4: Pull complete | |
Digest: sha256:1a6af20b887bdaa1a9ebbf4740ca2bb7433ad7ad99e3c9e7e26c5fd6d70e3749 | |
Status: Downloaded newer image for puppet/puppetdb-postgres:latest | |
Pulling puppetexplorer (puppet/puppetexplorer:latest)... | |
latest: Pulling from puppet/puppetexplorer | |
e110a4a17941: Pull complete | |
0d5dc6b09869: Pull complete | |
dd0fd3bb70af: Pull complete | |
f4935827d368: Pull complete | |
7dd04109267a: Pull complete | |
11a1de6e5fdf: Pull complete | |
1615c1ce81b8: Pull complete | |
14b4b80a7bb6: Pull complete | |
Digest: sha256:4635b46919c35b2404285928ec40d824826db2faf87f0dd11c130a5421f13eb6 | |
Status: Downloaded newer image for puppet/puppetexplorer:latest | |
Creating postgres | |
Creating compose_puppetexplorer_1 | |
Creating compose_puppetdb_1 | |
Creating compose_puppetboard_1 | |
Creating puppet | |
Attaching to postgres, compose_puppetexplorer_1, compose_puppetboard_1, compose_puppetdb_1, puppet | |
postgres | The files belonging to this database system will be owned by user "postgres". | |
postgres | This user must also own the server process. | |
postgres | | |
postgres | The database cluster will be initialized with locale "en_US.utf8". | |
postgres | The default database encoding has accordingly been set to "UTF8". | |
postgres | The default text search configuration will be set to "english". | |
postgres | | |
postgres | Data page checksums are disabled. | |
postgres | | |
postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok | |
postgres | creating subdirectories ... ok | |
postgres | selecting default max_connections ... 100 | |
postgres | selecting default shared_buffers ... 128MB | |
postgres | selecting dynamic shared memory implementation ... posix | |
postgres | creating configuration files ... ok | |
puppetexplorer_1 | Activating privacy features... done. | |
puppetexplorer_1 | http:// | |
puppetboard_1 | [2016-09-01 11:12:09 +0000] [1] [INFO] Starting gunicorn 19.5.0 | |
puppetboard_1 | [2016-09-01 11:12:09 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1) | |
puppetboard_1 | [2016-09-01 11:12:09 +0000] [1] [INFO] Using worker: sync | |
puppetboard_1 | [2016-09-01 11:12:09 +0000] [10] [INFO] Booting worker with pid: 10 | |
puppetdb_1 | puppet: forward host lookup failed: Unknown host | |
postgres | creating template1 database in /var/lib/postgresql/data/base/1 ... ok | |
postgres | initializing pg_authid ... ok | |
postgres | initializing dependencies ... ok | |
postgres | creating system views ... ok | |
postgres | loading system objects' descriptions ... ok | |
postgres | creating collations ... ok | |
postgres | creating conversions ... ok | |
postgres | creating dictionaries ... ok | |
postgres | setting privileges on built-in objects ... ok | |
postgres | creating information schema ... ok | |
postgres | loading PL/pgSQL server-side language ... ok | |
postgres | vacuuming database template1 ... ok | |
postgres | copying template1 to template0 ... ok | |
postgres | copying template1 to postgres ... ok | |
postgres | syncing data to disk ... ok | |
postgres | | |
postgres | Success. You can now start the database server using: | |
postgres | | |
postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start | |
postgres | | |
postgres | | |
postgres | WARNING: enabling "trust" authentication for local connections | |
postgres | You can change this by editing pg_hba.conf or using the option -A, or | |
postgres | --auth-local and --auth-host, the next time you run initdb. | |
postgres | waiting for server to start....LOG: database system was shut down at 2016-09-01 11:12:11 UTC | |
postgres | LOG: MultiXact member wraparound protections are now enabled | |
postgres | LOG: database system is ready to accept connections | |
postgres | LOG: autovacuum launcher started | |
postgres | done | |
postgres | server started | |
postgres | CREATE DATABASE | |
postgres | | |
postgres | CREATE ROLE | |
postgres | | |
postgres | | |
postgres | /docker-entrypoint.sh: running /docker-entrypoint-initdb.d/extensions.sh | |
postgres | ++ set -e | |
postgres | ++ PSQL='psql -U postgres' | |
postgres | ++ psql -U postgres puppetdb -c 'CREATE EXTENSION IF NOT EXISTS pg_trgm;' | |
postgres | CREATE EXTENSION | |
postgres | ++ psql -U postgres puppetdb -c 'CREATE EXTENSION IF NOT EXISTS pgcrypto;' | |
postgres | CREATE EXTENSION | |
postgres | + echo | |
postgres | | |
postgres | + gosu postgres pg_ctl -D /var/lib/postgresql/data -m fast -w stop | |
postgres | LOG: received fast shutdown request | |
postgres | LOG: aborting any active transactions | |
postgres | waiting for server to shut down....LOG: autovacuum launcher shutting down | |
postgres | LOG: shutting down | |
postgres | LOG: database system is shut down | |
postgres | done | |
postgres | server stopped | |
postgres | | |
postgres | PostgreSQL init process complete; ready for start up. | |
postgres | + echo | |
postgres | | |
postgres | + echo 'PostgreSQL init process complete; ready for start up.' | |
postgres | + echo | |
postgres | + exec gosu postgres postgres | |
postgres | LOG: database system was shut down at 2016-09-01 11:12:13 UTC | |
postgres | LOG: MultiXact member wraparound protections are now enabled | |
postgres | LOG: autovacuum launcher started | |
postgres | LOG: database system is ready to accept connections | |
puppet | Warning: The following options to parse-opts are unrecognized: :flag | |
puppet | 2016-09-01 11:12:23,717 INFO [o.e.j.u.log] Logging initialized @13518ms | |
puppet | 2016-09-01 11:12:29,318 INFO [p.s.v.versioned-code-service] No code-id-command set for versioned-code-service. Code-id will be nil. | |
puppet | 2016-09-01 11:12:29,319 INFO [p.s.v.versioned-code-service] No code-content-command set for versioned-code-service. Attempting to fetch code content will fail. | |
puppet | 2016-09-01 11:12:29,321 INFO [p.t.s.w.jetty9-service] Initializing web server(s). | |
puppet | 2016-09-01 11:12:29,348 INFO [p.s.j.jruby-puppet-service] Initializing the JRuby service | |
puppet | 2016-09-01 11:12:29,349 WARN [p.s.j.jruby-puppet-service] The 'jruby-puppet.use-legacy-auth-conf' setting is set to 'true'. Support for the legacy Puppet auth.conf file is deprecated and will be removed in a future release. Change this setting to 'false' and migrate your authorization rule definitions in the /etc/puppetlabs/puppet/auth.conf file to the /etc/puppetlabs/puppetserver/conf.d/auth.conf file. | |
puppet | 2016-09-01 11:12:29,386 INFO [p.s.j.jruby-puppet-internal] Creating JRuby instance with id 1. | |
puppet | 2016-09-01 11:12:36,975 WARN [puppetserver] Puppet Comparing Symbols to non-Symbol values is deprecated | |
puppet | (file & line not available) | |
puppet | 2016-09-01 11:12:37,082 INFO [puppetserver] Puppet Puppet settings initialized; run mode: master | |
puppet | 2016-09-01 11:12:38,309 INFO [p.s.j.jruby-puppet-agents] Finished creating JRubyPuppet instance 1 of 3 | |
puppet | 2016-09-01 11:12:38,311 INFO [p.s.j.jruby-puppet-internal] Creating JRuby instance with id 2. | |
puppet | 2016-09-01 11:12:38,361 INFO [p.s.c.puppet-server-config-core] Initializing webserver settings from core Puppet | |
puppetboard_1 | [2016-09-01 11:12:40 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:10) | |
puppetboard_1 | [2016-09-01 11:12:40 +0000] [10] [INFO] Worker exiting (pid: 10) | |
puppetboard_1 | [2016-09-01 11:12:40 +0000] [11] [INFO] Booting worker with pid: 11 | |
puppet | 2016-09-01 11:12:42,510 WARN [puppetserver] Puppet Comparing Symbols to non-Symbol values is deprecated | |
puppet | (file & line not available) | |
puppet | 2016-09-01 11:12:42,553 INFO [puppetserver] Puppet Puppet settings initialized; run mode: master | |
puppet | 2016-09-01 11:12:43,064 INFO [p.s.j.jruby-puppet-agents] Finished creating JRubyPuppet instance 2 of 3 | |
puppet | 2016-09-01 11:12:43,065 INFO [p.s.j.jruby-puppet-internal] Creating JRuby instance with id 3. | |
puppet | 2016-09-01 11:12:46,615 WARN [puppetserver] Puppet Comparing Symbols to non-Symbol values is deprecated | |
puppet | (file & line not available) | |
puppet | 2016-09-01 11:12:46,656 INFO [puppetserver] Puppet Puppet settings initialized; run mode: master | |
puppet | 2016-09-01 11:12:46,871 INFO [p.s.c.certificate-authority-service] CA Service adding a ring handler | |
puppet | 2016-09-01 11:12:46,919 INFO [p.s.p.puppet-admin-service] Starting Puppet Admin web app | |
puppet | 2016-09-01 11:12:47,313 INFO [p.s.j.jruby-puppet-agents] Finished creating JRubyPuppet instance 3 of 3 | |
puppet | 2016-09-01 11:12:47,369 INFO [p.d.version-check] Newer version 2.5.0 is available! Visit https://docs.puppet.com/puppetserver/2.5/release_notes.html for details. | |
puppet | 2016-09-01 11:12:50,225 INFO [p.s.m.master-service] Master Service adding ring handlers | |
puppet | 2016-09-01 11:12:50,260 WARN [o.e.j.s.h.ContextHandler] Empty contextPath | |
puppet | 2016-09-01 11:12:50,262 INFO [p.t.s.w.jetty9-service] Starting web server(s). | |
puppet | 2016-09-01 11:12:50,275 INFO [p.t.s.w.jetty9-core] webserver config overridden for key 'ssl-cert' | |
puppet | 2016-09-01 11:12:50,275 INFO [p.t.s.w.jetty9-core] webserver config overridden for key 'ssl-key' | |
puppet | 2016-09-01 11:12:50,275 INFO [p.t.s.w.jetty9-core] webserver config overridden for key 'ssl-ca-cert' | |
puppet | 2016-09-01 11:12:50,275 INFO [p.t.s.w.jetty9-core] webserver config overridden for key 'ssl-crl-path' | |
puppet | 2016-09-01 11:12:50,439 INFO [p.t.s.w.jetty9-core] Starting web server. | |
puppet | 2016-09-01 11:12:50,443 INFO [o.e.j.s.Server] jetty-9.2.z-SNAPSHOT | |
puppet | 2016-09-01 11:12:50,489 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@193ea25a{/puppet-ca,null,AVAILABLE} | |
puppet | 2016-09-01 11:12:50,489 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@55777d9a{/puppet-admin-api,null,AVAILABLE} | |
puppet | 2016-09-01 11:12:50,489 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@7e7346d{/puppet,null,AVAILABLE} | |
puppet | 2016-09-01 11:12:50,490 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@6582d121{/,null,AVAILABLE} | |
puppet | 2016-09-01 11:12:50,562 INFO [o.e.j.s.ServerConnector] Started ServerConnector@1b815d6a{SSL-HTTP/1.1}{0.0.0.0:8140} | |
puppet | 2016-09-01 11:12:50,562 INFO [o.e.j.s.Server] Started @40365ms | |
puppet | 2016-09-01 11:12:50,571 INFO [p.s.m.master-service] Puppet Server has successfully started and is now ready to handle requests | |
puppet | 2016-09-01 11:12:50,572 INFO [p.s.l.legacy-routes-service] The legacy routing service has successfully started and is now ready to handle requests | |
puppetdb_1 | Info: Creating a new SSL key for puppetdb.localdomain | |
puppetdb_1 | Info: Caching certificate for ca | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate/ca?environment=production&fail_on_404=true HTTP/1.1" 200 2025 172.18.0.4 172.18.0.4 8140 49 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate/puppetdb.localdomain?environment=production& HTTP/1.1" 404 47 172.18.0.4 172.18.0.4 8140 3 | |
puppetdb_1 | Info: csr_attributes file loading from /etc/puppetlabs/puppet/csr_attributes.yaml | |
puppetdb_1 | Info: Creating a new SSL certificate request for puppetdb.localdomain | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate_request/puppetdb.localdomain?environment=production& HTTP/1.1" 404 55 172.18.0.4 172.18.0.4 8140 9 | |
puppetdb_1 | Info: Certificate Request fingerprint (SHA256): 87:1E:92:FB:E9:B4:7A:17:46:35:AE:5E:27:35:D6:9C:12:41:C9:C8:09:E9:F2:31:E5:95:85:02:03:D5:CB:BF | |
puppet | 2016-09-01 11:12:53,477 INFO [p.p.certificate-authority] Signed certificate request for puppetdb.localdomain | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "PUT /puppet-ca/v1/certificate_request/puppetdb.localdomain?environment=production& HTTP/1.1" 200 0 172.18.0.4 172.18.0.4 8140 110 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate/puppetdb.localdomain?environment=production& HTTP/1.1" 200 1980 172.18.0.4 172.18.0.4 8140 2 | |
puppetdb_1 | Info: Caching certificate for puppetdb.localdomain | |
puppetdb_1 | Info: Caching certificate_revocation_list for ca | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate_revocation_list/ca?environment=production& HTTP/1.1" 200 987 172.18.0.4 172.18.0.4 8140 23 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:53 +0000 "GET /puppet-ca/v1/certificate/ca?environment=production&fail_on_404=true HTTP/1.1" 200 2025 172.18.0.4 172.18.0.4 8140 5 | |
puppetdb_1 | Info: Caching certificate for ca | |
puppet | 2016-09-01 11:12:54,181 INFO [puppetserver] access[/puppet/v3/environments] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,181 INFO [puppetserver] access[/puppet/v3/environments] allowing * access | |
puppet | 2016-09-01 11:12:54,182 INFO [puppetserver] access[^/puppet/v3/catalog/([^/]+)$] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,183 INFO [puppetserver] access[^/puppet/v3/catalog/([^/]+)$] allowing $1 access | |
puppet | 2016-09-01 11:12:54,184 INFO [puppetserver] access[^/puppet/v3/node/([^/]+)$] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,184 INFO [puppetserver] access[^/puppet/v3/node/([^/]+)$] allowing $1 access | |
puppet | 2016-09-01 11:12:54,185 INFO [puppetserver] access[^/puppet/v3/report/([^/]+)$] allowing 'method' save | |
puppet | 2016-09-01 11:12:54,185 INFO [puppetserver] access[^/puppet/v3/report/([^/]+)$] allowing $1 access | |
puppet | 2016-09-01 11:12:54,185 INFO [puppetserver] access[/puppet/v3/file] allowing * access | |
puppet | 2016-09-01 11:12:54,186 INFO [puppetserver] access[/puppet/v3/status] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,186 INFO [puppetserver] access[/puppet/v3/status] allowing * access | |
puppet | 2016-09-01 11:12:54,187 INFO [puppetserver] access[/puppet-ca/v1/certificate_revocation_list/ca] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,187 INFO [puppetserver] access[/puppet-ca/v1/certificate_revocation_list/ca] allowing * access | |
puppet | 2016-09-01 11:12:54,188 INFO [puppetserver] access[/puppet-ca/v1/certificate/ca] adding authentication any | |
puppet | 2016-09-01 11:12:54,188 INFO [puppetserver] access[/puppet-ca/v1/certificate/ca] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,189 INFO [puppetserver] access[/puppet-ca/v1/certificate/ca] allowing * access | |
puppet | 2016-09-01 11:12:54,189 INFO [puppetserver] access[/puppet-ca/v1/certificate/] adding authentication any | |
puppet | 2016-09-01 11:12:54,189 INFO [puppetserver] access[/puppet-ca/v1/certificate/] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,190 INFO [puppetserver] access[/puppet-ca/v1/certificate/] allowing * access | |
puppet | 2016-09-01 11:12:54,190 INFO [puppetserver] access[/puppet-ca/v1/certificate_request] adding authentication any | |
puppet | 2016-09-01 11:12:54,190 INFO [puppetserver] access[/puppet-ca/v1/certificate_request] allowing 'method' find | |
puppet | 2016-09-01 11:12:54,191 INFO [puppetserver] access[/puppet-ca/v1/certificate_request] allowing 'method' save | |
puppet | 2016-09-01 11:12:54,191 INFO [puppetserver] access[/puppet-ca/v1/certificate_request] allowing * access | |
puppet | 2016-09-01 11:12:54,192 INFO [puppetserver] access[/] adding authentication any | |
puppet | 2016-09-01 11:12:54,595 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:54,600 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/query/v4/nodes/puppetdb.localdomain/facts, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:54,616 ERROR [puppetserver] Puppet Cached facts for puppetdb.localdomain failed: Failed to find facts from PuppetDB at puppet:8140: Failed to execute '/pdb/query/v4/nodes/puppetdb.localdomain/facts' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/facts/puppetdb.rb:71:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/puppetdb.rb:101:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/facts/puppetdb.rb:42:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/store_configs.rb:16:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:236:in `find_in_cache' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:186:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/node.rb:117:in `fact_merge' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/node/plain.rb:17:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:194:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:132:in `do_find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:48:in `call' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/context.rb:65:in `override' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:240:in `override' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:47:in `call' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:82:in `process' | |
puppet | org/jruby/RubyArray.java:1613:in `each' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:81:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:87:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:87:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:60:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:58:in `process' | |
puppet | file:/opt/puppetlabs/server/apps/puppetserver/puppet-server-release.jar!/puppetserver-lib/puppet/server/master.rb:42:in `handleRequest' | |
puppet | Puppet$$Server$$Master_645777166.gen:13:in `handleRequest' | |
puppet | request_handler_core.clj:281:in `invoke' | |
puppet | jruby_request.clj:47:in `invoke' | |
puppet | jruby_request.clj:29:in `invoke' | |
puppet | request_handler_service.clj:38:in `handle_request' | |
puppet | request_handler.clj:3:in `invoke' | |
puppet | request_handler.clj:3:in `invoke' | |
puppet | core.clj:2493:in `invoke' | |
puppet | core.clj:294:in `invoke' | |
puppet | core.clj:128:in `invoke' | |
puppet | core.clj:134:in `invoke' | |
puppet | ringutils.clj:86:in `invoke' | |
puppet | master_core.clj:410:in `invoke' | |
puppet | ring.clj:21:in `invoke' | |
puppet | ring.clj:12:in `invoke' | |
puppet | comidi.clj:249:in `invoke' | |
puppet | jetty9_core.clj:424:in `invoke' | |
puppet | normalized_uri_helpers.clj:80:in `invoke' | |
puppet | 2016-09-01 11:12:54,617 INFO [puppetserver] Puppet Caching node for puppetdb.localdomain | |
puppetdb_1 | Info: Using configured environment 'production' | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:54 +0000 "GET /puppet/v3/node/puppetdb.localdomain?environment=production&transaction_uuid=d36ea354-a752-47b9-8648-6c31540d93f8&fail_on_404=true HTTP/1.1" 200 58 172.18.0.4 172.18.0.4 8140 701 | |
puppetdb_1 | Info: Retrieving pluginfacts | |
puppetdb_1 | Info: Retrieving plugin | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:54 +0000 "GET /puppet/v3/file_metadatas/pluginfacts?environment=production&links=follow&recurse=true&source_permissions=use&ignore=.svn&ignore=CVS&ignore=.git&checksum_type=md5 HTTP/1.1" 200 220 172.18.0.4 172.18.0.4 8140 33 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:54 +0000 "GET /puppet/v3/file_metadatas/plugins?environment=production&links=follow&recurse=true&source_permissions=ignore&ignore=.svn&ignore=CVS&ignore=.git&checksum_type=md5 HTTP/1.1" 200 224 172.18.0.4 172.18.0.4 8140 17 | |
puppet | 2016-09-01 11:12:55,390 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:55,393 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/cmd/v1?checksum=dc1bf231a7279b123a4b03343a709f0167fd40d9&version=4&certname=puppetdb.localdomain&command=replace_facts, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:55,394 ERROR [puppetserver] Puppet Failed to execute '/pdb/cmd/v1?checksum=dc1bf231a7279b123a4b03343a709f0167fd40d9&version=4&certname=puppetdb.localdomain&command=replace_facts' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | 2016-09-01 11:12:55,400 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:55,403 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/query/v4/nodes/puppetdb.localdomain/facts, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:55,421 ERROR [puppetserver] Puppet Cached facts for puppetdb.localdomain failed: Failed to find facts from PuppetDB at puppet:8140: Failed to execute '/pdb/query/v4/nodes/puppetdb.localdomain/facts' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/facts/puppetdb.rb:71:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/puppetdb.rb:101:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/facts/puppetdb.rb:42:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/store_configs.rb:16:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:236:in `find_in_cache' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:186:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/node.rb:117:in `fact_merge' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/node/plain.rb:17:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:194:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:295:in `find_node' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:292:in `find_node' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:332:in `node_from_request' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/catalog/compiler.rb:50:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/indirector/indirection.rb:194:in `find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:132:in `do_find' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:48:in `call' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/context.rb:65:in `override' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet.rb:240:in `override' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/api/indirected_routes.rb:47:in `call' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:82:in `process' | |
puppet | org/jruby/RubyArray.java:1613:in `each' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:81:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:87:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/route.rb:87:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:60:in `process' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler/around_profiler.rb:58:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/util/profiler.rb:51:in `profile' | |
puppet | /opt/puppetlabs/puppet/lib/ruby/vendor_ruby/puppet/network/http/handler.rb:58:in `process' | |
puppet | file:/opt/puppetlabs/server/apps/puppetserver/puppet-server-release.jar!/puppetserver-lib/puppet/server/master.rb:42:in `handleRequest' | |
puppet | Puppet$$Server$$Master_645777166.gen:13:in `handleRequest' | |
puppet | request_handler_core.clj:281:in `invoke' | |
puppet | jruby_request.clj:47:in `invoke' | |
puppet | jruby_request.clj:29:in `invoke' | |
puppet | request_handler_service.clj:38:in `handle_request' | |
puppet | request_handler.clj:3:in `invoke' | |
puppet | request_handler.clj:3:in `invoke' | |
puppet | core.clj:2493:in `invoke' | |
puppet | core.clj:294:in `invoke' | |
puppet | core.clj:128:in `invoke' | |
puppet | core.clj:134:in `invoke' | |
puppet | ringutils.clj:86:in `invoke' | |
puppet | master_core.clj:427:in `invoke' | |
puppet | ring.clj:21:in `invoke' | |
puppet | ring.clj:12:in `invoke' | |
puppet | comidi.clj:249:in `invoke' | |
puppet | jetty9_core.clj:424:in `invoke' | |
puppet | normalized_uri_helpers.clj:80:in `invoke' | |
puppet | 2016-09-01 11:12:55,494 INFO [puppetserver] Puppet Caching facts for puppetdb.localdomain | |
puppet | 2016-09-01 11:12:55,514 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:55,517 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/cmd/v1?checksum=5ce83da3a02456fe07fd97ce72f9cc9b79d8d392&version=4&certname=puppetdb.localdomain&command=replace_facts, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:55,519 ERROR [puppetserver] Puppet Failed to execute '/pdb/cmd/v1?checksum=5ce83da3a02456fe07fd97ce72f9cc9b79d8d392&version=4&certname=puppetdb.localdomain&command=replace_facts' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | 2016-09-01 11:12:55,520 INFO [puppetserver] Puppet Caching node for puppetdb.localdomain | |
puppet | 2016-09-01 11:12:55,724 INFO [puppetserver] Puppet Compiled catalog for puppetdb.localdomain in environment production in 0.14 seconds | |
puppet | 2016-09-01 11:12:55,724 INFO [puppetserver] Puppet Caching catalog for puppetdb.localdomain | |
puppet | 2016-09-01 11:12:55,737 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:55,740 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/cmd/v1?checksum=146d46a7a1d8d7035ca07b4f7574c9cc3d36a95d&version=8&certname=puppetdb.localdomain&command=replace_catalog, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:55,742 ERROR [puppetserver] Puppet Failed to execute '/pdb/cmd/v1?checksum=146d46a7a1d8d7035ca07b4f7574c9cc3d36a95d&version=8&certname=puppetdb.localdomain&command=replace_catalog' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:55 +0000 "POST /puppet/v3/catalog/puppetdb.localdomain?environment=production HTTP/1.1" 200 1126 172.18.0.4 172.18.0.4 8140 661 | |
puppetdb_1 | Info: Caching catalog for puppetdb.localdomain | |
puppetdb_1 | Info: Applying configuration version '1472728375' | |
puppetdb_1 | Notice: /Stage[main]/Main/Node[default]/File[/tmp/puppet-in-docker]/ensure: defined content as '{md5}938727d2f2612b38d783932417edf030' | |
puppetdb_1 | Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml | |
puppetdb_1 | Notice: Applied catalog in 0.02 seconds | |
puppet | 2016-09-01 11:12:55,891 ERROR [c.p.h.c.i.PersistentSyncHttpClient] Error executing http request | |
puppet | java.net.ConnectException: Connection refused | |
puppet | at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) ~[na:1.8.0_91] | |
puppet | at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717) ~[na:1.8.0_91] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvent(DefaultConnectingIOReactor.java:173) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.DefaultConnectingIOReactor.processEvents(DefaultConnectingIOReactor.java:147) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor.execute(AbstractMultiworkerIOReactor.java:350) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.conn.PoolingNHttpClientConnectionManager.execute(PoolingNHttpClientConnectionManager.java:191) ~[puppet-server-release.jar:na] | |
puppet | at org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase$1.run(CloseableHttpAsyncClientBase.java:64) ~[puppet-server-release.jar:na] | |
puppet | at java.lang.Thread.run(Thread.java:745) ~[na:1.8.0_91] | |
puppet | 2016-09-01 11:12:55,894 WARN [puppetserver] Puppet Error connecting to puppetdb.localdomain on 8081 at route /pdb/cmd/v1?checksum=e25d4bdcaa5fda51757a27b6ef0f79de93a64252&version=7&certname=puppetdb.localdomain&command=store_report, error message received was 'Error executing http request'. Failing over to the next PuppetDB server_url in the 'server_urls' list | |
puppet | 2016-09-01 11:12:55,895 ERROR [puppetserver] Puppet Failed to execute '/pdb/cmd/v1?checksum=e25d4bdcaa5fda51757a27b6ef0f79de93a64252&version=7&certname=puppetdb.localdomain&command=store_report' on at least 1 of the following 'server_urls': https://puppetdb.localdomain:8081 | |
puppet | 172.18.0.4 - - - 01/Sep/2016:11:12:55 +0000 "PUT /puppet/v3/report/puppetdb.localdomain?environment=production& HTTP/1.1" 200 12 172.18.0.4 172.18.0.4 8140 93 | |
puppetdb_1 | PEM files in /etc/puppetlabs/puppetdb/ssl are missing, we will move them into place for you | |
puppetdb_1 | Copying files: /etc/puppetlabs/puppet/ssl/certs/ca.pem, /etc/puppetlabs/puppet/ssl/private_keys/puppetdb.localdomain.pem and /etc/puppetlabs/puppet/ssl/certs/puppetdb.localdomain.pem to /etc/puppetlabs/puppetdb/ssl | |
puppetdb_1 | Backing up /etc/puppetlabs/puppetdb/conf.d/jetty.ini to /etc/puppetlabs/puppetdb/conf.d/jetty.ini.bak.1472728380 before making changes | |
puppetdb_1 | Updated default settings from package installation for ssl-host in /etc/puppetlabs/puppetdb/conf.d/jetty.ini. | |
puppetdb_1 | Updated default settings from package installation for ssl-port in /etc/puppetlabs/puppetdb/conf.d/jetty.ini. | |
puppetdb_1 | Updated default settings from package installation for ssl-key in /etc/puppetlabs/puppetdb/conf.d/jetty.ini. | |
puppetdb_1 | Updated default settings from package installation for ssl-cert in /etc/puppetlabs/puppetdb/conf.d/jetty.ini. | |
puppetdb_1 | Updated default settings from package installation for ssl-ca-cert in /etc/puppetlabs/puppetdb/conf.d/jetty.ini. | |
puppetboard_1 | [2016-09-01 11:13:10 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:11) | |
puppetboard_1 | [2016-09-01 11:13:10 +0000] [11] [INFO] Worker exiting (pid: 11) | |
puppetboard_1 | [2016-09-01 11:13:10 +0000] [12] [INFO] Booting worker with pid: 12 | |
puppetdb_1 | The [database] classname setting has been retired and will be ignored. | |
puppetdb_1 | The [database] subprotocol setting has been retired and will be ignored. | |
puppetdb_1 | 2016-09-01 11:13:22,038 INFO [o.e.j.u.log] Logging initialized @21091ms | |
puppetdb_1 | The [database] classname setting has been retired and will be ignored. | |
puppetdb_1 | The [database] subprotocol setting has been retired and will be ignored. | |
puppetdb_1 | 2016-09-01 11:13:24,324 INFO [p.t.s.w.jetty9-service] Initializing web server(s). | |
puppetdb_1 | 2016-09-01 11:13:24,396 INFO [p.t.s.n.nrepl-service] nREPL service disabled, not starting | |
puppetdb_1 | 2016-09-01 11:13:24,446 INFO [p.p.pdb-routing] Starting PuppetDB, entering maintenance mode | |
puppetdb_1 | 2016-09-01 11:13:24,503 INFO [p.t.s.s.status-service] Registering status callback function for puppetdb-status service | |
puppetdb_1 | 2016-09-01 11:13:24,507 INFO [p.t.s.w.jetty9-service] Starting web server(s). | |
puppetdb_1 | 2016-09-01 11:13:24,691 INFO [p.t.s.w.jetty9-core] Starting web server. | |
puppetdb_1 | 2016-09-01 11:13:24,697 INFO [o.e.j.s.Server] jetty-9.2.z-SNAPSHOT | |
puppetdb_1 | 2016-09-01 11:13:24,755 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@73d1f531{/metrics,null,AVAILABLE} | |
puppetdb_1 | 2016-09-01 11:13:24,755 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@4d0a4052{/pdb,null,AVAILABLE} | |
puppetdb_1 | 2016-09-01 11:13:24,778 INFO [o.e.j.s.ServerConnector] Started ServerConnector@61b90ee3{HTTP/1.1}{0.0.0.0:8080} | |
puppetdb_1 | 2016-09-01 11:13:24,843 INFO [o.e.j.s.ServerConnector] Started ServerConnector@8b2531f{SSL-HTTP/1.1}{0.0.0.0:8081} | |
puppetdb_1 | 2016-09-01 11:13:24,844 INFO [o.e.j.s.Server] Started @23899ms | |
puppetdb_1 | 2016-09-01 11:13:24,847 INFO [p.t.s.s.status-service] Registering status callback function for status-service service | |
puppetdb_1 | 2016-09-01 11:13:24,847 INFO [p.t.s.s.status-service] Registering status service HTTP API at /status | |
puppetdb_1 | 2016-09-01 11:13:24,866 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@72be804b{/status,null,AVAILABLE} | |
puppetdb_1 | 2016-09-01 11:13:24,867 INFO [p.p.dashboard] Redirecting / to the PuppetDB dashboard | |
puppetdb_1 | 2016-09-01 11:13:24,871 INFO [o.e.j.s.h.ContextHandler] Started o.e.j.s.h.ContextHandler@6b5262ed{/,null,AVAILABLE} | |
puppetdb_1 | 2016-09-01 11:13:24,879 INFO [c.z.h.HikariDataSource] PDBWritePool - is starting. | |
puppetdb_1 | 2016-09-01 11:13:24,905 INFO [c.z.h.HikariDataSource] PDBReadPool - is starting. | |
puppetdb_1 | 2016-09-01 11:13:24,908 INFO [p.p.c.services] PuppetDB version 4.1.0 | |
puppetdb_1 | 2016-09-01 11:13:24,910 INFO [c.z.h.HikariDataSource] PDBMigrationsPool - is starting. | |
postgres | ERROR: relation "schema_migrations" does not exist at character 21 | |
postgres | STATEMENT: SELECT version FROM schema_migrations ORDER BY version | |
postgres | ERROR: relation "schema_migrations" does not exist at character 21 | |
postgres | STATEMENT: SELECT version FROM schema_migrations ORDER BY version | |
puppetdb_1 | 2016-09-01 11:13:25,113 INFO [p.p.s.migrate] Applying database migration version 28 | |
puppetdb_1 | 2016-09-01 11:13:25,369 INFO [p.p.s.migrate] Applying database migration version 29 | |
puppetdb_1 | 2016-09-01 11:13:25,525 INFO [p.p.s.migrate] Applying database migration version 30 | |
puppetdb_1 | 2016-09-01 11:13:25,526 INFO [p.p.s.migrate] Applying database migration version 31 | |
puppetdb_1 | 2016-09-01 11:13:25,545 INFO [p.p.s.migrate] Applying database migration version 32 | |
puppetdb_1 | 2016-09-01 11:13:25,550 INFO [p.p.s.migrate] Applying database migration version 33 | |
puppetdb_1 | 2016-09-01 11:13:25,564 INFO [p.p.s.migrate] Applying database migration version 34 | |
puppetdb_1 | 2016-09-01 11:13:25,591 INFO [p.p.s.migrate] Applying database migration version 35 | |
puppetdb_1 | 2016-09-01 11:13:25,592 INFO [p.p.s.migrate] Applying database migration version 36 | |
puppetdb_1 | 2016-09-01 11:13:25,593 INFO [p.p.s.migrate] Applying database migration version 37 | |
puppetdb_1 | 2016-09-01 11:13:25,595 INFO [p.p.s.migrate] Applying database migration version 38 | |
puppetdb_1 | 2016-09-01 11:13:25,595 INFO [p.p.s.migrate] Applying database migration version 39 | |
puppetdb_1 | 2016-09-01 11:13:25,623 INFO [p.p.s.migrate] Applying database migration version 40 | |
puppetdb_1 | 2016-09-01 11:13:25,639 INFO [p.p.s.migrate] Applying database migration version 41 | |
puppetdb_1 | 2016-09-01 11:13:25,640 INFO [p.p.s.migrate] Applying database migration version 42 | |
puppetdb_1 | 2016-09-01 11:13:25,677 INFO [p.p.s.migrate] Applying database migration version 43 | |
puppetdb_1 | 2016-09-01 11:13:25,683 INFO [p.p.s.migrate] Applying database migration version 44 | |
puppetdb_1 | 2016-09-01 11:13:25,684 INFO [p.p.s.migrate] Applying database migration version 45 | |
puppetdb_1 | 2016-09-01 11:13:25,706 INFO [p.p.s.storage-utils] Analyzing small tables | |
puppetdb_1 | 2016-09-01 11:13:25,725 INFO [p.p.s.migrate] Creating additional index `fact_paths_path_trgm` | |
puppetdb_1 | 2016-09-01 11:13:25,728 INFO [p.p.s.migrate] Creating additional index `fact_values_string_trgm` | |
puppetdb_1 | 2016-09-01 11:13:25,748 INFO [c.z.h.p.HikariPool] PDBMigrationsPool - is closing down. | |
puppetdb_1 | 2016-09-01 11:13:25,780 INFO [p.p.c.services] Starting broker | |
puppetdb_1 | 2016-09-01 11:13:25,834 INFO [o.a.a.b.BrokerService] Loaded the Bouncy Castle security provider. | |
puppetdb_1 | 2016-09-01 11:13:25,891 WARN [o.a.a.b.BrokerService] Memory Usage for the Broker (1024mb) is more than the maximum available for the JVM: 238 mb - resetting to 70% of maximum available: 166 mb | |
puppetdb_1 | 2016-09-01 11:13:25,911 INFO [o.a.a.b.BrokerService] Using Persistence Adapter: KahaDBPersistenceAdapter[/opt/puppetlabs/server/data/puppetdb/mq/localhost/KahaDB] | |
puppetdb_1 | 2016-09-01 11:13:25,968 INFO [o.a.a.s.k.p.PListStoreImpl] PListStore:[/opt/puppetlabs/server/data/puppetdb/mq/localhost/tmp_storage] started | |
puppetdb_1 | 2016-09-01 11:13:25,982 INFO [o.a.a.s.k.s.JobSchedulerStoreImpl] JobSchedulerStore: /opt/puppetlabs/server/data/puppetdb/mq/localhost/scheduler started. | |
puppetdb_1 | 2016-09-01 11:13:26,132 INFO [o.a.a.b.BrokerService] Apache ActiveMQ 5.13.2 (localhost, ID:puppetdb.localdomain-42887-1472728406004-0:1) is starting | |
puppetdb_1 | 2016-09-01 11:13:26,147 INFO [o.a.a.b.BrokerService] Apache ActiveMQ 5.13.2 (localhost, ID:puppetdb.localdomain-42887-1472728406004-0:1) started | |
puppetdb_1 | 2016-09-01 11:13:26,148 INFO [o.a.a.b.BrokerService] For help or more information please see: http://activemq.apache.org | |
puppetdb_1 | 2016-09-01 11:13:26,149 WARN [o.a.a.b.BrokerService] Store limit is 102400 mb (current store usage is 0 mb). The data directory: /opt/puppetlabs/server/data/puppetdb/mq/localhost/KahaDB only has 34289 mb of usable space. - resetting to maximum available disk space: 34289 mb | |
puppetdb_1 | 2016-09-01 11:13:26,149 WARN [o.a.a.b.BrokerService] Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: /opt/puppetlabs/server/data/puppetdb/mq/localhost only has 34289 mb of usable space. - resetting to maximum available disk space: 34289 mb | |
puppetdb_1 | 2016-09-01 11:13:26,149 WARN [o.a.a.b.BrokerService] Job Scheduler Store limit is 51200 mb, whilst the data directory: /opt/puppetlabs/server/data/puppetdb/mq/localhost/scheduler only has 34289 mb of usable space - resetting to 34289 mb. | |
puppetdb_1 | 2016-09-01 11:13:26,221 INFO [p.p.c.services] Starting sweep of stale reports (threshold: 14 days) | |
puppetdb_1 | 2016-09-01 11:13:26,268 INFO [p.p.c.services] Finished sweep of stale reports (threshold: 14 days) | |
puppetdb_1 | 2016-09-01 11:13:26,269 INFO [p.p.c.services] Starting database garbage collection | |
puppetdb_1 | 2016-09-01 11:13:26,305 INFO [p.p.c.services] Finished database garbage collection | |
puppetdb_1 | 2016-09-01 11:13:26,310 INFO [o.a.a.b.TransportConnector] Connector vm://localhost started | |
puppetdb_1 | 2016-09-01 11:13:26,704 INFO [p.p.pdb-routing] PuppetDB finished starting, disabling maintenance mode | |
puppetdb_1 | 2016-09-01 11:13:26,739 INFO [p.d.version-check] Newer version 4.2.2 is available! Visit https://docs.puppet.com/puppetdb/4.2/upgrade.html for details. | |
puppetboard_1 | [2016-09-01 11:13:40 +0000] [1] [CRITICAL] WORKER TIMEOUT (pid:12) | |
puppetboard_1 | [2016-09-01 11:13:40 +0000] [12] [INFO] Worker exiting (pid: 12) | |
puppetboard_1 | [2016-09-01 11:13:40 +0000] [13] [INFO] Booting worker with pid: 13 | |
puppetdb_1 | 172.18.0.5 - - [01/Sep/2016:11:13:40 +0000] "GET / HTTP/1.1" 302 0 "-" "-" | |
puppetboard_1 | INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): puppetdb | |
puppetdb_1 | 172.18.0.5 - - [01/Sep/2016:11:15:21 +0000] "GET /pdb/query/v4/environments HTTP/1.1" 200 2 "-" "-" | |
puppetdb_1 | 172.18.0.5 - - [01/Sep/2016:11:15:21 +0000] "GET /pdb/query/v4/environments HTTP/1.1" 200 2 "-" "-" | |
puppetdb_1 | 172.18.0.5 - - [01/Sep/2016:11:15:24 +0000] "GET /pdb/query/v4/environments HTTP/1.1" 200 2 "-" "-" | |
puppetdb_1 | 172.18.0.5 - - [01/Sep/2016:11:15:24 +0000] "GET /pdb/query/v4/environments HTTP/1.1" 200 2 "-" "-" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am receiving the same error. I tried setting
POSTGRES_HOST
andPOSTGRES_PORT
on PuppetDB to0.0.0.0
and the name of the service, but still gettingunknown host
.Were you successful in getting this running with docker-compose?