Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. BeyondReview@BRCORE03 ~/Overview-Server/overview-local/windows (master)
  2. $ ./start-overview.sh
  3. overview-database
  4. overview-messagebroker
  5. overview-redis
  6. overview-searchindex
  7. 23:05:59.485 [main] DEBUG com.zaxxer.hikari.HikariConfig - HikariCP pool HikariP
  8. ool-0 configuration:
  9. 23:05:59.597 [main] DEBUG com.zaxxer.hikari.HikariConfig - allowPoolSuspension..
  10. ...........false
  11. 23:05:59.600 [main] DEBUG com.zaxxer.hikari.HikariConfig - autoCommit...........
  12. ...........true
  13. 23:05:59.606 [main] DEBUG com.zaxxer.hikari.HikariConfig - catalog..............
  14. ...........
  15. 23:05:59.606 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionCustomizer.
  16. ...........com.zaxxer.hikari.AbstractHikariConfig$1@43301423
  17. 23:05:59.607 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionCustomizerC
  18. lassName...
  19. 23:05:59.607 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionInitSql....
  20. ...........
  21. 23:05:59.608 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTestQuery..
  22. ...........
  23. 23:05:59.608 [main] DEBUG com.zaxxer.hikari.HikariConfig - connectionTimeout....
  24. ...........30000
  25. 23:05:59.609 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSource...........
  26. ...........
  27. 23:05:59.610 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceClassName..
  28. ...........org.postgresql.ds.PGSimpleDataSource
  29. 23:05:59.610 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceJNDI.......
  30. ...........
  31. 23:05:59.611 [main] DEBUG com.zaxxer.hikari.HikariConfig - dataSourceProperties.
  32. ...........{user=overview, password=<masked>, tcpKeepAlive=true, portNumber=5432
  33. , databaseName=overview, serverName=overview-database}
  34. 23:05:59.612 [main] DEBUG com.zaxxer.hikari.HikariConfig - driverClassName......
  35. ...........
  36. 23:05:59.612 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckProperties
  37. ...........{}
  38. 23:05:59.613 [main] DEBUG com.zaxxer.hikari.HikariConfig - healthCheckRegistry..
  39. ...........
  40. 23:05:59.613 [main] DEBUG com.zaxxer.hikari.HikariConfig - idleTimeout..........
  41. ...........600000
  42. 23:05:59.614 [main] DEBUG com.zaxxer.hikari.HikariConfig - initializationFailFas
  43. t..........true
  44. 23:05:59.629 [main] DEBUG com.zaxxer.hikari.HikariConfig - isolateInternalQuerie
  45. s..........false
  46. 23:05:59.630 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbc4ConnectionTest..
  47. ...........false
  48. 23:05:59.630 [main] DEBUG com.zaxxer.hikari.HikariConfig - jdbcUrl..............
  49. ...........
  50. 23:05:59.630 [main] DEBUG com.zaxxer.hikari.HikariConfig - leakDetectionThreshol
  51. d..........0
  52. 23:05:59.631 [main] DEBUG com.zaxxer.hikari.HikariConfig - maxLifetime..........
  53. ...........1800000
  54. 23:05:59.631 [main] DEBUG com.zaxxer.hikari.HikariConfig - maximumPoolSize......
  55. ...........2
  56. 23:05:59.632 [main] DEBUG com.zaxxer.hikari.HikariConfig - metricRegistry.......
  57. ...........
  58. 23:05:59.632 [main] DEBUG com.zaxxer.hikari.HikariConfig - minimumIdle..........
  59. ...........2
  60. 23:05:59.632 [main] DEBUG com.zaxxer.hikari.HikariConfig - password.............
  61. ...........<masked>
  62. 23:05:59.632 [main] DEBUG com.zaxxer.hikari.HikariConfig - poolName.............
  63. ...........HikariPool-0
  64. 23:05:59.633 [main] DEBUG com.zaxxer.hikari.HikariConfig - readOnly.............
  65. ...........false
  66. 23:05:59.634 [main] DEBUG com.zaxxer.hikari.HikariConfig - registerMbeans.......
  67. ...........false
  68. 23:05:59.634 [main] DEBUG com.zaxxer.hikari.HikariConfig - threadFactory........
  69. ...........
  70. 23:05:59.635 [main] DEBUG com.zaxxer.hikari.HikariConfig - transactionIsolation.
  71. ...........
  72. 23:05:59.636 [main] DEBUG com.zaxxer.hikari.HikariConfig - username.............
  73. ...........
  74. 23:05:59.636 [main] DEBUG com.zaxxer.hikari.HikariConfig - validationTimeout....
  75. ...........5000
  76. 23:05:59.638 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariCP pool Hik
  77. ariPool-0 is starting.
  78. 23:06:00.015 [main] DEBUG com.zaxxer.hikari.pool.PoolUtilities - HikariPool-0 -
  79. Connection.setNetworkTimeout() not supported
  80. 23:06:00.272 [HikariCP connection filler (pool HikariPool-0)] DEBUG com.zaxxer.h
  81. ikari.pool.HikariPool - After fill pool stats HikariPool-0 (total=2, inUse=0, av
  82. ail=2, waiting=0)
  83. Database schema is fresh: there are no more evolutions to apply
  84. INSERT 0 0
  85. INSERT 0 0
  86. INSERT 0 0
  87. INSERT 0 0
  88. INSERT 0 0
  89. overview-word-cloud
  90. overview-entity-filter
  91. overview-grep
  92. overview-file-browser
  93. overview-multi-search
  94. documentset-worker
  95. worker
  96. web
  97.  
  98. BeyondReview@BRCORE03 ~/Overview-Server/overview-local/windows (master)
  99. $ ./stop-overview.sh
  100. web
  101. worker
  102. documentset-worker
  103. overview-word-cloud
  104. overview-entity-filter
  105. overview-grep
  106. overview-file-browser
  107. overview-multi-search
  108. overview-searchindex
  109. overview-redis
  110. overview-messagebroker
  111. overview-database
  112.  
  113. BeyondReview@BRCORE03 ~/Overview-Server/overview-local/windows (master)
  114. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement