Michael, The important bit of that log is the following: 2016-08-03 17:12:31,742 ERROR [async-dispatch-2] [p.t.internal] Error during service init!!! java.lang.IllegalArgumentException: Missing authorization service configuration.
That indicates that /etc/puppetlabs/puppetserver/conf.d/auth.conf (https://docs.puppet.com/puppetserver/2.4/config_file_auth.html) is empty or doesn't exist. The file that is laid down by default by our packages is here: https://github.com/puppetlabs/puppetserver/blob/master/ezbake/config/conf.d/auth.conf. If you drop that file into /etc/puppetlabs/puppetserver/conf.d/auth.conf the service should start successfully. If not, attach the new log and I'd be happy to help debug further. Hope that helps, -Matthaus On Wed, Aug 3, 2016 at 8:17 AM, 'Michael Wildey' via Puppet Users < [email protected]> wrote: > Ok, I did it now in foreground, just like you told me. > What I have done before is that I changed the webserver.conf just like it > is described here >>https://docs.puppet.com/puppetserver/latest/external_ > ca_configuration.html#web-server-configuration<< > > The output is attached. > > Thanks for your hep > > > Michael > > > Am Dienstag, 2. August 2016 18:25:39 UTC+2 schrieb Matthaus Litteken: >> >> Michael, >> >> One good way of troubleshooting this sort of thing is to use the >> foreground command. It will attempt to start the process but log everything >> to the console so it's easy to find. `/opt/puppetlabs/bin/puppetserver >> foreground` should do the right thing. If you can paste or gist the log >> output that would help a lot in figuring out what is going on. >> >> -Matthaus >> >> On Tue, Aug 2, 2016 at 7:11 AM, 'Michael Wildey' via Puppet Users < >> [email protected]> wrote: >> >>> I already set the RAM on 2 GB. That was the first thing I though. But >>> still it shuts down the web server in less than a second. >>> The Log said it is Initialzing, starting and shutting down the web >>> server in 0,2 seconds. This is the only information I get from the >>> puppetserver.log. Is there a other log I don't know by now where I can get >>> more information about it? >>> >>> >>> Am Freitag, 29. Juli 2016 22:03:58 UTC+2 schrieb Rob Nelson: >>>> >>>> You can check the logs of the puppetserver startup. A common reason is >>>> that VMs have less RAM than the process expects to be allocated. You can >>>> either increase the RAM or adjust the puppetserver settings to use less >>>> RAM, with impact to the performance of course. See >>>> https://docs.puppet.com/puppetserver/latest/install_ >>>> from_packages.html#system-requirements if that seems a likely cause. >>>> >>>> >>>> Rob Nelson >>>> [email protected] >>>> >>>> On Fri, Jul 29, 2016 at 12:18 PM, 'Michael Wildey' via Puppet Users < >>>> [email protected]> wrote: >>>> >>>>> I installed an puppetserver just like ist is written in the manual >>>>> https://docs.puppet.com/puppet/4.5/reference/index.html on Debian >>>>> Jessie. >>>>> >>>>> My Problem is that as soon as I want to get a cert for an agent it >>>>> says that the puppetserver doesn't listen on Port 8140. >>>>> Now I found out that the web server stops immediately after being >>>>> started, but I don't know why. >>>>> >>>>> Any help is welcome. >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Puppet Users" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit https://groups.google.com/d/ >>>>> msgid/puppet-users/93e0e0e8-2b10-48ea-82c3-40fa8ec86d91% >>>>> 40googlegroups.com >>>>> <https://groups.google.com/d/msgid/puppet-users/93e0e0e8-2b10-48ea-82c3-40fa8ec86d91%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Puppet Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/puppet-users/e2741ca6-5d04-4949-b214-4b11775c4d37% >>> 40googlegroups.com >>> <https://groups.google.com/d/msgid/puppet-users/e2741ca6-5d04-4949-b214-4b11775c4d37%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/puppet-users/695e4bc4-cc4f-4c96-98ef-5fa06705a53a%40googlegroups.com > <https://groups.google.com/d/msgid/puppet-users/695e4bc4-cc4f-4c96-98ef-5fa06705a53a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/CACD%3DwAdb%2BJOyDG7qL%3DVRxG%3DtoHsJ8UFG1U5RQP-wgW_QVsiSFg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
