> With the debug i've the next log > > 2013-08-15 00:37:13,960 DEBUG [main] [bonecp.BoneCPDataSource] JDBC URL = > jdbc:postgresql://127.0.0.1:5432/puppetdb, Username = pupetdb, partitions = > 1, max (per partition) = 50, min (per partition) = 1, helper threads = 3, > idle max age = 60 min, idle test period = 45 min
The username you probably want here is 'puppetdb' not 'pupetdb' right ...? > 2013-08-15 00:37:48,999 ERROR [BoneCP-pool-watch-thread] > [bonecp.PoolWatchThread] Error in trying to obtain a connection. Retrying in > 7000ms > java.sql.SQLException: No suitable driver found for > jdbc:postgresql://127.0.0.1:5432/puppetdb So you might have a typo somewhere in your configuration for [database] but looking back in your history I cannot see it, take a look at mine and make sure it matches: https://gist.github.com/kbarber/6326050 ... otherwise provide your database.ini/config.ini again so I can see if there is a mistake. Your configuration that you provided earlier does not match what you have in your log (ie. pupetdb) as well ... which is weird. Just to double check - where did you get the package for PuppetDB? And what distro/release are you running? I notice all your configuration is in /etc/puppetdb/conf.d/config.ini ... are there any other files in your /etc/puppetdb/conf.d? This smells like a non-standard build (we ship extra files like jetty.ini, database.ini, repl.ini and config.ini for example). ken. -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users. For more options, visit https://groups.google.com/groups/opt_out.
