Hello,
I am trying to install PE on a clean Ubuntu 16.04.2 system and I am experiencing some trouble.
It seems like the puppetdb fails to start during the installation process.
after ~ 10 minutes the installer aborts with the following log entries:
2017-04-12 16:06:19,710 - [Error]: Systemd start for pe-puppetdb failed!
journalctl log for pe-puppetdb:
Apr 12 16:00:19 master.puppet.local systemd[1]: Starting pe-puppetdb Service...
Apr 12 16:00:39 master.puppet.local puppetdb[4056]: The [database] classname setting has been retired and will be ignored.
Apr 12 16:00:39 master.puppet.local puppetdb[4056]: The [database] subprotocol setting has been retired and will be ignored.
Apr 12 16:00:41 master.puppet.local puppetdb[4056]: The [database] classname setting has been retired and will be ignored.
Apr 12 16:00:41 master.puppet.local puppetdb[4056]: The [database] subprotocol setting has been retired and will be ignored.
Apr 12 16:05:19 master.puppet.local systemd[1]: pe-puppetdb.service: Start operation timed out. Terminating.
Apr 12 16:05:19 master.puppet.local puppetdb[4056]: Startup script was terminated before completion
Apr 12 16:06:19 master.puppet.local systemd[1]: pe-puppetdb.service: State 'stop-final-sigterm' timed out. Killing.
Apr 12 16:06:19 master.puppet.local systemd[1]: pe-puppetdb.service: Control process exited, code=killed status=9
Apr 12 16:06:19 master.puppet.local systemd[1]: Failed to start pe-puppetdb Service.
Apr 12 16:06:19 master.puppet.local systemd[1]: pe-puppetdb.service: Unit entered failed state.
Apr 12 16:06:19 master.puppet.local systemd[1]: pe-puppetdb.service: Failed with result 'signal'.
and after a while the whole process quits, here is the last error message i get:
2017-04-12 16:07:33,664 - [Debug]: Finishing transaction 56831260
2017-04-12 16:07:33,664 - [Debug]: Creating new connection for https://master.puppet.local:4433
2017-04-12 16:07:33,665 - [Debug]: Starting connection for https://master.puppet.local:4433
2017-04-12 16:09:33,666 - [Debug]: Storing state
2017-04-12 16:09:33,667 - [Info]: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
2017-04-12 16:09:33,782 - [Debug]: Stored state in 0.11 seconds
2017-04-12 16:09:33,809 - [Error]: Failed to apply catalog: execution expired
2017-04-12 16:09:33,816 - [Debug]: Applying settings catalog for sections reporting, metrics
2017-04-12 16:09:33,817 - [Debug]: Finishing transaction 84166040
I am a bit confused as it seems like the server can't reach itself I couldn't figure out why this happens, maybe someone got a solution?
↧