Advertisement
Guest User

Untitled

a guest
Nov 7th, 2017
371
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.39 KB | None | 0 0
  1. Preparing to run Artifactory in Docker
  2. =====================================
  3. 2017-11-07 11:57:00 [46 entrypoint-artifactory.sh] Checking open files and processes limits
  4. 2017-11-07 11:57:00 [49 entrypoint-artifactory.sh] Current max open files is 1048576
  5. 2017-11-07 11:57:00 [61 entrypoint-artifactory.sh] Current max open processes is unlimited
  6. 2017-11-07 11:57:00 [71 entrypoint-artifactory.sh] Checking if /var/opt/jfrog/artifactory is mounted
  7. 2017-11-07 11:57:00 [76 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is mounted
  8. 2017-11-07 11:57:00 [93 entrypoint-artifactory.sh] Setting up data directories if missing
  9. 2017-11-07 11:57:00 [147 entrypoint-artifactory.sh] Create artifactory user if missing
  10. 2017-11-07 11:57:00 [150 entrypoint-artifactory.sh] User does not exist. Creating it...
  11. 2017-11-07 11:57:00 [525 entrypoint-artifactory.sh] Adding plugins if exist
  12. '/tmp/plugins/internalUser.groovy' -> '/opt/jfrog/artifactory/etc/plugins/internalUser.groovy'
  13. removed '/tmp/plugins/internalUser.groovy'
  14. 2017-11-07 11:57:00 [163 entrypoint-artifactory.sh] Checking permissions on /opt/jfrog/artifactory
  15. 2017-11-07 11:57:01 [169 entrypoint-artifactory.sh] /opt/jfrog/artifactory is owned by root:root. Setting to artifactory:artifactory.
  16. 2017-11-07 11:57:01 [163 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
  17. 2017-11-07 11:57:01 [172 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is already owned by artifactory:artifactory.
  18. 2017-11-07 11:57:01 [282 entrypoint-artifactory.sh] Detected an Artifactory HA setup
  19. 2017-11-07 11:57:01 [41 entrypoint-artifactory.sh] WARNING: HA_DATA_DIR is not set, Artifactory will use local data folder
  20. 2017-11-07 11:57:01 [41 entrypoint-artifactory.sh] WARNING: HA_BACKUP_DIR is not set, Artifactory will use local backup folder
  21. 2017-11-07 11:57:01 [305 entrypoint-artifactory.sh] HA_HOST_IP is set to 172.16.75.4
  22. 2017-11-07 11:57:01 [41 entrypoint-artifactory.sh] WARNING: HA_CONTEXT_URL is missing, using HA_HOST_IP as context url
  23. 2017-11-07 11:57:01 [371 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory/etc/ha-node.properties already exists. Making sure properties with IP are updated correctly
  24. 2017-11-07 11:57:01 [375 entrypoint-artifactory.sh] Content of /var/opt/jfrog/artifactory/etc/ha-node.properties:
  25. node.id=node1
  26. context.url=http://172.16.75.4:8081/artifactory
  27. membership.port=10117
  28. primary=true
  29. hazelcast.interface=172.16.75.4
  30. artifactory.ha.data.dir=/var/opt/jfrog/artifactory/data
  31. artifactory.ha.backup.dir=/var/opt/jfrog/artifactory/backup
  32.  
  33. 2017-11-07 11:57:01 [466 entrypoint-artifactory.sh] Checking DB_TYPE
  34. 2017-11-07 11:57:01 [469 entrypoint-artifactory.sh] DB_TYPE is set to postgresql
  35. 2017-11-07 11:57:01 [389 entrypoint-artifactory.sh] Checking if need to copy postgresql configuration
  36. 2017-11-07 11:57:01 [392 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory/etc/db.properties already exists. Making sure it's set to postgresql...
  37. 2017-11-07 11:57:01 [395 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory/etc/db.properties already set to postgresql
  38. 2017-11-07 11:57:01 [261 entrypoint-artifactory.sh] Waiting for DB postgresql to be ready on psql/5432 within 30 seconds
  39. 2017-11-07 11:57:01 [266 entrypoint-artifactory.sh] DB postgresql up in 0 seconds
  40. 2017-11-07 11:57:01 [516 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
  41. 2017-11-07 11:57:01 [518 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS -Dartifactory.upgrade.allowAnyUpgrade.forVersion=5.5.0
  42. '/opt/jfrog/artifactory/bin/artifactory.default' -> '/opt/jfrog/artifactory/bin/artifactory.default.origin'
  43.  
  44. =====================================
  45.  
  46. Found java executable in JAVA_HOME (/docker-java-home)
  47. Nov 07, 2017 11:57:03 AM org.apache.coyote.AbstractProtocol init
  48. INFO: Initializing ProtocolHandler ["http-nio-8081"]
  49. Nov 07, 2017 11:57:03 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  50. INFO: Using a shared selector for servlet write/read
  51. Nov 07, 2017 11:57:03 AM org.apache.coyote.AbstractProtocol init
  52. INFO: Initializing ProtocolHandler ["ajp-nio-8019"]
  53. Nov 07, 2017 11:57:03 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  54. INFO: Using a shared selector for servlet write/read
  55. Nov 07, 2017 11:57:03 AM org.apache.catalina.core.StandardService startInternal
  56. INFO: Starting service Catalina
  57. Nov 07, 2017 11:57:03 AM org.apache.catalina.core.StandardEngine startInternal
  58. INFO: Starting Servlet Engine: Apache Tomcat/8.0.39
  59. Nov 07, 2017 11:57:04 AM org.apache.catalina.startup.HostConfig deployDescriptor
  60. INFO: Deploying configuration descriptor /opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml
  61. Nov 07, 2017 11:57:04 AM org.apache.catalina.startup.HostConfig deployDescriptor
  62. INFO: Deploying configuration descriptor /opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/access.xml
  63. 11:57:08.906 [localhost-startStop-2] WARN o.a.version.ArtifactoryVersionReader - Closest matched version: 5.0.1
  64. 11:57:08.952 [localhost-startStop-2] DEBUG o.a.converter.VersionProviderImpl - Last Artifactory database version is: v501
  65. 11:57:08.953 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from v501 to v552
  66. 11:57:09.192 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: v552
  67. 11:57:10.406 [localhost-startStop-2] WARN o.a.version.ArtifactoryVersionReader - Closest matched version: 5.0.1
  68. 11:57:10.409 [localhost-startStop-2] DEBUG o.a.converter.VersionProviderImpl - Last Artifactory database version is: v501
  69. /\
  70. / \ ___ ___ ___ ___ ___
  71. / /\ \ / __/ __/ _ \/ __/ __|
  72. / ____ \ (_| (_| __/\__ \__ \
  73. /_/ \_\___\___\___||___/___/
  74. Access Version: 2.0.5
  75. Access Revision: 20005900
  76.  
  77.  
  78. 2017-11-07 11:57:12.148 INFO 292 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
  79. 2017-11-07 11:57:12 [jfrog-access] [ERROR] For an Artifactory HA installation, before upgrading to this version, you first need to upgrade your cluster to Artifactory 5.4.6 to accommodate a database schema change implemented in that version to support SHA256 checksums.
  80. 2017-11-07 11:57:12.210 WARN 292 --- [ost-startStop-1] o.s.boot.SpringApplication : Error handling failed (ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@117de42e: startup date [Thu Jan 01 00:00:00 UTC 1970]; root of context hierarchy)
  81. 2017-11-07 11:57:12.304 ERROR 292 --- [ost-startStop-1] o.s.boot.SpringApplication : Application startup failed
  82.  
  83. java.lang.IllegalStateException: For an Artifactory HA installation, before upgrading to this version, you first need to upgrade your cluster to Artifactory 5.4.6 to accommodate a database schema change implemented in that version to support SHA256 checksums.
  84. at org.jfrog.access.server.startup.ArtifactoryUpgradePrerequisiteHandler.preventStartupIfNeeded(ArtifactoryUpgradePrerequisiteHandler.java:60) ~[access-server-core-2.0.5.jar:na]
  85. at org.jfrog.access.server.startup.AccessServerStartupFacadeImpl.testArtifactoryVersionPrerequisite(AccessServerStartupFacadeImpl.java:39) ~[access-server-core-2.0.5.jar:na]
  86. at org.jfrog.access.server.startup.AccessServerStartupFacadeImpl.prepareEnvironment(AccessServerStartupFacadeImpl.java:26) ~[access-server-core-2.0.5.jar:na]
  87. at org.jfrog.access.context.AccessApplicationContextInitializer.initialize(AccessApplicationContextInitializer.java:42) ~[access-application-2.0.5.jar:2.0.5]
  88. at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:611) ~[spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  89. at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:348) ~[spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  90. at org.springframework.boot.SpringApplication.run(SpringApplication.java:312) ~[spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  91. at org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:152) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  92. at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:132) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  93. at org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87) [spring-boot-1.5.1.RELEASE.jar:1.5.1.RELEASE]
  94. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169) [spring-web-4.3.6.RELEASE.jar:4.3.6.RELEASE]
  95. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5303) [catalina.jar:8.0.39]
  96. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145) [catalina.jar:8.0.39]
  97. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753) [catalina.jar:8.0.39]
  98. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729) [catalina.jar:8.0.39]
  99. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717) [catalina.jar:8.0.39]
  100. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:587) [catalina.jar:8.0.41]
  101. at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1798) [catalina.jar:8.0.41]
  102. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_131]
  103. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_131]
  104. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_131]
  105. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_131]
  106. at java.lang.Thread.run(Thread.java:748) [na:1.8.0_131]
  107.  
  108. Nov 07, 2017 11:57:12 AM org.apache.catalina.core.ContainerBase addChildInternal
  109. SEVERE: ContainerBase.addChild: start:
  110. org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/access]]
  111. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)
  112. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:753)
  113. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
  114. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
  115. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:587)
  116. at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1798)
  117. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  118. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  119. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  120. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  121. at java.lang.Thread.run(Thread.java:748)
  122. Caused by: java.lang.IllegalStateException: For an Artifactory HA installation, before upgrading to this version, you first need to upgrade your cluster to Artifactory 5.4.6 to accommodate a database schema change implemented in that version to support SHA256 checksums.
  123. at org.jfrog.access.server.startup.ArtifactoryUpgradePrerequisiteHandler.preventStartupIfNeeded(ArtifactoryUpgradePrerequisiteHandler.java:60)
  124. at org.jfrog.access.server.startup.AccessServerStartupFacadeImpl.testArtifactoryVersionPrerequisite(AccessServerStartupFacadeImpl.java:39)
  125. at org.jfrog.access.server.startup.AccessServerStartupFacadeImpl.prepareEnvironment(AccessServerStartupFacadeImpl.java:26)
  126. at org.jfrog.access.context.AccessApplicationContextInitializer.initialize(AccessApplicationContextInitializer.java:42)
  127. at org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:611)
  128. at org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:348)
  129. at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
  130. at org.springframework.boot.web.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:152)
  131. at org.springframework.boot.web.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:132)
  132. at org.springframework.boot.web.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
  133. at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:169)
  134. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5303)
  135. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)
  136. ... 10 more
  137.  
  138. Nov 07, 2017 11:57:12 AM org.apache.catalina.startup.HostConfig deployDescriptor
  139. SEVERE: Error deploying configuration descriptor /opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/access.xml
  140. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/access]]
  141. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:757)
  142. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:729)
  143. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)
  144. at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:587)
  145. at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1798)
  146. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  147. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  148. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  149. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  150. at java.lang.Thread.run(Thread.java:748)
  151.  
  152. Nov 07, 2017 11:57:12 AM org.apache.catalina.startup.HostConfig deployDescriptor
  153. INFO: Deployment of configuration descriptor /opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/access.xml has finished in 8,313 ms
  154. 11:57:13.487 [localhost-startStop-2] DEBUG o.a.addon.ConverterBlockerImpl - License status is: valid
  155. 11:57:13.488 [localhost-startStop-2] DEBUG o.a.addon.ConverterBlockerImpl - Found a valid license, allowed to perform conversion
  156. 11:57:13.488 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Triggering HOME_SYNC_FILES conversion, from v501 to v552
  157. 11:57:13.820 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Finished HOME_SYNC_FILES conversion, current version is: v552
  158. 11:57:13.848 [Thread-5] INFO o.a.c.c.watch.FileWatchingManager - Starting watch of folder configurations
  159. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='db.properties'
  160. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  161. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.system.properties'
  162. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  163. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] [Node ID: node1] detected local modify for config 'artifactory.mimeType'
  164. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Start modify on local server='node1' config='artifactory.mimeType'
  165. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Updating database with config changes for artifactory.mimeType
  166. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.mimeType'
  167. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.binarystore.xml'
  168. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  169. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] [Node ID: node1] detected local modify for config 'artifactory.plugin.internalUser.groovy'
  170. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Start modify on local server='node1' config='artifactory.plugin.internalUser.groovy'
  171. 2017-11-07 11:57:13 [ARTIFACTORY] [INFO ] Creating database config changes for artifactory.plugin.internalUser.groovy
  172. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.plugin.internalUser.groovy'
  173. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] [Node ID: node1] detected local modify for config 'artifactory.security.access/keys/service_id'
  174. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Start modify on local server='node1' config='artifactory.security.access/keys/service_id'
  175. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Creating database config changes for artifactory.security.access/keys/service_id
  176. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.security.access/keys/service_id'
  177. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.cluster.license'
  178. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  179. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.cluster.id'
  180. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  181. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] [Node ID: node1] detected local modify for config 'access.server.bundled.config'
  182. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Start modify on local server='node1' config='access.server.bundled.config'
  183. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Creating database config changes for access.server.bundled.config
  184. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='access.server.bundled.config'
  185. 11:57:14.234 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Triggering HOME_FILES conversion, from v501 to v552
  186. 11:57:14.270 [localhost-startStop-2] INFO o.a.l.v.v.LogbackBackTracePatternLayoutConverter - Starting logback conversion: changing to jfrog common logging BackTracePatternLayout.
  187. 11:57:14.270 [localhost-startStop-2] INFO o.a.l.v.v.LogbackBackTracePatternLayoutConverter - Logback conversion completed: changed to jfrog common logging BackTracePatternLayout.
  188. 11:57:14.270 [localhost-startStop-2] INFO o.a.l.v.v.LogbackAddMigrationLogsConverter - Starting logback conversion --> Adding migration logs.
  189. 11:57:14.280 [localhost-startStop-2] INFO o.a.l.v.v.LogbackAddMigrationLogsConverter - Migration logs conversion completed.
  190. 11:57:14.326 [localhost-startStop-2] INFO o.a.l.v.v.LogbackAddMigrationLogsConverter - Starting logback conversion --> Adding migration logs.
  191. 11:57:14.327 [localhost-startStop-2] INFO o.a.l.c.LogbackConverterUtils - SHA256_MIGRATION log appender already exists in logback.xml, skipping conversion
  192. 11:57:14.327 [localhost-startStop-2] INFO o.a.l.c.LogbackConverterUtils - PATH_CHECKSUM_MIGRATION log appender already exists in logback.xml, skipping conversion
  193. 11:57:14.331 [localhost-startStop-2] INFO o.a.l.c.LogbackConverterUtils - Logger: 'org.artifactory.storage.jobs.migration.pathchecksum.RepoPathChecksumMigrationJob' config already exists in logback.xml, skipping conversion
  194. 11:57:14.332 [localhost-startStop-2] INFO o.a.l.v.v.LogbackAddMigrationLogsConverter - Migration logs conversion completed.
  195. 11:57:14.363 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Finished HOME_FILES conversion, current version is: v552
  196. 2017-11-07 11:57:14 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
  197. 2017-11-07 11:57:15,415 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:282) -
  198. _ _ __ _ _ _
  199. /\ | | (_)/ _| | | | | | | /\
  200. / \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | |__| | / \
  201. / /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | __ | / /\ \
  202. / ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | | | |/ ____ \
  203. /_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | |_| |_/_/ \_\
  204. Version: 5.5.2 __/ |
  205. Revision: 50502900 |___/
  206. Artifactory Home: '/opt/jfrog/artifactory'
  207. Artifactory data dir: '/var/opt/jfrog/artifactory/data'
  208. HA Node ID: 'node1'
  209.  
  210. Nov 07, 2017 11:57:15 AM org.apache.catalina.startup.HostConfig deployDescriptor
  211. INFO: Deployment of configuration descriptor /opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml has finished in 11,645 ms
  212. Nov 07, 2017 11:57:15 AM org.apache.catalina.startup.HostConfig deployDirectory
  213. INFO: Deploying web application directory /opt/jfrog/artifactory/tomcat/webapps/ROOT
  214. Nov 07, 2017 11:57:15 AM org.apache.catalina.startup.HostConfig deployDirectory
  215. INFO: Deployment of web application directory /opt/jfrog/artifactory/tomcat/webapps/ROOT has finished in 91 ms
  216. Nov 07, 2017 11:57:15 AM org.apache.coyote.AbstractProtocol start
  217. INFO: Starting ProtocolHandler ["http-nio-8081"]
  218. 2017-11-07 11:57:15,842 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:438) - Artifactory application context set to NOT READY by refresh
  219. 2017-11-07 11:57:15,853 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:218) - Refreshing artifactory: startup date [Tue Nov 07 11:57:15 UTC 2017]; root of context hierarchy
  220. Nov 07, 2017 11:57:15 AM org.apache.coyote.AbstractProtocol start
  221. INFO: Starting ProtocolHandler ["ajp-nio-8019"]
  222. 2017-11-07 11:57:24,594 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:197) - Database: PostgreSQL 9.5.2. Driver: PostgreSQL Native Driver PostgreSQL 9.4.1208 Pool: postgresql
  223. 2017-11-07 11:57:24,595 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:200) - Connection URL: jdbc:postgresql://psql:5432/artifactory
  224. 2017-11-07 11:57:27,071 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'eventual, eventual-cluster, google-storage, hdfs, s3Old, s3, sharding, sharding-cluster, state-aware, azure-blob-storage' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-addon-filestore-5.5.2.jar!/
  225. 2017-11-07 11:57:27,079 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'remote' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-client-2.0.17.jar!/
  226. 2017-11-07 11:57:27,093 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'empty, external-file, external-wrapper, file-system, cache-fs, retry' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/binary-store-core-2.0.17.jar!/
  227. 2017-11-07 11:57:27,098 [art-init] [INFO ] (o.j.s.b.p.t.BinaryProviderClassScanner:76) - Added 'blob' from jar:file:/opt/jfrog/artifactory/tomcat/webapps/artifactory/WEB-INF/lib/artifactory-storage-db-5.5.2.jar!/
  228. 2017-11-07 11:57:38,225 [art-init] [INFO ] (o.a.a.h.HaAddonImpl :148) - Initializing distributed locking provider
  229. 2017-11-07 11:57:38,236 [art-init] [INFO ] (o.a.a.h.HaAddonImpl :166) - Initializing distributed cache provider
  230. 2017-11-07 11:57:43,048 [art-init] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:647) - Starting Quartz Scheduler now
  231. 2017-11-07 11:57:43,184 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:225) - Artifactory context starting up 49 Spring Beans...
  232. 2017-11-07 11:57:43,212 [art-init] [INFO ] (o.a.s.d.v.ArtifactoryDBVersion:98) - Starting database conversion from v501 to v552
  233. 2017-11-07 11:57:43,214 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:60) - Starting schema conversion: /conversion/postgresql/postgresql_v530.sql
  234. 2017-11-07 11:57:43,242 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:63) - Finished schema conversion: /conversion/postgresql/postgresql_v530.sql
  235. 2017-11-07 11:57:43,284 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:60) - Starting schema conversion: /conversion/postgresql/postgresql_v550.sql
  236. 2017-11-07 11:57:43,295 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:63) - Finished schema conversion: /conversion/postgresql/postgresql_v550.sql
  237. 2017-11-07 11:57:43,305 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:60) - Starting schema conversion: /conversion/postgresql/postgresql_v550a.sql
  238. 2017-11-07 11:57:43,320 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:63) - Finished schema conversion: /conversion/postgresql/postgresql_v550a.sql
  239. 2017-11-07 11:57:43,430 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:60) - Starting schema conversion: /conversion/postgresql/postgresql_v550b.sql
  240. 2017-11-07 11:57:43,475 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:63) - Finished schema conversion: /conversion/postgresql/postgresql_v550b.sql
  241. 2017-11-07 11:57:43,481 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:60) - Starting schema conversion: /conversion/postgresql/postgresql_v550c.sql
  242. 2017-11-07 11:57:43,559 [art-init] [INFO ] (o.a.s.d.v.c.DBSqlConverter:63) - Finished schema conversion: /conversion/postgresql/postgresql_v550c.sql
  243. 2017-11-07 11:57:43,561 [art-init] [INFO ] (o.a.s.d.v.ArtifactoryDBVersion:102) - Finished database conversion from v501 to v552
  244. 2017-11-07 11:57:43,695 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:78) - The current Artifactory config schema namespace is 'http://artifactory.jfrog.org/xsd/2.0.7' The provided config does not seem to be compliant with it.
  245. 2017-11-07 11:57:43,760 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:58) - Converting artifactory.config.xml version from 'v200' to 'v207'
  246. 2017-11-07 11:57:43,778 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:19) - Starting the puppet repository layout conversion
  247. 2017-11-07 11:57:43,785 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:27) - Ending the puppet repository layout conversion
  248. 2017-11-07 11:57:43,786 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:19) - Starting to convert AccessTokenSettings to AccessClientSettings
  249. 2017-11-07 11:57:43,787 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:37) - Element not found: 'accessTokenSettings'. Skipping conversion of AccessTokenSettings to AccessClientSettings
  250. 2017-11-07 11:57:43,788 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:19) - Starting The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  251. 2017-11-07 11:57:43,809 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:23) - Finish The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  252. 2017-11-07 11:57:43,813 [art-init] [INFO ] (o.a.v.c.v.EventBasedRemoteReplicationConverter:23) - Starting conversion: Move 'Enable event replication' flag, off by default, to all replication configs
  253. 2017-11-07 11:57:44,323 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:78) - The current Artifactory config schema namespace is 'http://artifactory.jfrog.org/xsd/2.0.7' The provided config does not seem to be compliant with it.
  254. 2017-11-07 11:57:44,327 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:58) - Converting artifactory.config.xml version from 'v200' to 'v207'
  255. 2017-11-07 11:57:44,347 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:19) - Starting the puppet repository layout conversion
  256. 2017-11-07 11:57:44,348 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:27) - Ending the puppet repository layout conversion
  257. 2017-11-07 11:57:44,349 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:19) - Starting to convert AccessTokenSettings to AccessClientSettings
  258. 2017-11-07 11:57:44,350 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:37) - Element not found: 'accessTokenSettings'. Skipping conversion of AccessTokenSettings to AccessClientSettings
  259. 2017-11-07 11:57:44,354 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:19) - Starting The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  260. 2017-11-07 11:57:44,356 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:23) - Finish The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  261. 2017-11-07 11:57:44,357 [art-init] [INFO ] (o.a.v.c.v.EventBasedRemoteReplicationConverter:23) - Starting conversion: Move 'Enable event replication' flag, off by default, to all replication configs
  262. 2017-11-07 11:57:44,565 [art-init] [INFO ] (o.a.c.CentralConfigServiceImpl:201) - Automatically converting the config file, original will be saved in /opt/jfrog/artifactory/etc
  263. 2017-11-07 11:57:44,579 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:78) - The current Artifactory config schema namespace is 'http://artifactory.jfrog.org/xsd/2.0.7' The provided config does not seem to be compliant with it.
  264. 2017-11-07 11:57:44,582 [art-init] [INFO ] (o.a.d.r.CentralConfigReader:58) - Converting artifactory.config.xml version from 'v200' to 'v207'
  265. 2017-11-07 11:57:44,587 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:19) - Starting the puppet repository layout conversion
  266. 2017-11-07 11:57:44,588 [art-init] [INFO ] (o.a.v.c.v.PuppetDefaultLayoutConverter:27) - Ending the puppet repository layout conversion
  267. 2017-11-07 11:57:44,590 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:19) - Starting to convert AccessTokenSettings to AccessClientSettings
  268. 2017-11-07 11:57:44,591 [art-init] [INFO ] (o.a.v.c.v.AccessTokenSettingsRenameToAccessClientSettingsConverter:37) - Element not found: 'accessTokenSettings'. Skipping conversion of AccessTokenSettings to AccessClientSettings
  269. 2017-11-07 11:57:44,592 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:19) - Starting The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  270. 2017-11-07 11:57:44,594 [art-init] [INFO ] (o.a.v.c.v.YumEnableFilelistsIndexingForExistingLocalReposConverter:23) - Finish The Yum local repositories conversion, to enable existing local repositories to calculate filelists.xml
  271. 2017-11-07 11:57:44,595 [art-init] [INFO ] (o.a.v.c.v.EventBasedRemoteReplicationConverter:23) - Starting conversion: Move 'Enable event replication' flag, off by default, to all replication configs
  272. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] [Node ID: node1] detected local modify for config 'artifactory.security.access/keys/access.creds'
  273. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Start modify on local server='node1' config='artifactory.security.access/keys/access.creds'
  274. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Creating database config changes for artifactory.security.access/keys/access.creds
  275. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.security.access/keys/access.creds'
  276. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] End create on local server='node1' config='artifactory.security.access/keys/access.creds'
  277. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  278. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.security.access/keys/access.creds'
  279. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  280. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] End modify on local server='node1' config='artifactory.security.access/keys/access.creds'
  281. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Received file changed event but file is same as in the DB
  282. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Local file event 'ENTRY_DELETE' intercepted for file '/opt/jfrog/artifactory/etc/security/access/keys/jf-artifactory@7db025aa-8bbf-4525-b717-fd2917900633.token', but the file the excludes list. This change will not be propagated to other nodes.
  283. 2017-11-07 11:57:44,942 [art-init] [INFO ] (o.a.s.a.ArtifactoryAccessClientConfigStore:480) - Using Access Server URL: http://localhost:8081/access (bundled) source: detected
  284. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Local file event 'ENTRY_DELETE' intercepted for file '/opt/jfrog/artifactory/etc/security/access/keys/jf-artifactory@7db025aa-8bbf-4525-b717-fd2917900633.key', but the file the excludes list. This change will not be propagated to other nodes.
  285. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Local file event 'ENTRY_DELETE' intercepted for file '/opt/jfrog/artifactory/etc/security/access/keys/jf-artifactory@7db025aa-8bbf-4525-b717-fd2917900633.crt', but the file the excludes list. This change will not be propagated to other nodes.
  286. 2017-11-07 11:57:44 [ARTIFACTORY] [INFO ] Local file event 'ENTRY_DELETE' intercepted for file '/opt/jfrog/artifactory/etc/security/access/keys/keystore.jks', but the file the excludes list. This change will not be propagated to other nodes.
  287. 2017-11-07 11:57:44,994 [art-init] [INFO ] (o.a.s.a.AccessServiceImpl:236) - Waiting for access server...
  288. 2017-11-07 11:58:45,016 [art-init] [ERROR] (o.a.w.s.ArtifactoryContextConfigListener:99) - Application could not be initialized: Waiting for access server to respond timed-out after 60000 milliseconds.
  289. java.lang.reflect.InvocationTargetException: null
  290. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_131]
  291. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_131]
  292. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_131]
  293. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_131]
  294. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:224) ~[artifactory-web-application-5.5.2.jar:na]
  295. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$2(ArtifactoryContextConfigListener.java:186) ~[artifactory-web-application-5.5.2.jar:na]
  296. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:95) ~[artifactory-web-application-5.5.2.jar:na]
  297. Caused by: org.springframework.beans.factory.BeanInitializationException: Failed to initialize bean 'org.artifactory.security.access.AccessService'.; nested exception is java.lang.IllegalStateException: Waiting for access server to respond timed-out after 60000 milliseconds.
  298. at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:235) ~[artifactory-core-5.5.2.jar:na]
  299. at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:119) ~[artifactory-core-5.5.2.jar:na]
  300. ... 7 common frames omitted
  301. Caused by: java.lang.IllegalStateException: Waiting for access server to respond timed-out after 60000 milliseconds.
  302. at org.artifactory.security.access.AccessServiceImpl.waitForAccessServer(AccessServiceImpl.java:261) ~[artifactory-core-5.5.2.jar:na]
  303. at org.artifactory.security.access.AccessServiceImpl.initAccessService(AccessServiceImpl.java:228) ~[artifactory-core-5.5.2.jar:na]
  304. at org.artifactory.security.access.AccessServiceImpl.initIfNeeded(AccessServiceImpl.java:219) ~[artifactory-core-5.5.2.jar:na]
  305. at org.artifactory.security.access.AccessServiceImpl.init(AccessServiceImpl.java:214) ~[artifactory-core-5.5.2.jar:na]
  306. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  307. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  308. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  309. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  310. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  311. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  312. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  313. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  314. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  315. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  316. at org.artifactory.storage.fs.lock.aop.LockingAdvice.invoke(LockingAdvice.java:76) ~[artifactory-storage-common-5.5.2.jar:na]
  317. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  318. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  319. at com.sun.proxy.$Proxy60.init(Unknown Source) ~[na:na]
  320. at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:233) ~[artifactory-core-5.5.2.jar:na]
  321. ... 8 common frames omitted
  322. 2017-11-07 11:58:45,218 [http-nio-8081-exec-6] [ERROR] (o.a.w.s.ArtifactoryFilter:188) - Artifactory failed to initialize: Context is null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement