Created
November 25, 2013 16:36
-
-
Save kbarber/7644214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ken@kb puppetdb]# lein run services -c config.ini | |
| 2013-11-25 16:36:07,012 WARN [puppetdb.config] Global config catalog-hash-conflict-debugging set to true. This is intended to troubleshoot catalog duplication issues and not for enabling in production long term. See the PuppetDB docs for more information on this setting. | |
| 2013-11-25 16:36:07,040 INFO [cli.services] PuppetDB version 1.5.2-180-dirty | |
| 2013-11-25 16:36:07,193 ERROR [scf.migrate] #<BatchUpdateException java.sql.BatchUpdateException: Batch entry 1 INSERT INTO edges_transform (certname, source, target, type) | |
| SELECT cc.certname, e.source, e.target, e.type | |
| FROM edges e, catalogs c, catalog_resources cr | |
| WHERE e.catalog_id = c.id and cr.catalog_id = c.id was aborted. Call getNextException to see the cause.> | |
| 2013-11-25 16:36:07,196 INFO [cli.services] Starting broker | |
| 2013-11-25 16:36:07,198 INFO [puppetlabs.mq] Setting ActiveMQ StoreUsage limit to 1000 MB | |
| 2013-11-25 16:36:07,253 INFO [puppetlabs.mq] Setting ActiveMQ TempUsage limit to 1000 MB | |
| 2013-11-25 16:36:07,824 INFO [cli.services] Starting 4 command processor threads | |
| 2013-11-25 16:36:07,831 INFO [cli.services] Starting query server | |
| 2013-11-25 16:36:07,845 INFO [cli.services] Starting database garbage collection | |
| 2013-11-25 16:36:07,849 WARN [cli.services] Starting nrepl server on port 8082 | |
| 2013-11-25 16:36:07,865 INFO [cli.services] Finished database garbage collection | |
| 2013-11-25 16:36:07,870 INFO [cli.services] Starting sweep of stale reports (threshold: 14 days) | |
| 2013-11-25 16:36:07,879 INFO [cli.services] Finished sweep of stale reports (threshold: 14 days) | |
| 2013-11-25 16:36:08,360 INFO [ssl.SslContextFactory] Enabled Protocols [SSLv3] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] | |
| 2013-11-25 16:36:08,873 INFO [cli.services] Newer version 1.5.2 is available! Visit http://docs.puppetlabs.com/puppetdb/1.5/release_notes.html for details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment