Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.11 KB | None | 0 0
  1. Preparing to run Artifactory in Docker
  2. =====================================
  3. 2018-03-01 16:01:24 [48 entrypoint-artifactory.sh] Dockerfile for this image can found inside the container.
  4. 2018-03-01 16:01:24 [49 entrypoint-artifactory.sh] To view the Dockerfile: 'cat /docker/artifactory-pro/Dockerfile.artifactory'.
  5. 2018-03-01 16:01:24 [54 entrypoint-artifactory.sh] Checking open files and processes limits
  6. 2018-03-01 16:01:24 [57 entrypoint-artifactory.sh] Current max open files is 1048576
  7. 2018-03-01 16:01:24 [69 entrypoint-artifactory.sh] Current max open processes is unlimited
  8. 2018-03-01 16:01:24 [79 entrypoint-artifactory.sh] Checking if /var/opt/jfrog/artifactory is mounted
  9. 2018-03-01 16:01:24 [84 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is mounted
  10. 2018-03-01 16:01:24 [101 entrypoint-artifactory.sh] Setting up data directories if missing
  11. 2018-03-01 16:01:24 [90 entrypoint-artifactory.sh] Adding extra configuration files to /opt/jfrog/artifactory/etc if any exist
  12. 2018-03-01 16:01:24 [94 entrypoint-artifactory.sh] Adding files from /artifactory_extra_conf to /opt/jfrog/artifactory/etc
  13. '/artifactory_extra_conf/binarystore.xml' -> '/opt/jfrog/artifactory/etc/binarystore.xml'
  14. 2018-03-01 16:01:24 [157 entrypoint-artifactory.sh] Create artifactory user if missing
  15. 2018-03-01 16:01:24 [160 entrypoint-artifactory.sh] User does not exist. Creating it...
  16. 2018-03-01 16:01:24 [525 entrypoint-artifactory.sh] Adding plugins if exist
  17. '/tmp/plugins/internalUser.groovy' -> '/opt/jfrog/artifactory/etc/plugins/internalUser.groovy'
  18. removed '/tmp/plugins/internalUser.groovy'
  19. 2018-03-01 16:01:24 [201 entrypoint-artifactory.sh] Creating master.key using ARTIFACTORY_MASTER_KEY environment variable
  20. 2018-03-01 16:01:25 [173 entrypoint-artifactory.sh] Checking permissions on /opt/jfrog/artifactory
  21. 2018-03-01 16:01:25 [179 entrypoint-artifactory.sh] /opt/jfrog/artifactory is owned by root:root. Setting to artifactory:artifactory.
  22. 2018-03-01 16:01:27 [173 entrypoint-artifactory.sh] Checking permissions on /var/opt/jfrog/artifactory
  23. 2018-03-01 16:01:27 [179 entrypoint-artifactory.sh] /var/opt/jfrog/artifactory is owned by root:root. Setting to artifactory:artifactory.
  24. 2018-03-01 16:01:27 [309 entrypoint-artifactory.sh] Detected an Artifactory HA setup
  25. 2018-03-01 16:01:27 [43 entrypoint-artifactory.sh] WARNING: HA_DATA_DIR is not set, Artifactory will use local data folder
  26. 2018-03-01 16:01:27 [43 entrypoint-artifactory.sh] WARNING: HA_BACKUP_DIR is not set, Artifactory will use local backup folder
  27. 2018-03-01 16:01:27 [332 entrypoint-artifactory.sh] HA_HOST_IP is set to 10.64.2.204
  28. 2018-03-01 16:01:27 [43 entrypoint-artifactory.sh] WARNING: HA_CONTEXT_URL is missing, using HA_HOST_IP as context url
  29. 2018-03-01 16:01:27 [341 entrypoint-artifactory.sh] This is not the primary node. Must wait for primary node before starting
  30. 2018-03-01 16:01:27 [234 entrypoint-artifactory.sh] Waiting for primary node to be up
  31. 2018-03-01 16:01:27 [237 entrypoint-artifactory.sh] Running curl -s -o /dev/null -w %{http_code} --fail v581-590-node1-mysql-artifactory:8081/artifactory/webapp/#/login
  32. 2018-03-01 16:01:27 [243 entrypoint-artifactory.sh] Primary node (v581-590-node1-mysql-artifactory:8081/artifactory) is up!
  33. 2018-03-01 16:01:27 [360 entrypoint-artifactory.sh] Preparing /var/opt/jfrog/artifactory/etc/ha-node.properties
  34. 2018-03-01 16:01:27 [380 entrypoint-artifactory.sh] Content of /var/opt/jfrog/artifactory/etc/ha-node.properties:
  35. node.id=node2
  36. context.url=http://10.64.2.204:8081/artifactory
  37. membership.port=10117
  38. primary=false
  39. hazelcast.interface=10.64.2.204
  40. artifactory.ha.data.dir=/var/opt/jfrog/artifactory/data
  41. artifactory.ha.backup.dir=/var/opt/jfrog/artifactory/backup
  42.  
  43. 2018-03-01 16:01:27 [466 entrypoint-artifactory.sh] Checking DB_TYPE
  44. 2018-03-01 16:01:27 [469 entrypoint-artifactory.sh] DB_TYPE is set to mysql
  45. 2018-03-01 16:01:27 [392 entrypoint-artifactory.sh] Checking if need to copy mysql configuration
  46. 2018-03-01 16:01:27 [408 entrypoint-artifactory.sh] Copying mysql configuration...
  47. 2018-03-01 16:01:28 [416 entrypoint-artifactory.sh] Setting DB_USER to artifactory
  48. 2018-03-01 16:01:28 [420 entrypoint-artifactory.sh] Setting DB_PASSWORD to **********
  49. 2018-03-01 16:01:28 [448 entrypoint-artifactory.sh] Setting DB_HOST to v581-590-node1-mysql-mysql
  50. 2018-03-01 16:01:28 [516 entrypoint-artifactory.sh] Adding EXTRA_JAVA_OPTIONS if exist
  51.  
  52. =====================================
  53.  
  54. Found java executable in JAVA_HOME (/docker-java-home)
  55. Mar 01, 2018 4:01:30 PM org.apache.coyote.AbstractProtocol init
  56. INFO: Initializing ProtocolHandler ["http-nio-8081"]
  57. Mar 01, 2018 4:01:30 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  58. INFO: Using a shared selector for servlet write/read
  59. Mar 01, 2018 4:01:30 PM org.apache.coyote.AbstractProtocol init
  60. INFO: Initializing ProtocolHandler ["http-nio-8040"]
  61. Mar 01, 2018 4:01:30 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  62. INFO: Using a shared selector for servlet write/read
  63. Mar 01, 2018 4:01:30 PM org.apache.coyote.AbstractProtocol init
  64. INFO: Initializing ProtocolHandler ["ajp-nio-8019"]
  65. Mar 01, 2018 4:01:30 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  66. INFO: Using a shared selector for servlet write/read
  67. Mar 01, 2018 4:01:30 PM org.apache.catalina.core.StandardService startInternal
  68. INFO: Starting service [Catalina]
  69. Mar 01, 2018 4:01:30 PM org.apache.catalina.core.StandardEngine startInternal
  70. INFO: Starting Servlet Engine: Apache Tomcat/8.5.23
  71. Mar 01, 2018 4:01:30 PM org.apache.catalina.startup.HostConfig deployDescriptor
  72. INFO: Deploying configuration descriptor [/opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/access.xml]
  73. Mar 01, 2018 4:01:30 PM org.apache.catalina.startup.HostConfig deployDescriptor
  74. INFO: Deploying configuration descriptor [/opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml]
  75. 16:01:41.030 [localhost-startStop-2] DEBUG o.a.converter.VersionProviderImpl - Last Artifactory database version is: v581
  76. 16:01:41.060 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Triggering PRE_INIT conversion, from v581 to v581
  77. 16:01:41.064 [localhost-startStop-2] INFO o.a.converter.ConvertersManagerImpl - Finished PRE_INIT conversion, current version is: v581
  78. 2018-03-01 16:01:41 [ARTIFACTORY] [INFO ] Master key file found.
  79. 16:01:43.463 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - My schema name is: null
  80. 16:01:43.479 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Found table: master_key_status. Result: artdb
  81. 16:01:43.636 [localhost-startStop-2] DEBUG o.a.converter.VersionProviderImpl - Last Artifactory database version is: v581
  82. 16:01:43.646 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - My schema name is: null
  83. 16:01:43.659 [localhost-startStop-2] DEBUG org.jfrog.storage.util.DbUtils - Found table: configs. Result: artdb
  84. 2018-03-01 16:01:43 [ARTIFACTORY] [INFO ] Starting file sync
  85. 16:01:43.709 [Thread-6] INFO o.j.config.watch.FileWatchingManager - Starting watch of folder configurations
  86. 2018-03-01 16:01:44 [ARTIFACTORY] [WARN ] Found existing file '/opt/jfrog/artifactory/etc/binarystore.xml' but this node is not allowed to sync into db. db config will overwrite local content
  87. 2018-03-01 16:01:44 [ARTIFACTORY] [WARN ] Found existing file '/opt/jfrog/artifactory/etc/plugins/internalUser.groovy' but this node is not allowed to sync into db. db config will overwrite local content
  88. /\
  89. / \ ___ ___ ___ ___ ___
  90. / /\ \ / __/ __/ _ \/ __/ __|
  91. / ____ \ (_| (_| __/\__ \__ \
  92. /_/ \_\___\___\___||___/___/
  93. Access Version: 3.1.4
  94. Access Revision: 30104900
  95.  
  96.  
  97. 2018-03-01 16:01:45.874 INFO 373 --- [ost-startStop-1] o.j.a.s.startup.AccessHomeFinderImpl : Using JFrog Access home at '/opt/jfrog/artifactory/access' resolved from: System property (Artifactory)
  98. 2018-03-01 16:01:46 [jfrog-access] [INFO ] Copying from Artifactory's ha-node.properties 'context.url' value.
  99. 2018-03-01 16:01:46 [jfrog-access] [INFO ] Saving the following context-url: http://10.64.2.204:8081/access
  100. 2018-03-01 16:01:47,767 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.c.AccessApplicationContextInitializer:46) - Using JFrog Access home at '/opt/jfrog/artifactory/access'
  101. 2018-03-01 16:01:47,804 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:48) - Starting AccessApplication v3.1.4 on v581-590-node2-mysql-artifactory-59846845dc-94zq9 with PID 373 (/opt/jfrog/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-3.1.4.jar started by artifactory in /)
  102. 2018-03-01 16:01:47,818 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:597) - The following profiles are active: production,grpc
  103. 2018-03-01 16:01:48 [ARTIFACTORY] [INFO ] Starting Artifactory [artifactory.home=/opt/jfrog/artifactory].
  104. 2018-03-01 16:01:49,554 [art-init] [INFO ] (o.a.w.s.ArtifactoryContextConfigListener:282) -
  105. _ _ __ _ _ _
  106. /\ | | (_)/ _| | | | | | | /\
  107. / \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | |__| | / \
  108. / /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | __ | / /\ \
  109. / ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | | | |/ ____ \
  110. /_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | |_| |_/_/ \_\
  111. Version: 5.8.1 __/ |
  112. Revision: 50801900 |___/
  113. Artifactory Home: '/opt/jfrog/artifactory'
  114. Artifactory data dir: '/var/opt/jfrog/artifactory/data'
  115. HA Node ID: 'node2'
  116.  
  117. Mar 01, 2018 4:01:50 PM org.apache.catalina.startup.HostConfig deployDescriptor
  118. INFO: Deployment of configuration descriptor [/opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml] has finished in [19,840] ms
  119. 2018-03-01 16:01:52,146 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:480) - Artifactory application context set to NOT READY by refresh
  120. 2018-03-01 16:01:52,158 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:224) - Refreshing artifactory: startup date [Thu Mar 01 16:01:52 UTC 2018]; root of context hierarchy
  121. 2018-03-01 16:02:15,647 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:129) - Database: MySQL 5.6.35. Driver: MySQL Connector Java mysql-connector-java-5.1.45 ( Revision: 9131eefa398531c7dc98776e8a3fe839e544c5b2 )
  122. 2018-03-01 16:02:15,667 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.d.u.AccessJdbcHelperImpl:132) - Connection URL: jdbc:mysql://v581-590-node1-mysql-mysql:3306/artdb?characterEncoding=UTF-8&elideSetAutoCommits=true
  123. 2018-03-01 16:02:19,833 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.c.InternalConfigurationServiceImpl:87) - Loading configuration from db finished successfully
  124. 2018-03-01 16:02:22,034 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.AccessStartupServiceImpl:80) - Found master.key file at /opt/jfrog/artifactory/etc/security/master.key, using it as master.key
  125. 2018-03-01 16:02:22,212 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.m.ConfigMigrationRunner:72) - Current version of access.properties is 1, latest version is 2. Applying migrations.
  126. 2018-03-01 16:02:22,224 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.m.ConfigMigrationRunner:72) - Migrating access.properties to version 2
  127. 2018-03-01 16:02:22,281 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.AccessStartupUtil:37) - [ACCESS BOOTSTRAP] Server name not found in access properties. Setting value to cc836e91-bccb-4b8c-9525-a8cec2810b7d
  128. 2018-03-01 16:02:23,987 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.t.TokenServiceImpl:84) - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
  129. 2018-03-01 16:02:24,445 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.r.c.RpcServiceInvoker:86) - Added service: sync
  130. 2018-03-01 16:02:26,207 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:93) - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
  131. 2018-03-01 16:02:29,181 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:146) - [ACCESS BOOTSTRAP] Updating server 'cc836e91-bccb-4b8c-9525-a8cec2810b7d' private key finger print to: f5d17ff9708dc98f9a90d50a9c69427ddf36126d74cafaf7b6fddbb5b876469f
  132. 2018-03-01 16:02:29,407 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.AccessServerBootstrapImpl:108) - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
  133. 2018-03-01 16:02:35,899 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.s.s.s.RefreshableScheduledJob:56) - Scheduling heartbeat task to run every 5 seconds
  134. 2018-03-01 16:02:37,379 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:216) - Database: MySQL 5.6.35. Driver: MySQL Connector Java mysql-connector-java-5.1.45 ( Revision: 9131eefa398531c7dc98776e8a3fe839e544c5b2 ) Pool: mysql
  135. 2018-03-01 16:02:37,388 [art-init] [INFO ] (o.a.s.d.DbServiceImpl:219) - Connection URL: jdbc:mysql://v581-590-node1-mysql-mysql:3306/artdb?characterEncoding=UTF-8&elideSetAutoCommits=true
  136. 2018-03-01 16:02:42,220 [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.29.jar!/
  137. 2018-03-01 16:02:42,229 [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.8.1.jar!/
  138. 2018-03-01 16:02:42,868 [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.8.1.jar!/
  139. 2018-03-01 16:02:42,877 [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.29.jar!/
  140. 2018-03-01 16:02:51,556 [localhost-startStop-1] [JFrog-Access] [INFO ] (o.j.a.AccessApplication:57) - Started AccessApplication in 70.733 seconds (JVM running for 82.879)
  141. Mar 01, 2018 4:02:51 PM org.apache.catalina.startup.HostConfig deployDescriptor
  142. INFO: Deployment of configuration descriptor [/opt/jfrog/artifactory/tomcat/conf/Catalina/localhost/access.xml] has finished in [80,810] ms
  143. Mar 01, 2018 4:02:51 PM org.apache.catalina.startup.HostConfig deployDirectory
  144. INFO: Deploying web application directory [/opt/jfrog/artifactory/tomcat/webapps/ROOT]
  145. Mar 01, 2018 4:02:52 PM org.apache.catalina.startup.HostConfig deployDirectory
  146. INFO: Deployment of web application directory [/opt/jfrog/artifactory/tomcat/webapps/ROOT] has finished in [180] ms
  147. Mar 01, 2018 4:02:52 PM org.apache.coyote.AbstractProtocol start
  148. INFO: Starting ProtocolHandler ["http-nio-8081"]
  149. Mar 01, 2018 4:02:52 PM org.apache.coyote.AbstractProtocol start
  150. INFO: Starting ProtocolHandler ["http-nio-8040"]
  151. Mar 01, 2018 4:02:52 PM org.apache.coyote.AbstractProtocol start
  152. INFO: Starting ProtocolHandler ["ajp-nio-8019"]
  153. 2018-03-01 16:03:01,258 [art-init] [INFO ] (o.a.a.h.HaAddonImpl :148) - Initializing distributed locking provider
  154. 2018-03-01 16:03:01,266 [art-init] [INFO ] (o.a.a.h.HaAddonImpl :166) - Initializing distributed cache provider
  155. 2018-03-01 16:03:08,576 [art-init] [INFO ] (o.a.s.ArtifactorySchedulerFactoryBean:647) - Starting Quartz Scheduler now
  156. 2018-03-01 16:03:09,185 [art-init] [INFO ] (o.a.s.ArtifactoryApplicationContext:231) - Artifactory context starting up 49 Spring Beans...
  157. 2018-03-01 16:03:10,039 [art-init] [ERROR] (o.a.w.s.ArtifactoryContextConfigListener:99) - Application could not be initialized: bootstrap admin credentials do not exist in the config store
  158. java.lang.reflect.InvocationTargetException: null
  159. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_131]
  160. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_131]
  161. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_131]
  162. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_131]
  163. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:224) ~[artifactory-web-application-5.8.1.jar:na]
  164. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener.access$2(ArtifactoryContextConfigListener.java:186) ~[artifactory-web-application-5.8.1.jar:na]
  165. at org.artifactory.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:95) ~[artifactory-web-application-5.8.1.jar:na]
  166. Caused by: org.springframework.beans.factory.BeanInitializationException: Failed to initialize bean 'org.artifactory.security.access.AccessService'.; nested exception is java.util.NoSuchElementException: bootstrap admin credentials do not exist in the config store
  167. at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:241) ~[artifactory-core-5.8.1.jar:na]
  168. at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:124) ~[artifactory-core-5.8.1.jar:na]
  169. ... 7 common frames omitted
  170. Caused by: java.util.NoSuchElementException: bootstrap admin credentials do not exist in the config store
  171. at org.artifactory.security.access.ArtifactoryAccessClientConfigStore.lambda$14(ArtifactoryAccessClientConfigStore.java:343) ~[artifactory-core-5.8.1.jar:na]
  172. at java.util.Optional.orElseThrow(Optional.java:290) ~[na:1.8.0_131]
  173. at org.artifactory.security.access.ArtifactoryAccessClientConfigStore.lambda$5(ArtifactoryAccessClientConfigStore.java:343) ~[artifactory-core-5.8.1.jar:na]
  174. at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:5065) ~[guava-21.0.jar:na]
  175. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3716) ~[guava-21.0.jar:na]
  176. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2424) ~[guava-21.0.jar:na]
  177. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2298) ~[guava-21.0.jar:na]
  178. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2211) ~[guava-21.0.jar:na]
  179. at com.google.common.cache.LocalCache.get(LocalCache.java:4154) ~[guava-21.0.jar:na]
  180. at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:5060) ~[guava-21.0.jar:na]
  181. at org.artifactory.security.access.ArtifactoryAccessClientConfigStore.getBootstrapAdminCredentials(ArtifactoryAccessClientConfigStore.java:330) ~[artifactory-core-5.8.1.jar:na]
  182. at org.artifactory.security.access.ArtifactoryAccessClientConfigStore.initCachedBootstrapAdminCredentials(ArtifactoryAccessClientConfigStore.java:358) ~[artifactory-core-5.8.1.jar:na]
  183. at org.artifactory.security.access.ArtifactoryAccessClientConfigStore.<init>(ArtifactoryAccessClientConfigStore.java:82) ~[artifactory-core-5.8.1.jar:na]
  184. at org.artifactory.security.access.AccessServiceImpl.initAccessService(AccessServiceImpl.java:254) ~[artifactory-core-5.8.1.jar:na]
  185. at org.artifactory.security.access.AccessServiceImpl.initIfNeeded(AccessServiceImpl.java:245) ~[artifactory-core-5.8.1.jar:na]
  186. at org.artifactory.security.access.AccessServiceImpl.init(AccessServiceImpl.java:239) ~[artifactory-core-5.8.1.jar:na]
  187. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_131]
  188. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_131]
  189. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_131]
  190. at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_131]
  191. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  192. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  193. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  194. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  195. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  196. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) ~[spring-tx-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  197. at org.artifactory.storage.fs.lock.aop.LockingAdvice.invoke(LockingAdvice.java:76) ~[artifactory-storage-common-5.8.1.jar:na]
  198. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  199. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207) ~[spring-aop-4.1.5.RELEASE.jar:4.1.5.RELEASE]
  200. at com.sun.proxy.$Proxy136.init(Unknown Source) ~[na:na]
  201. at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:239) ~[artifactory-core-5.8.1.jar:na]
  202. ... 8 common frames omitted
  203. 2018-03-01 16:03:12,876 [http-nio-8081-exec-5] [ERROR] (o.a.w.s.ArtifactoryFilter:213) - Artifactory failed to initialize: Context is null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement