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 <[email protected]>: > > 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: > > cd /etc/puppetdb/conf.d > grep '' *.ini | grep port > > There should be only 1 'port' declaration in the [jetty] block > (usually in jetty.ini). > > Here are my results: > > root@puppetdb1:/etc/puppetdb/conf.d# grep '' *.ini | grep port > database.ini:# For PostgreSQL: //host:port/databaseName > jetty.ini:port = 8080 > jetty.ini:# The port to listen on for HTTPS connections > jetty.ini:ssl-port = 8081 > repl.ini:# What port the REPL should listen on > repl.ini:port = 8082 > > So 1 port entry in the [jetty] block and 1 port entry in the [repl] block. > > ken. > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Puppet Users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/puppet-users/bOdQJX0UAoU/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/puppet-users/CAE4bNTnkkRwoKA9y_O8RUtCyuH54Kz1_5UWh1kBFEKn_-Wd3DA%40mail.gmail.com > . > 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/CALkCwJC9AKzZRBaXu9iUV9fHYNMo2BdMNUio3mGepE6Z1y4MRA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
