Re: [Puppet Users] Error starting PuppetDB

2018-01-31 Thread Martin Alfke
Hi Sundar, java.lang.OutOfMemoryError How much RAM does the system have? Usually PuppetDB needs at least 512 up to 1024 MB RAM. Best, Martin > On 30. Jan 2018, at 15:55, Sundar Win wrote: > > Hi Ken, > > Could you please help me for the below issue like same. > I have checked "service puppe

Re: [Puppet Users] Error starting PuppetDB

2018-01-31 Thread Sundar Win
Hi Ken, Could you please help me for the below issue like same. I have checked "service puppetdb status" it will show first "puppetdb dead but pid file exists" after restart the service again it will show the same status. and I also collected log file in "/var/log/puppetdb/puppetdb-daemon.log"

Re: [Puppet Users] Error starting PuppetDB

2014-05-25 Thread Ken Barber
No problem, the error messages as exceptions are - somewhat not helpful. The trick for a user to reading JVM stack traces is to ignore the stack trace, and focus on the errors only - its the noise that makes it hard. Just thank your stars you aren't forced to read an erlang stack trace *wink*. ke

Re: [Puppet Users] Error starting PuppetDB

2014-05-24 Thread Miguel Angel Coa M.
Hi Ken, in fact i had duplicate entry "jetty port" in file database.ini and jetty.ini . I delete entry of database.ini and restart my puppetdb service and this run ok. Thanks for you help. 2014-05-24 8:48 GMT-04:00 Ken Barber : > > 2014-05-24 02:07:01,260 ERROR [p.t.logging] Uncaught exception

Re: [Puppet Users] Error starting PuppetDB

2014-05-24 Thread Ken Barber
> 2014-05-24 02:07:01,260 ERROR [p.t.logging] Uncaught exception > java.lang.IllegalArgumentException: Duplicate configuration entry: [:jetty > :port] So this is caused by, well a duplicate entry in your configuration (in this case /etc/puppetdb/conf.d). One good trick to find this kind of thing:

[Puppet Users] Error starting PuppetDB

2014-05-23 Thread mike
Hi, I have Puppet working with PuppetDB (postgresql) but puppetdb after start service this say is dead and the service not running. 1. Start service (not fail) [...] [root@master ~]# service puppetdb start Starting puppetdb: [ OK ] [