Guest User

JFrog Docker logs

a guest
Aug 1st, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.19 KB | None | 0 0
  1. Preparing to run Artifactory in Docker
  2. Running as uid=1030(artifactory) gid=1030(artifactory)
  3. Dockerfile for this image can found inside the container.
  4. To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
  5. Copying Artifactory bootstrap files
  6. 2020-08-01T12:06:23.000Z [shell] [INFO ] [] [systemYamlHelper.sh:462 ] [main] - Resolved shared.node.ip (127.0.0.1) from /opt/jfrog/artifactory/var/etc/system.yaml
  7. 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1332 ] [main] - Checking open files and processes limits
  8. 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1335 ] [main] - Current max open files is 1048576
  9. 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1346 ] [main] - Current max open processes is unlimited
  10. 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1413 ] [main] - Testing directory /opt/jfrog/artifactory/var has read/write permissions for user id 1030
  11. 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1428 ] [main] - Permissions for /opt/jfrog/artifactory/var are good
  12. chown: /opt/jfrog/artifactory/var/etc: Operation not permitted
  13. 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory/var/etc] to [artifactory:artifactory]
  14. 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [installerCommon.sh:3033 ] [main] - Setting JF_SHARED_NODE_ID to 575d51a10297
  15. 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [installerCommon.sh:3038 ] [main] - Found explicit shared.node.ip in system.yaml with value : 127.0.0.1
  16. 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [installerCommon.sh:3033 ] [main] - Setting JF_SHARED_NODE_NAME to 575d51a10297
  17. 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [artifactoryCommon.sh:104 ] [main] - Final command: -server -Xms512m -Xmx2g -Xss256k -XX:+UseG1GC -XX:OnOutOfMemoryError="kill -9 %p" --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.lang.invoke=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED -Dfile.encoding=UTF8 -Djruby.compile.invokedynamic=false -Djruby.bytecode.version=1.8 -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true -Djava.security.egd=file:/dev/./urandom -Dartdist=docker -Djf.product.home=/opt/jfrog/artifactory
  18. chown: /opt/jfrog/artifactory: Operation not permitted
  19. 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory] to [artifactory:artifactory]
  20. chown: /opt/jfrog/artifactory/var: Operation not permitted
  21. 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory/var] to [artifactory:artifactory]
  22. chown: /opt/jfrog/artifactory/var/etc: Operation not permitted
  23. 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory/var/etc] to [artifactory:artifactory]
  24. crontab: must be suid to work properly
  25. crontab: must be suid to work properly
  26. 2020-08-01T12:06:26.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not configure logrotate. Please configure log rotation of the file: [/opt/jfrog/artifactory/var/log/console.log] manually
  27. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:141 ] [main] - Saving /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml as /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml.orig
  28. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:149 ] [main] - Using Tomcat template to generate : /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml
  29. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.port||8081} to default value : 8081
  30. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.connector.maxThreads||200} to default value : 200
  31. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.port||8091} to default value : 8091
  32. 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.maxThreads||5} to default value : 5
  33. 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.acceptCount||5} to default value : 5
  34. 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${access.http.port||8040} to default value : 8040
  35. 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${access.tomcat.connector.maxThreads||50} to default value : 50
  36. 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [systemYamlHelper.sh:462 ] [main] - Resolved JF_PRODUCT_HOME (/opt/jfrog/artifactory) from environment variable
  37. 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${shared.tomcat.workDir||/opt/jfrog/artifactory/var/work/artifactory/tomcat} to default value : /opt/jfrog/artifactory/var/work/artifactory/tomcat
  38.  
  39. ========================
  40. JF Environment variables
  41. ========================
  42.  
  43. JF_SHARED_NODE_NAME : 575d51a10297
  44. JF_SYSTEM_YAML : /opt/jfrog/artifactory/var/etc/system.yaml
  45. JF_ARTIFACTORY_PID : /opt/jfrog/artifactory/app/run/artifactory.pid
  46. JF_PRODUCT_DATA_INTERNAL : /var/opt/jfrog/artifactory
  47. JF_PRODUCT_HOME : /opt/jfrog/artifactory
  48. JF_ROUTER_TOPOLOGY_LOCAL_REQUIREDSERVICETYPES : jfrt,jfac,jfmd,jffe
  49. JF_SHARED_NODE_IP : 127.0.0.1
  50. JF_SHARED_NODE_ID : 575d51a10297
  51. JF_ARTIFACTORY_USER : artifactory
  52. Starting router...
  53. router not running. Proceed to start it up.
  54. router started. PID: 3720
  55. Starting metadata...
  56. 2020-08-01T12:06:27.926Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:71 ] [main ] - Router (jfrou) service initialization started. Version: 1.4.0 Revision: c5afa81f01bce3632fbd8313e78b8cfe066fad67 PID: 3720 Home: /opt/jfrog/artifactory
  57. 2020-08-01T12:06:27.931Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:74 ] [main ] - JFrog Router IP: 127.0.0.1
  58. 2020-08-01T12:06:27.983Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:175 ] [main ] - System configuration encryption report:
  59. shared.newrelic.licenseKey: does not exist in the config file
  60. shared.security.joinKeyFile: file '/opt/jfrog/artifactory/var/etc/security/join.key' - already encrypted
  61. 2020-08-01T12:06:28.002Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:79 ] [main ] - JFrog Router Service ID: jfrou@01eemxwewkvw32xpq7kkz51qca
  62. 2020-08-01T12:06:28.002Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:80 ] [main ] - JFrog Router Node ID: 575d51a10297
  63. JF_METADATA_ACCESSCLIENT_URL: http://localhost:8081/access
  64. metadata started. PID: 3888
  65. 2020-08-01T12:06:28.040Z [jfrou] [INFO ] [69c244089cdedae6] [http_client_holder.go:155 ] [main ] - system cert pool contents were loaded as trusted CAs for TLS communication
  66. [DEBUG] Resolved system configuration file path: /opt/jfrog/artifactory/var/etc/system.yaml
  67. 2020-08-01T12:06:28.061Z [jfrou] [INFO ] [69c244089cdedae6] [http_client_holder.go:175 ] [main ] - following certificates were successfully loaded as trusted CAs for TLS communication:
  68. [/opt/jfrog/artifactory/var/data/router/keys/trusted/access-root-ca.crt]
  69. 2020-08-01T12:06:28.109Z [jfmd ] [INFO ] [6f60ad0410e094c6] [database_bearer.go:84 ] [main ] - Connecting to (db config: {sqlite /opt/jfrog/artifactory/var/data/metadata/sqlite.db?_fk=yes&_busy_timeout=5000&_txlock=immediate&cache=shared}) [database]
  70. Starting frontend...
  71. 2020-08-01T12:06:28.147Z [jfmd ] [INFO ] [6f60ad0410e094c6] [migrator.go:61 ] [main ] - Applying 39 migrations files [database]
  72. frontend not running. Proceed to start it up.
  73. 2020-08-01T12:06:28.155Z [jfmd ] [INFO ] [6f60ad0410e094c6] [application.go:55 ] [main ] - Metadata (jfmd) service initialization started. Version: 2.6.4 Revision: 20604900 PID: 3888 Home: /opt/jfrog/artifactory/var [app_initializer]
  74. 2020-08-01T12:06:28.164Z [jfmd ] [INFO ] [6f60ad0410e094c6] [server_bearer.go:156 ] [main ] - Got service_id from datastore: jfmd@01eemxwgztbmyhx00vj0wpsn14 [ServerInit]
  75. frontend started. PID: 4047
  76. NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
  77. 2020-08-01T12:06:29.346Z [jffe ] [INFO ] [ ] [ ] [main ] - frontend (jffe) service initialization started. Version: 1.6.3 Revision: 0.0.0 PID: 4047 Home: /opt/jfrog/artifactory
  78. 2020-08-01T12:06:29.676L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-8081"]
  79. 2020-08-01T12:06:29.713L [tomct] [INFO ] [ ] [org.apache.tomcat.util.net.NioSelectorPool] [org.apache.tomcat.util.net.NioSelectorPool getSharedSelector] - Using a shared selector for servlet write/read
  80. 2020-08-01T12:06:29.745L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-127.0.0.1-8091"]
  81. 2020-08-01T12:06:29.747L [tomct] [INFO ] [ ] [org.apache.tomcat.util.net.NioSelectorPool] [org.apache.tomcat.util.net.NioSelectorPool getSharedSelector] - Using a shared selector for servlet write/read
  82. 2020-08-01T12:06:29.773L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-127.0.0.1-8040"]
  83. 2020-08-01T12:06:29.784L [tomct] [INFO ] [ ] [org.apache.tomcat.util.net.NioSelectorPool] [org.apache.tomcat.util.net.NioSelectorPool getSharedSelector] - Using a shared selector for servlet write/read
  84. 2020-08-01T12:06:29.803L [tomct] [INFO ] [ ] [org.apache.catalina.core.StandardService] [org.apache.catalina.core.StandardService startInternal] - Starting service [Catalina]
  85. 2020-08-01T12:06:29.806L [tomct] [INFO ] [ ] [org.apache.catalina.core.StandardEngine] [org.apache.catalina.core.StandardEngine startInternal] - Starting Servlet Engine: Apache Tomcat/8.5.55
  86. 2020-08-01T12:06:29.860L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deploying deployment descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/access.xml]
  87. 2020-08-01T12:06:29.860L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deploying deployment descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml]
  88. 2020-08-01T12:06:29.950L [tomct] [WARNING] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - A docBase [/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access.war] inside the host appBase has been specified, and will be ignored
  89. 2020-08-01T12:06:29.950L [tomct] [WARNING] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - A docBase [/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/artifactory.war] inside the host appBase has been specified, and will be ignored
  90. 2020-08-01T12:06:29.984Z [jfrou] [INFO ] [69c244089cdedae6] [config_holder.go:107 ] [main ] - configuration update detected
  91. 12:06:31.919 [localhost-startStop-2] INFO org.springframework.core.KotlinDetector - Kotlin reflection implementation not found at runtime, related features won't be available.
  92. 2020-08-01T12:06:32.206Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 5: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  93. 2020-08-01T12:06:32.592Z [jfrt ] [INFO ] [15d46595276f004e] [o.a.c.h.HaNodeProperties:67 ] [ocalhost-startStop-1] - Artifactory is running in non-clustered mode.
  94. 2020-08-01T12:06:32.826Z [jfrt ] [INFO ] [15d46595276f004e] [tifactoryHomeConfigListener:70] [ocalhost-startStop-1] - Resolved Home: '/opt/jfrog/artifactory
  95. 2020-08-01T12:06:33.194Z [jfrt ] [INFO ] [ ] [o.j.c.w.FileWatcher:147 ] [Thread-5 ] - Starting watch of folder configurations
  96. 2020-08-01T12:06:34.046Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [licationContextInitializer:162] [ocalhost-startStop-2] - Access (jfac) service initialization started. Version: 5.6.9 Revision: 50609900 PID: 4169 Home: /opt/jfrog/artifactory
  97. 2020-08-01T12:06:34.170Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.AccessApplication:50 ] [ocalhost-startStop-2] - Starting AccessApplication v5.6.9 on 575d51a10297 with PID 4169 (/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-5.6.9.jar started by artifactory in /var/opt/jfrog/artifactory)
  98. 2020-08-01T12:06:34.173Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.AccessApplication:651 ] [ocalhost-startStop-2] - The following profiles are active: production
  99. 2020-08-01T12:06:34.197Z [jfac ] [WARN ] [ ] [ackson2ObjectMapperBuilder:817] [background-preinit ] - For Jackson Kotlin classes support please add "com.fasterxml.jackson.module:jackson-module-kotlin" to the classpath
  100. 2020-08-01T12:06:37.216Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 10: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  101. 2020-08-01T12:06:42.222Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 15: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  102. 2020-08-01T12:06:47.227Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 20: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  103. 2020-08-01T12:06:52.232Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 25: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  104. 2020-08-01T12:06:57.237Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 30: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  105. 2020-08-01T12:07:02.242Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 35: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  106. 2020-08-01T12:07:06.503Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [s.d.u.AccessJdbcHelperImpl:139] [ocalhost-startStop-2] - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579)
  107. 2020-08-01T12:07:06.505Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [s.d.u.AccessJdbcHelperImpl:142] [ocalhost-startStop-2] - Connection URL: jdbc:derby:/opt/jfrog/artifactory/var/data/artifactory/derby
  108. 2020-08-01T12:07:06.833Z [jfrt ] [INFO ] [15d46595276f004e] [.BasicConfigurationManager:171] [ocalhost-startStop-1] - Artifactory (jfrt) service initialization started. Version: 7.6.3 Revision: 70603900 PID: 4169 Home: /opt/jfrog/artifactory
  109. 2020-08-01T12:07:07.247Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 40: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  110. 2020-08-01T12:07:07.310Z [jfrt ] [INFO ] [15d46595276f004e] [d.c.m.ConverterManagerImpl:179] [ocalhost-startStop-1] - Triggering PRE_INIT conversion, from 7.6.3 to 7.6.3
  111. 2020-08-01T12:07:07.312Z [jfrt ] [INFO ] [15d46595276f004e] [d.c.m.ConverterManagerImpl:182] [ocalhost-startStop-1] - Finished PRE_INIT conversion, current version is: 7.6.3
  112. 2020-08-01T12:07:07.319Z [jfrt ] [INFO ] [15d46595276f004e] [d.i.DbInitializationManager:47] [ocalhost-startStop-1] - Initializing DB Schema initialization manager
  113. 2020-08-01T12:07:07.322Z [jfrt ] [INFO ] [15d46595276f004e] [.i.DbInitializationManager:174] [ocalhost-startStop-1] - Database: Apache Derby 10.14.2.0 - (1828579). Driver: Apache Derby Embedded JDBC Driver 10.14.2.0 - (1828579) Pool: derby
  114. 2020-08-01T12:07:07.324Z [jfrt ] [INFO ] [15d46595276f004e] [.i.DbInitializationManager:177] [ocalhost-startStop-1] - Connection URL: jdbc:derby:/opt/jfrog/artifactory/var/data/artifactory/derby
  115. 2020-08-01T12:07:07.773Z [jfrt ] [INFO ] [15d46595276f004e] [d.i.DbInitializationManager:51] [ocalhost-startStop-1] - DB Schema initialization manager initialized
  116. 2020-08-01T12:07:07.790Z [jfrt ] [INFO ] [15d46595276f004e] [SchemaInitializationManager:48] [ocalhost-startStop-1] - Initializing Post-DB initialization manager
  117. 2020-08-01T12:07:07.922Z [jfrt ] [INFO ] [15d46595276f004e] [.c.ConfigurationManagerImpl:97] [ocalhost-startStop-1] - Starting file sync
  118. 2020-08-01T12:07:08.044Z [jfrt ] [INFO ] [15d46595276f004e] [o.j.c.ConfigWrapperImpl:342 ] [ocalhost-startStop-1] - [Node ID: 575d51a10297] detected local modify for config 'artifactory/config/artifactory.system.properties'
  119. 2020-08-01T12:07:08.097Z [jfrt ] [INFO ] [15d46595276f004e] [o.j.c.ConfigWrapperImpl:342 ] [ocalhost-startStop-1] - [Node ID: 575d51a10297] detected local modify for config 'artifactory/config/binarystore.xml'
  120. 2020-08-01T12:07:08.236Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [alConfigurationServiceBase:182] [ocalhost-startStop-2] - Loading configuration from db finished successfully
  121. 2020-08-01T12:07:08.251Z [jfrt ] [INFO ] [15d46595276f004e] [o.j.c.ConfigWrapperImpl:342 ] [ocalhost-startStop-1] - [Node ID: 575d51a10297] detected local modify for config 'artifactory/config/mimetypes.xml'
  122. 2020-08-01T12:07:08.389Z [jfrt ] [INFO ] [15d46595276f004e] [SchemaInitializationManager:51] [ocalhost-startStop-1] - Post-DB initialization manager initialized
  123. 2020-08-01T12:07:08.886Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [.h.AccessNodeIdProviderImpl:70] [ocalhost-startStop-2] - Service id initialized: jfac@01eemxw58x0faz1rh30e9402c9
  124. 2020-08-01T12:07:09.096Z [jfrt ] [INFO ] [acb4c4df993e4128] [ctoryContextConfigListener:309] [art-init ] -
  125. _ _ __ _ ____ _____ _____
  126. /\ | | (_)/ _| | | / __ \ / ____/ ____|
  127. / \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
  128. / /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
  129. / ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
  130. /_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
  131. Version: 7.6.3 __/ |
  132. Revision: 70603900 |___/
  133. Artifactory Home: '/opt/jfrog/artifactory'
  134. Node ID: '575d51a10297'
  135.  
  136. 2020-08-01T12:07:09.115Z [jfrt ] [WARN ] [acb4c4df993e4128] [o.a.f.l.ArtifactoryLockFile:65] [art-init ] - Found existing lock file. Artifactory was not shutdown properly. [/opt/jfrog/artifactory/var/data/artifactory/.lock]
  137. 2020-08-01T12:07:09.334L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deployment of deployment descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml] has finished in [39,471] ms
  138. 2020-08-01T12:07:09.379Z [jfrt ] [INFO ] [acb4c4df993e4128] [ifactoryApplicationContext:546] [art-init ] - Artifactory application context set to NOT READY by refresh
  139. 2020-08-01T12:07:10.270Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [j.a.s.s.t.TokenServiceImpl:115] [ocalhost-startStop-2] - Scheduling task for revoking expired tokens using cron expression: 0 0 0/1 * * ?
  140. 2020-08-01T12:07:11.690Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [b.AccessServerBootstrapImpl:36] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
  141. 2020-08-01T12:07:11.695Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:120] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Initializing root certificate.
  142. 2020-08-01T12:07:12.271Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 45: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  143. 2020-08-01T12:07:12.331Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:343] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Saved new root certificate at: /opt/jfrog/artifactory/var/etc/access/keys/root.crt
  144. 2020-08-01T12:07:12.360Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:137] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Finished initializing root certificate. Certificate source: DATABASE
  145. 2020-08-01T12:07:12.365Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:120] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Initializing ca certificate.
  146. 2020-08-01T12:07:12.513Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:343] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Saved new ca certificate at: /opt/jfrog/artifactory/var/etc/access/keys/ca.crt
  147. 2020-08-01T12:07:12.536Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:137] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Finished initializing ca certificate. Certificate source: DATABASE
  148. 2020-08-01T12:07:12.897Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [b.AccessServerBootstrapImpl:42] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
  149. 2020-08-01T12:07:14.373Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.s.r.s.GrpcServerImpl:65 ] [ocalhost-startStop-2] - Starting gRPC Server on port 8045
  150. 2020-08-01T12:07:14.776Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.s.r.s.GrpcServerImpl:84 ] [ocalhost-startStop-2] - gRPC Server started, listening on 8045
  151. 2020-08-01T12:07:15.012Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.s.s.JoinKeyAccess:167 ] [ocalhost-startStop-2] - Cluster join: Join key loaded successfully (from: /opt/jfrog/artifactory/var/etc/security/join.key)
  152. 2020-08-01T12:07:15.188Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [a.s.b.AccessServerRegistrar:62] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Starting JFrog Access registrar...
  153. 2020-08-01T12:07:15.304Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling heartbeat task to run every 5 seconds
  154. 2020-08-01T12:07:15.312Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling federationCleanupService task to run every 1209600 seconds
  155. 2020-08-01T12:07:15.329Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling staleTokenCleanup task to run every 3600 seconds
  156. 2020-08-01T12:07:15.404Z [jfac ] [INFO ] [74aa5586b2dda804] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling loadCertificates task to run every 30 seconds
  157. 2020-08-01T12:07:17.279Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 50: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  158. 2020-08-01T12:07:17.363Z [jfrou] [INFO ] [69c244089cdedae6] [join_executor.go:152 ] [main ] - Cluster join: Retry 5: Service registry ping failed, will retry. Error: Get "http://localhost:8040/access/api/v1/system/ping": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
  159. 2020-08-01T12:07:18.642Z [jfac ] [INFO ] [74aa5586b2dda804] [o.j.a.AccessApplication:59 ] [ocalhost-startStop-2] - Started AccessApplication in 46.601 seconds (JVM running for 50.268)
  160. 2020-08-01T12:07:18.719L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deployment of deployment descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/access.xml] has finished in [48,859] ms
  161. 2020-08-01T12:07:18.722L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDirectory] - Deploying web application directory [/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/ROOT]
  162. 2020-08-01T12:07:18.786L [tomct] [INFO ] [ ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDirectory] - Deployment of web application directory [/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/ROOT] has finished in [64] ms
  163. 2020-08-01T12:07:18.803L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol start] - Starting ProtocolHandler ["http-nio-8081"]
  164. 2020-08-01T12:07:18.843L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol start] - Starting ProtocolHandler ["http-nio-127.0.0.1-8091"]
  165. 2020-08-01T12:07:18.857L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol start] - Starting ProtocolHandler ["http-nio-127.0.0.1-8040"]
  166. 2020-08-01T12:07:18.876Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.a.s.d.v.DerbyValidator:26 ] [art-init ] - Validating connection collation for derby database
  167. 2020-08-01T12:07:21.903Z [jfrt ] [INFO ] [acb4c4df993e4128] [ritiesStorageServiceFactory:25] [art-init ] - Initializing DB-based Priorities Storage Service
  168. 2020-08-01T12:07:22.291Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 55: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Get "http://localhost:8046/access/api/v1/system/ping": dial tcp 127.0.0.1:8046: connect: connection refused [access_client]
  169. 2020-08-01T12:07:22.529Z [jfac ] [INFO ] [3d68c78efba8f282] [s.r.NodeRegistryServiceImpl:68] [27.0.0.1-8040-exec-4] - Cluster join: Successfully joined jfrou@01eemxwewkvw32xpq7kkz51qca with node id 575d51a10297
  170. 2020-08-01T12:07:23.131Z [jfrou] [INFO ] [69c244089cdedae6] [join_executor.go:186 ] [main ] - Cluster join: Successfully joined the cluster
  171. 2020-08-01T12:07:23.158Z [jfrou] [INFO ] [69c244089cdedae6] [http_client_holder.go:155 ] [main ] - system cert pool contents were loaded as trusted CAs for TLS communication
  172. 2020-08-01T12:07:23.177Z [jfrou] [INFO ] [69c244089cdedae6] [http_client_holder.go:175 ] [main ] - following certificates were successfully loaded as trusted CAs for TLS communication:
  173. [/opt/jfrog/artifactory/var/data/router/keys/trusted/access-root-ca.crt]
  174. 2020-08-01T12:07:23.369Z [jfrou] [INFO ] [ ] [server.go:577 ] [main ] - Preparing server external &{Address::8082 TLS:<nil> Redirect:<nil> Auth:<nil> WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc000633560} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s
  175. 2020-08-01T12:07:23.378Z [jfrou] [INFO ] [ ] [server.go:577 ] [main ] - Preparing server internal &{Address:localhost:8046 TLS:<nil> Redirect:<nil> Auth:<nil> WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc0006335a0} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s
  176. 2020-08-01T12:07:23.380Z [jfrou] [INFO ] [ ] [server.go:577 ] [main ] - Preparing server api &{Address:localhost:8049 TLS:<nil> Redirect:<nil> Auth:<nil> WhitelistSourceRange:[] WhiteList:<nil> Compress:false ProxyProtocol:<nil> ForwardedHeaders:0xc000633600} with readTimeout=0s writeTimeout=0s idleTimeout=3m0s
  177. 2020-08-01T12:07:23.381Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on localhost:8046
  178. 2020-08-01T12:07:23.382Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on :8082
  179. 2020-08-01T12:07:23.382Z [jfrou] [INFO ] [ ] [server.go:423 ] [main ] - Starting provider configuration.ProviderAggregator {}
  180. 2020-08-01T12:07:23.383Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on localhost:8049
  181. 2020-08-01T12:07:23.386Z [jfrou] [INFO ] [ ] [provider_aggregator.go:103 ] [main ] - Starting provider *file.Provider {"Watch":true,"Filename":"","Constraints":null,"Trace":false,"TemplateVersion":0,"DebugLogGeneratedTemplate":false,"Directory":"/opt/jfrog/artifactory/var/data/router/traefik/routes","TraefikFile":""}
  182. 2020-08-01T12:07:23.442Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on localhost:8046
  183. 2020-08-01T12:07:23.443Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on localhost:8049
  184. 2020-08-01T12:07:23.449Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on :8082
  185. 2020-08-01T12:07:23.451Z [jfrou] [INFO ] [69c244089cdedae6] [main.go:47 ] [main ] - Router (jfrou) service initialization completed in 55.594 seconds. Listening on port: 8082
  186. 2020-08-01T12:07:24.877Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [.AccessWithRouterRegistrar:111] [pool-13-thread-2 ] - Access Server successfully registered on Router on URL: http://localhost:8046
  187. 2020-08-01T12:07:25.222Z [jfrt ] [INFO ] [acb4c4df993e4128] [actorySchedulerFactoryBean:727] [art-init ] - Starting Quartz Scheduler now
  188. 2020-08-01T12:07:25.374Z [jfrt ] [INFO ] [acb4c4df993e4128] [ifactoryApplicationContext:268] [art-init ] - Artifactory context starting up 43 Spring Beans...
  189. 2020-08-01T12:07:26.602Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.a.s.a.AccessServiceImpl:459 ] [art-init ] - Initialized new service id: jfrt@01eemxx3xj34ck1prtkn4n1wkj
  190. 2020-08-01T12:07:26.667Z [jfrt ] [INFO ] [acb4c4df993e4128] [oryAccessClientConfigStore:591] [art-init ] - Using Access Server URL: http://localhost:8046/access source: System Config
  191. 2020-08-01T12:07:27.306Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 60: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  192. 2020-08-01T12:07:28.621Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 5: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  193. 2020-08-01T12:07:32.314Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 65: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  194. 2020-08-01T12:07:33.636Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 10: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  195. 2020-08-01T12:07:37.324Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 70: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  196. 2020-08-01T12:07:38.466Z [jfrou] [ERROR] [22dbb43b36f31451] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 4 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  197. 2020-08-01T12:07:38.651Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 15: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  198. 2020-08-01T12:07:41.755Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 20 Elapsed 16.87 secs failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  199. invalid content-type: text/plain; charset=utf-8
  200. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:07:41 GMT)
  201. DATA-----------------------------
  202. 404 page not found
  203. . Trying again
  204. 2020-08-01T12:07:42.333Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 75: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  205. 2020-08-01T12:07:43.520Z [jfrou] [ERROR] [2d4047466a92f057] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 5 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  206. 2020-08-01T12:07:43.669Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 20: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  207. 2020-08-01T12:07:47.348Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 80: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  208. 2020-08-01T12:07:48.465Z [jfrou] [ERROR] [57efcc6bc32537a5] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 6 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  209. 2020-08-01T12:07:48.687Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 25: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  210. 2020-08-01T12:07:51.897Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 30 Elapsed 27.01 secs failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  211. invalid content-type: text/plain; charset=utf-8
  212. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:07:51 GMT)
  213. DATA-----------------------------
  214. 404 page not found
  215. . Trying again
  216. 2020-08-01T12:07:52.356Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 85: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  217. 2020-08-01T12:07:53.464Z [jfrou] [ERROR] [3be02f81b06672cd] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 7 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  218. 2020-08-01T12:07:53.699Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 30: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  219. 2020-08-01T12:07:57.364Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 90: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  220. 2020-08-01T12:07:58.466Z [jfrou] [ERROR] [1712c41cf9c83eb ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 8 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  221. 2020-08-01T12:07:58.714Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 35: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  222. 2020-08-01T12:08:01.999Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 40 Elapsed 37.11 secs failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  223. invalid content-type: text/plain; charset=utf-8
  224. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:01 GMT)
  225. DATA-----------------------------
  226. 404 page not found
  227. . Trying again
  228. 2020-08-01T12:08:02.373Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 95: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  229. 2020-08-01T12:08:03.465Z [jfrou] [ERROR] [16fa6fec36f9543f] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 9 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  230. 2020-08-01T12:08:03.727Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 40: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  231. 2020-08-01T12:08:07.384Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 100: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  232. 2020-08-01T12:08:08.467Z [jfrou] [ERROR] [48760bd4881e4da ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 10 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  233. 2020-08-01T12:08:08.741Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 45: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  234. 2020-08-01T12:08:12.149Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 50 Elapsed 47.27 secs failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  235. invalid content-type: text/plain; charset=utf-8
  236. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:12 GMT)
  237. DATA-----------------------------
  238. 404 page not found
  239. . Trying again
  240. 2020-08-01T12:08:12.394Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 105: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  241. 2020-08-01T12:08:13.463Z [jfrou] [ERROR] [5e4703b822d6716 ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 11 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  242. 2020-08-01T12:08:13.756Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 50: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  243. 2020-08-01T12:08:17.404Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 110: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  244. 2020-08-01T12:08:18.465Z [jfrou] [ERROR] [449e9605698aaacd] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 12 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  245. 2020-08-01T12:08:18.776Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 55: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  246. 2020-08-01T12:08:22.255Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 60 Elapsed 57.37 secs failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  247. invalid content-type: text/plain; charset=utf-8
  248. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:22 GMT)
  249. DATA-----------------------------
  250. 404 page not found
  251. . Trying again
  252. 2020-08-01T12:08:22.414Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 115: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  253. 2020-08-01T12:08:23.464Z [jfrou] [ERROR] [3ac3a309d925d480] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 13 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  254. 2020-08-01T12:08:23.788Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 60: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  255. 2020-08-01T12:08:27.426Z [jfmd ] [INFO ] [6f60ad0410e094c6] [accessclient.go:51 ] [main ] - Cluster join: Retry 120: Service registry ping failed, will retry. Error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404 [access_client]
  256. 2020-08-01T12:08:28.201Z [jfmd ] [ERROR] [6f60ad0410e094c6] [accessclient.go:59 ] [main ] - Failed initializing Access client: Cluster join: Service registry ping failed; context deadline exceeded. last error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404
  257. goroutine 1 [running]:
  258. runtime/debug.Stack(0x10, 0x10, 0xc0005acde0)
  259. /src/runtime/debug/stack.go:24 +0x9d
  260. jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc0005acde0, 0x1, 0x1)
  261. /src/jfrog.com/go-commons/pkg/log/standard_logger.go:42 +0x6a
  262. jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
  263. /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
  264. jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
  265. /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
  266. jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
  267. /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
  268. jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
  269. /src/jfrog.com/metadata/application/application.go:58 +0x28d
  270. main.main()
  271. /src/jfrog.com/metadata/metadata.go:41 +0x721
  272. [access_client]
  273. panic: failed initializing Access client: Cluster join: Service registry ping failed; context deadline exceeded. last error: Error while trying to connect to local router at address 'http://localhost:8046/access': Failed to access :http://localhost:8046/access/api/v1/system/ping return status code : 404
  274. goroutine 1 [running]:
  275. runtime/debug.Stack(0x10, 0x10, 0xc0005acde0)
  276. /src/runtime/debug/stack.go:24 +0x9d
  277. jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc0005acde0, 0x1, 0x1)
  278. /src/jfrog.com/go-commons/pkg/log/standard_logger.go:42 +0x6a
  279. jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
  280. /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
  281. jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
  282. /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
  283. jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
  284. /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
  285. jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
  286. /src/jfrog.com/metadata/application/application.go:58 +0x28d
  287. main.main()
  288. /src/jfrog.com/metadata/metadata.go:41 +0x721
  289.  
  290.  
  291. goroutine 1 [running]:
  292. github.com/rs/zerolog.(*Logger).Panic.func1(0xc0007e9200, 0x5af)
  293. /pkg/mod/github.com/rs/[email protected]/log.go:338 +0x4f
  294. github.com/rs/zerolog.(*Event).msg(0xc00053c5a0, 0xc0007e9200, 0x5af)
  295. /pkg/mod/github.com/rs/[email protected]/event.go:146 +0x200
  296. github.com/rs/zerolog.(*Event).Msgf(0xc00053c5a0, 0xc0001f4120, 0x28, 0xc000230b80, 0x2, 0x2)
  297. /pkg/mod/github.com/rs/[email protected]/event.go:126 +0x83
  298. jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).logMessage(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0xc00053c5a0, 0xc0001f4120, 0x28, 0xc000230b80, 0x2, 0x2)
  299. /src/jfrog.com/go-commons/pkg/log/standard_logger.go:61 +0x197
  300. jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc000230b80, 0x2, 0x2)
  301. /src/jfrog.com/go-commons/pkg/log/standard_logger.go:43 +0x1df
  302. jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
  303. /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
  304. jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
  305. /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
  306. jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
  307. /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
  308. jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
  309. /src/jfrog.com/metadata/application/application.go:58 +0x28d
  310. main.main()
  311. /src/jfrog.com/metadata/metadata.go:41 +0x721
  312. 2020-08-01T12:08:28.464Z [jfrou] [ERROR] [280ae5cff33fb1e2] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 14 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  313. 2020-08-01T12:08:28.803Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 65: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  314. 2020-08-01T12:08:32.362Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 70 Elapsed 1.12 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  315. invalid content-type: text/plain; charset=utf-8
  316. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:32 GMT)
  317. DATA-----------------------------
  318. 404 page not found
  319. . Trying again
  320. 2020-08-01T12:08:33.464Z [jfrou] [ERROR] [3a043d9df08430dd] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 15 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  321. 2020-08-01T12:08:33.815Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 70: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  322. 2020-08-01T12:08:38.464Z [jfrou] [ERROR] [656939e185b26e38] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 16 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  323. 2020-08-01T12:08:38.827Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 75: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  324. 2020-08-01T12:08:42.461Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 80 Elapsed 1.29 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  325. invalid content-type: text/plain; charset=utf-8
  326. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:42 GMT)
  327. DATA-----------------------------
  328. 404 page not found
  329. . Trying again
  330. 2020-08-01T12:08:43.468Z [jfrou] [ERROR] [27a3849704b30f42] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 17 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  331. 2020-08-01T12:08:43.839Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-2 ] - Cluster join: Retry 80: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  332. 2020-08-01T12:08:48.466Z [jfrou] [ERROR] [33c6f5b5df8b635a] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 18 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  333. 2020-08-01T12:08:48.851Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.j.c.ExecutionUtils:142 ] [pool-24-thread-1 ] - Cluster join: Retry 85: Service registry ping failed, will retry. Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  334. 2020-08-01T12:08:52.574Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 90 Elapsed 1.46 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  335. invalid content-type: text/plain; charset=utf-8
  336. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:08:52 GMT)
  337. DATA-----------------------------
  338. 404 page not found
  339. . Trying again
  340. 2020-08-01T12:08:53.526Z [jfrou] [ERROR] [ec0742e1bf581d2 ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 19 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  341. 2020-08-01T12:08:53.865Z [jfrt ] [ERROR] [acb4c4df993e4128] [o.j.c.ExecutionUtils:155 ] [pool-24-thread-2 ] - Cluster join: Service registry ping failed; Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  342. 2020-08-01T12:08:53.911Z [jfrt ] [ERROR] [acb4c4df993e4128] [ctoryContextConfigListener:116] [art-init ] - Application could not be initialized: HTTP response status 404:Failed on executing /api/v1/system/ping, with response: Not Found
  343. java.lang.reflect.InvocationTargetException: null
  344. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  345. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  346. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  347. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
  348. at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:250)
  349. at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:112)
  350. Caused by: org.springframework.beans.factory.BeanInitializationException: Failed to initialize bean 'org.artifactory.security.access.AccessService'.; nested exception is java.lang.reflect.UndeclaredThrowableException
  351. at org.artifactory.spring.ArtifactoryApplicationContext.initReloadableBeans(ArtifactoryApplicationContext.java:289)
  352. at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:271)
  353. at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:161)
  354. ... 6 common frames omitted
  355. Caused by: java.lang.reflect.UndeclaredThrowableException: null
  356. at com.sun.proxy.$Proxy191.init(Unknown Source)
  357. at org.artifactory.spring.ArtifactoryApplicationContext.initReloadableBeans(ArtifactoryApplicationContext.java:287)
  358. ... 8 common frames omitted
  359. Caused by: java.util.concurrent.ExecutionException: org.jfrog.common.ExecutionFailed: Cluster join: Service registry ping failed; Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  360. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
  361. at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
  362. at org.jfrog.access.client.AccessServerStartupValidator.waitForServer(AccessServerStartupValidator.java:39)
  363. at org.jfrog.access.client.AccessClientBootstrap.waitForServer(AccessClientBootstrap.java:125)
  364. at org.jfrog.access.client.AccessClientBootstrap.<init>(AccessClientBootstrap.java:117)
  365. at org.jfrog.access.client.AccessClientBootstrap.<init>(AccessClientBootstrap.java:149)
  366. at org.artifactory.security.access.AccessServiceImpl.bootstrapAccessClient(AccessServiceImpl.java:1297)
  367. at org.artifactory.security.access.AccessServiceImpl.lambda$bootstrapAccessClient$24(AccessServiceImpl.java:1264)
  368. at io.vavr.control.Try.mapTry(Try.java:634)
  369. at io.vavr.control.Try.map(Try.java:585)
  370. at org.artifactory.security.access.AccessServiceImpl.bootstrapAccessClient(AccessServiceImpl.java:1264)
  371. at org.artifactory.security.access.AccessServiceImpl.initAccessService(AccessServiceImpl.java:386)
  372. at org.artifactory.security.access.AccessServiceImpl.initAccessClientIfNeeded(AccessServiceImpl.java:374)
  373. at org.artifactory.security.access.AccessServiceImpl.init(AccessServiceImpl.java:367)
  374. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  375. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  376. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  377. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  378. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
  379. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
  380. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  381. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
  382. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  383. at org.artifactory.storage.fs.lock.aop.LockingAdvice.invoke(LockingAdvice.java:76)
  384. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  385. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
  386. ... 10 common frames omitted
  387. Caused by: org.jfrog.common.ExecutionFailed: Cluster join: Service registry ping failed; Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  388. at org.jfrog.common.ExecutionUtils.handleStopError(ExecutionUtils.java:156)
  389. at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:103)
  390. at org.jfrog.common.ExecutionUtils.lambda$generateExecutionRunnable$0(ExecutionUtils.java:67)
  391. at org.jfrog.common.ExecutionUtils$MDCRunnableDecorator.run(ExecutionUtils.java:172)
  392. at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  393. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  394. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  395. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  396. at java.base/java.lang.Thread.run(Thread.java:834)
  397. Caused by: org.jfrog.common.RetryException: Error while trying to connect to service registry (status = 404). Please review router request log for additional information
  398. at org.jfrog.access.client.AccessServerStartupValidator.convertToRetryException(AccessServerStartupValidator.java:56)
  399. at io.vavr.API$Match$Case0.apply(API.java:5135)
  400. at io.vavr.API$Match.option(API.java:5105)
  401. at io.vavr.control.Try.mapFailure(Try.java:602)
  402. at org.jfrog.access.client.AccessServerStartupValidator.pingAccess(AccessServerStartupValidator.java:46)
  403. at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
  404. ... 7 common frames omitted
  405. Caused by: org.jfrog.access.client.AccessClientHttpException: HTTP response status 404:Failed on executing /api/v1/system/ping, with response: Not Found
  406. at org.jfrog.access.client.http.AccessHttpClient.createRestResponse(AccessHttpClient.java:175)
  407. at org.jfrog.access.client.http.AccessHttpClient.restCall(AccessHttpClient.java:125)
  408. at org.jfrog.access.client.http.AccessHttpClient.ping(AccessHttpClient.java:107)
  409. at org.jfrog.access.client.AccessClientImpl.ping(AccessClientImpl.java:251)
  410. at io.vavr.control.Try.run(Try.java:118)
  411. at org.jfrog.access.client.AccessServerStartupValidator.pingAccess(AccessServerStartupValidator.java:45)
  412. ... 8 common frames omitted
  413. 2020-08-01T12:08:58.465Z [jfrou] [ERROR] [585701d2949e133a] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 20 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  414. 2020-08-01T12:09:02.709Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 100 Elapsed 1.63 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  415. invalid content-type: text/plain; charset=utf-8
  416. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:02 GMT)
  417. DATA-----------------------------
  418. 404 page not found
  419. . Trying again
  420. 2020-08-01T12:09:03.464Z [jfrou] [ERROR] [689e50382cbc9209] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 21 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  421. 2020-08-01T12:09:08.466Z [jfrou] [ERROR] [6e88114659eeb2d2] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 22 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  422. 2020-08-01T12:09:12.804Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 110 Elapsed 1.8 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  423. invalid content-type: text/plain; charset=utf-8
  424. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:12 GMT)
  425. DATA-----------------------------
  426. 404 page not found
  427. . Trying again
  428. 2020-08-01T12:09:13.471Z [jfrou] [ERROR] [5e6efcb208cd2da8] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 23 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  429. 2020-08-01T12:09:18.475Z [jfrou] [ERROR] [30bc34fdca638759] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 24 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  430. 2020-08-01T12:09:22.907Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 120 Elapsed 1.97 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  431. invalid content-type: text/plain; charset=utf-8
  432. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:22 GMT)
  433. DATA-----------------------------
  434. 404 page not found
  435. . Trying again
  436. 2020-08-01T12:09:23.467Z [jfrou] [ERROR] [74de2e89154e3e5 ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 25 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  437. 2020-08-01T12:09:28.467Z [jfrou] [ERROR] [6e9335b0a6b483ef] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 26 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  438. 2020-08-01T12:09:30.209Z [jffe ] [ERROR] [ ] [ ] [main ] - Error: Error starting application Failed pinging artifactory for 180Request failed with status code 404
  439. at createError (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/core/createError.js:16:15)
  440. at settle (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/core/settle.js:17:12)
  441. at IncomingMessage.handleStreamEnd (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/adapters/http.js:236:11)
  442. at IncomingMessage.emit (events.js:203:15)
  443. at endReadableNT (_stream_readable.js:1145:12)
  444. at process._tickCallback (internal/process/next_tick.js:63:19)
  445. 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - exit detected
  446. 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - cleanup options : {"cleanup":true,"exit":true}
  447. 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - doing clean
  448. 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - unregistering from router
  449. 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - client is already unregistered from router
  450. 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - exiting app
  451. 2020-08-01T12:09:33.013Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 130 Elapsed 2.14 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  452. invalid content-type: text/plain; charset=utf-8
  453. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:33 GMT)
  454. DATA-----------------------------
  455. 404 page not found
  456. . Trying again
  457. 2020-08-01T12:09:33.466Z [jfrou] [ERROR] [241d5c8cd7c77d6b] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 27 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  458. 2020-08-01T12:09:38.470Z [jfrou] [ERROR] [3a3077526b54dfa2] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 28 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  459. 2020-08-01T12:09:43.121Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 140 Elapsed 2.3 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  460. invalid content-type: text/plain; charset=utf-8
  461. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:43 GMT)
  462. DATA-----------------------------
  463. 404 page not found
  464. . Trying again
  465. 2020-08-01T12:09:43.467Z [jfrou] [ERROR] [3556db81ecd34211] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 29 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  466. 2020-08-01T12:09:48.466Z [jfrou] [ERROR] [666a0fc6815dc817] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 30 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  467. 2020-08-01T12:09:53.229Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 150 Elapsed 2.47 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  468. invalid content-type: text/plain; charset=utf-8
  469. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:09:53 GMT)
  470. DATA-----------------------------
  471. 404 page not found
  472. . Trying again
  473. 2020-08-01T12:09:53.471Z [jfrou] [ERROR] [30aaed8ea4a6ff87] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 31 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  474. 2020-08-01T12:09:58.472Z [jfrou] [ERROR] [55613fdc5654372a] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 32 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  475. 2020-08-01T12:10:03.336Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 160 Elapsed 2.64 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  476. invalid content-type: text/plain; charset=utf-8
  477. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:03 GMT)
  478. DATA-----------------------------
  479. 404 page not found
  480. . Trying again
  481. 2020-08-01T12:10:03.471Z [jfrou] [ERROR] [2900bdc75a57169e] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 33 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  482. 2020-08-01T12:10:08.470Z [jfrou] [ERROR] [42e220f1828f15d2] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 34 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  483. 2020-08-01T12:10:13.422Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 170 Elapsed 2.81 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  484. invalid content-type: text/plain; charset=utf-8
  485. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:13 GMT)
  486. DATA-----------------------------
  487. 404 page not found
  488. . Trying again
  489. 2020-08-01T12:10:13.469Z [jfrou] [ERROR] [79b27b8efad95a61] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 35 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  490. 2020-08-01T12:10:18.472Z [jfrou] [ERROR] [582a7897b23e0cb2] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 36 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  491. 2020-08-01T12:10:23.473Z [jfrou] [ERROR] [1b28d496ec40ff54] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 37 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  492. 2020-08-01T12:10:23.521Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 180 Elapsed 2.98 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  493. invalid content-type: text/plain; charset=utf-8
  494. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:23 GMT)
  495. DATA-----------------------------
  496. 404 page not found
  497. . Trying again
  498. 2020-08-01T12:10:28.468Z [jfrou] [ERROR] [6f77a5f69f1f9798] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 38 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  499. 2020-08-01T12:10:33.468Z [jfrou] [ERROR] [37a6389942476720] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 39 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  500. 2020-08-01T12:10:33.607Z [jfac ] [WARN ] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:142 ] [pool-23-thread-2 ] - Retry 190 Elapsed 3.15 minutes failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  501. invalid content-type: text/plain; charset=utf-8
  502. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:33 GMT)
  503. DATA-----------------------------
  504. 404 page not found
  505. . Trying again
  506. 2020-08-01T12:10:38.469Z [jfrou] [ERROR] [5a5b902deba9243 ] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 40 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  507. 2020-08-01T12:10:43.470Z [jfrou] [ERROR] [42fccb8d7f9f0a4e] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 41 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  508. 2020-08-01T12:10:43.697Z [jfac ] [ERROR] [b1c2ebf3cbf9a166] [o.j.c.ExecutionUtils:155 ] [pool-23-thread-2 ] - Last retry failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  509. invalid content-type: text/plain; charset=utf-8
  510. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  511. DATA-----------------------------
  512. 404 page not found
  513. . Not trying again (exceeded number of attempts (200))
  514. 2020-08-01T12:10:43.713Z [jfac ] [ERROR] [b1c2ebf3cbf9a166] [a.s.b.AccessServerRegistrar:70] [pool-13-thread-2 ] - Could not register access
  515. java.util.concurrent.CompletionException: java.util.concurrent.ExecutionException: org.jfrog.common.ExecutionFailed: Last retry failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  516. invalid content-type: text/plain; charset=utf-8
  517. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  518. DATA-----------------------------
  519. 404 page not found
  520. . Not trying again (exceeded number of attempts (200))
  521. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
  522. at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
  523. at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
  524. at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
  525. at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
  526. at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
  527. at org.jfrog.common.ExecutionUtils.lambda$generateExecutionRunnable$0(ExecutionUtils.java:67)
  528. at org.jfrog.common.ExecutionUtils$MDCRunnableDecorator.run(ExecutionUtils.java:172)
  529. at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
  530. at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
  531. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  532. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  533. at java.base/java.lang.Thread.run(Thread.java:834)
  534. Caused by: java.util.concurrent.ExecutionException: org.jfrog.common.ExecutionFailed: Last retry failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  535. invalid content-type: text/plain; charset=utf-8
  536. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  537. DATA-----------------------------
  538. 404 page not found
  539. . Not trying again (exceeded number of attempts (200))
  540. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
  541. at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
  542. at org.jfrog.access.server.service.communication.ServerCommunicationValidator.pingWithRetries(ServerCommunicationValidator.java:33)
  543. at org.jfrog.access.server.bootstrap.AccessServerRegistrar.pingSelf(AccessServerRegistrar.java:99)
  544. at org.jfrog.access.server.bootstrap.AccessServerRegistrar.lambda$run$0(AccessServerRegistrar.java:65)
  545. at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
  546. ... 10 common frames omitted
  547. Caused by: org.jfrog.common.ExecutionFailed: Last retry failed: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  548. invalid content-type: text/plain; charset=utf-8
  549. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  550. DATA-----------------------------
  551. 404 page not found
  552. . Not trying again (exceeded number of attempts (200))
  553. at org.jfrog.common.ExecutionUtils.handleStopError(ExecutionUtils.java:156)
  554. at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:103)
  555. ... 7 common frames omitted
  556. Caused by: org.jfrog.common.RetryException: Hard error while trying to reach peer server. Servers versions match? [localhost:8046]. Status code: UNIMPLEMENTED. HTTP status code 404
  557. invalid content-type: text/plain; charset=utf-8
  558. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  559. DATA-----------------------------
  560. 404 page not found
  561.  
  562. at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleStatusRuntimeException(GrpcRetryableCallSupplier.java:41)
  563. at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleGrpcInvocationException(GrpcRetryableCallSupplier.java:25)
  564. at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.lambda$createRetryableCall$0(GrpcRetryableCallSupplier.java:16)
  565. at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
  566. ... 7 common frames omitted
  567. Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: HTTP status code 404
  568. invalid content-type: text/plain; charset=utf-8
  569. headers: Metadata(:status=404,content-type=text/plain; charset=utf-8,x-content-type-options=nosniff,content-length=19,date=Sat, 01 Aug 2020 12:10:43 GMT)
  570. DATA-----------------------------
  571. 404 page not found
  572.  
  573. at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:244)
  574. at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:225)
  575. at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:142)
  576. at org.jfrog.access.proto.generated.SystemResourceGrpc$SystemResourceBlockingStub.ping(SystemResourceGrpc.java:190)
  577. at org.jfrog.access.server.service.communication.ServerCommunicationValidator.lambda$pingWithRetries$0(ServerCommunicationValidator.java:31)
  578. at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleGrpcInvocationException(GrpcRetryableCallSupplier.java:23)
  579. ... 9 common frames omitted
  580. 2020-08-01T12:10:48.469Z [jfrou] [ERROR] [3b34cbc9213c52c4] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 42 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
  581. 2020-08-01T12:10:53.471Z [jfrou] [ERROR] [6fcf93d3399aa0b4] [local_topology.go:110 ] [main ] - periodic send heartbeat failed for 43 consecutive times. Last error: failed sending heartbeat information to Access: failed closing Access grpc client: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type "text/plain; charset=utf-8"
Advertisement
Add Comment
Please, Sign In to add comment