Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Preparing to run Artifactory in Docker
- Running as uid=1030(artifactory) gid=1030(artifactory)
- Dockerfile for this image can found inside the container.
- To view the Dockerfile: 'cat /docker/artifactory-oss/Dockerfile.artifactory'.
- Copying Artifactory bootstrap files
- 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
- 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1332 ] [main] - Checking open files and processes limits
- 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1335 ] [main] - Current max open files is 1048576
- 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1346 ] [main] - Current max open processes is unlimited
- 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
- 2020-08-01T12:06:24.000Z [shell] [INFO ] [] [installerCommon.sh:1428 ] [main] - Permissions for /opt/jfrog/artifactory/var are good
- chown: /opt/jfrog/artifactory/var/etc: Operation not permitted
- 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]
- 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [installerCommon.sh:3033 ] [main] - Setting JF_SHARED_NODE_ID to 575d51a10297
- 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
- 2020-08-01T12:06:25.000Z [shell] [INFO ] [] [installerCommon.sh:3033 ] [main] - Setting JF_SHARED_NODE_NAME to 575d51a10297
- 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
- chown: /opt/jfrog/artifactory: Operation not permitted
- 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory] to [artifactory:artifactory]
- chown: /opt/jfrog/artifactory/var: Operation not permitted
- 2020-08-01T12:06:25.000Z [shell] [WARN ] [] [installerCommon.sh:656 ] [main] - Could not set owner of [/opt/jfrog/artifactory/var] to [artifactory:artifactory]
- chown: /opt/jfrog/artifactory/var/etc: Operation not permitted
- 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]
- crontab: must be suid to work properly
- crontab: must be suid to work properly
- 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
- 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
- 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
- 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.port||8081} to default value : 8081
- 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.connector.maxThreads||200} to default value : 200
- 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.port||8091} to default value : 8091
- 2020-08-01T12:06:26.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.maxThreads||5} to default value : 5
- 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${artifactory.tomcat.maintenanceConnector.acceptCount||5} to default value : 5
- 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${access.http.port||8040} to default value : 8040
- 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [artifactoryCommon.sh:789 ] [main] - Resolved ${access.tomcat.connector.maxThreads||50} to default value : 50
- 2020-08-01T12:06:27.000Z [shell] [INFO ] [] [systemYamlHelper.sh:462 ] [main] - Resolved JF_PRODUCT_HOME (/opt/jfrog/artifactory) from environment variable
- 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
- ========================
- JF Environment variables
- ========================
- JF_SHARED_NODE_NAME : 575d51a10297
- JF_SYSTEM_YAML : /opt/jfrog/artifactory/var/etc/system.yaml
- JF_ARTIFACTORY_PID : /opt/jfrog/artifactory/app/run/artifactory.pid
- JF_PRODUCT_DATA_INTERNAL : /var/opt/jfrog/artifactory
- JF_PRODUCT_HOME : /opt/jfrog/artifactory
- JF_ROUTER_TOPOLOGY_LOCAL_REQUIREDSERVICETYPES : jfrt,jfac,jfmd,jffe
- JF_SHARED_NODE_IP : 127.0.0.1
- JF_SHARED_NODE_ID : 575d51a10297
- JF_ARTIFACTORY_USER : artifactory
- Starting router...
- router not running. Proceed to start it up.
- router started. PID: 3720
- Starting metadata...
- 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
- 2020-08-01T12:06:27.931Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:74 ] [main ] - JFrog Router IP: 127.0.0.1
- 2020-08-01T12:06:27.983Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:175 ] [main ] - System configuration encryption report:
- shared.newrelic.licenseKey: does not exist in the config file
- shared.security.joinKeyFile: file '/opt/jfrog/artifactory/var/etc/security/join.key' - already encrypted
- 2020-08-01T12:06:28.002Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:79 ] [main ] - JFrog Router Service ID: jfrou@01eemxwewkvw32xpq7kkz51qca
- 2020-08-01T12:06:28.002Z [jfrou] [INFO ] [69c244089cdedae6] [bootstrap.go:80 ] [main ] - JFrog Router Node ID: 575d51a10297
- JF_METADATA_ACCESSCLIENT_URL: http://localhost:8081/access
- metadata started. PID: 3888
- 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
- [DEBUG] Resolved system configuration file path: /opt/jfrog/artifactory/var/etc/system.yaml
- 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:
- [/opt/jfrog/artifactory/var/data/router/keys/trusted/access-root-ca.crt]
- 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]
- Starting frontend...
- 2020-08-01T12:06:28.147Z [jfmd ] [INFO ] [6f60ad0410e094c6] [migrator.go:61 ] [main ] - Applying 39 migrations files [database]
- frontend not running. Proceed to start it up.
- 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]
- 2020-08-01T12:06:28.164Z [jfmd ] [INFO ] [6f60ad0410e094c6] [server_bearer.go:156 ] [main ] - Got service_id from datastore: jfmd@01eemxwgztbmyhx00vj0wpsn14 [ServerInit]
- frontend started. PID: 4047
- 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
- 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
- 2020-08-01T12:06:29.676L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-8081"]
- 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
- 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"]
- 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
- 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"]
- 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
- 2020-08-01T12:06:29.803L [tomct] [INFO ] [ ] [org.apache.catalina.core.StandardService] [org.apache.catalina.core.StandardService startInternal] - Starting service [Catalina]
- 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
- 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]
- 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]
- 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
- 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
- 2020-08-01T12:06:29.984Z [jfrou] [INFO ] [69c244089cdedae6] [config_holder.go:107 ] [main ] - configuration update detected
- 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.
- 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]
- 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.
- 2020-08-01T12:06:32.826Z [jfrt ] [INFO ] [15d46595276f004e] [tifactoryHomeConfigListener:70] [ocalhost-startStop-1] - Resolved Home: '/opt/jfrog/artifactory
- 2020-08-01T12:06:33.194Z [jfrt ] [INFO ] [ ] [o.j.c.w.FileWatcher:147 ] [Thread-5 ] - Starting watch of folder configurations
- 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
- 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)
- 2020-08-01T12:06:34.173Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [o.j.a.AccessApplication:651 ] [ocalhost-startStop-2] - The following profiles are active: production
- 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
- 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]
- 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]
- 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]
- 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]
- 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]
- 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]
- 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)
- 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
- 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
- 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]
- 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
- 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
- 2020-08-01T12:07:07.319Z [jfrt ] [INFO ] [15d46595276f004e] [d.i.DbInitializationManager:47] [ocalhost-startStop-1] - Initializing DB Schema initialization manager
- 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
- 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
- 2020-08-01T12:07:07.773Z [jfrt ] [INFO ] [15d46595276f004e] [d.i.DbInitializationManager:51] [ocalhost-startStop-1] - DB Schema initialization manager initialized
- 2020-08-01T12:07:07.790Z [jfrt ] [INFO ] [15d46595276f004e] [SchemaInitializationManager:48] [ocalhost-startStop-1] - Initializing Post-DB initialization manager
- 2020-08-01T12:07:07.922Z [jfrt ] [INFO ] [15d46595276f004e] [.c.ConfigurationManagerImpl:97] [ocalhost-startStop-1] - Starting file sync
- 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'
- 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'
- 2020-08-01T12:07:08.236Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [alConfigurationServiceBase:182] [ocalhost-startStop-2] - Loading configuration from db finished successfully
- 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'
- 2020-08-01T12:07:08.389Z [jfrt ] [INFO ] [15d46595276f004e] [SchemaInitializationManager:51] [ocalhost-startStop-1] - Post-DB initialization manager initialized
- 2020-08-01T12:07:08.886Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [.h.AccessNodeIdProviderImpl:70] [ocalhost-startStop-2] - Service id initialized: jfac@01eemxw58x0faz1rh30e9402c9
- 2020-08-01T12:07:09.096Z [jfrt ] [INFO ] [acb4c4df993e4128] [ctoryContextConfigListener:309] [art-init ] -
- _ _ __ _ ____ _____ _____
- /\ | | (_)/ _| | | / __ \ / ____/ ____|
- / \ _ __| |_ _| |_ __ _ ___| |_ ___ _ __ _ _ | | | | (___| (___
- / /\ \ | '__| __| | _/ _` |/ __| __/ _ \| '__| | | | | | | |\___ \\___ \
- / ____ \| | | |_| | || (_| | (__| || (_) | | | |_| | | |__| |____) |___) |
- /_/ \_\_| \__|_|_| \__,_|\___|\__\___/|_| \__, | \____/|_____/_____/
- Version: 7.6.3 __/ |
- Revision: 70603900 |___/
- Artifactory Home: '/opt/jfrog/artifactory'
- Node ID: '575d51a10297'
- 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]
- 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
- 2020-08-01T12:07:09.379Z [jfrt ] [INFO ] [acb4c4df993e4128] [ifactoryApplicationContext:546] [art-init ] - Artifactory application context set to NOT READY by refresh
- 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 * * ?
- 2020-08-01T12:07:11.690Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [b.AccessServerBootstrapImpl:36] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Starting JFrog Access bootstrap...
- 2020-08-01T12:07:11.695Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:120] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Initializing root certificate.
- 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]
- 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
- 2020-08-01T12:07:12.360Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:137] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Finished initializing root certificate. Certificate source: DATABASE
- 2020-08-01T12:07:12.365Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:120] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Initializing ca certificate.
- 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
- 2020-08-01T12:07:12.536Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [CertificateFileHandlerBase:137] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Finished initializing ca certificate. Certificate source: DATABASE
- 2020-08-01T12:07:12.897Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [b.AccessServerBootstrapImpl:42] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] JFrog Access bootstrap finished.
- 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
- 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
- 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)
- 2020-08-01T12:07:15.188Z [jfac ] [INFO ] [b1c2ebf3cbf9a166] [a.s.b.AccessServerRegistrar:62] [ocalhost-startStop-2] - [ACCESS BOOTSTRAP] Starting JFrog Access registrar...
- 2020-08-01T12:07:15.304Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling heartbeat task to run every 5 seconds
- 2020-08-01T12:07:15.312Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling federationCleanupService task to run every 1209600 seconds
- 2020-08-01T12:07:15.329Z [jfac ] [INFO ] [5fcf24fc19759fe6] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling staleTokenCleanup task to run every 3600 seconds
- 2020-08-01T12:07:15.404Z [jfac ] [INFO ] [74aa5586b2dda804] [a.c.RefreshableScheduledJob:53] [ocalhost-startStop-2] - Scheduling loadCertificates task to run every 30 seconds
- 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]
- 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)
- 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)
- 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
- 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]
- 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
- 2020-08-01T12:07:18.803L [tomct] [INFO ] [ ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol start] - Starting ProtocolHandler ["http-nio-8081"]
- 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"]
- 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"]
- 2020-08-01T12:07:18.876Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.a.s.d.v.DerbyValidator:26 ] [art-init ] - Validating connection collation for derby database
- 2020-08-01T12:07:21.903Z [jfrt ] [INFO ] [acb4c4df993e4128] [ritiesStorageServiceFactory:25] [art-init ] - Initializing DB-based Priorities Storage Service
- 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]
- 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
- 2020-08-01T12:07:23.131Z [jfrou] [INFO ] [69c244089cdedae6] [join_executor.go:186 ] [main ] - Cluster join: Successfully joined the cluster
- 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
- 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:
- [/opt/jfrog/artifactory/var/data/router/keys/trusted/access-root-ca.crt]
- 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
- 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
- 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
- 2020-08-01T12:07:23.381Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on localhost:8046
- 2020-08-01T12:07:23.382Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on :8082
- 2020-08-01T12:07:23.382Z [jfrou] [INFO ] [ ] [server.go:423 ] [main ] - Starting provider configuration.ProviderAggregator {}
- 2020-08-01T12:07:23.383Z [jfrou] [INFO ] [ ] [server.go:533 ] [main ] - Starting server on localhost:8049
- 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":""}
- 2020-08-01T12:07:23.442Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on localhost:8046
- 2020-08-01T12:07:23.443Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on localhost:8049
- 2020-08-01T12:07:23.449Z [jfrou] [INFO ] [ ] [server_configuration.go:61 ] [main ] - Server configuration reloaded on :8082
- 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
- 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
- 2020-08-01T12:07:25.222Z [jfrt ] [INFO ] [acb4c4df993e4128] [actorySchedulerFactoryBean:727] [art-init ] - Starting Quartz Scheduler now
- 2020-08-01T12:07:25.374Z [jfrt ] [INFO ] [acb4c4df993e4128] [ifactoryApplicationContext:268] [art-init ] - Artifactory context starting up 43 Spring Beans...
- 2020-08-01T12:07:26.602Z [jfrt ] [INFO ] [acb4c4df993e4128] [o.a.s.a.AccessServiceImpl:459 ] [art-init ] - Initialized new service id: jfrt@01eemxx3xj34ck1prtkn4n1wkj
- 2020-08-01T12:07:26.667Z [jfrt ] [INFO ] [acb4c4df993e4128] [oryAccessClientConfigStore:591] [art-init ] - Using Access Server URL: http://localhost:8046/access source: System Config
- 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]
- 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
- 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]
- 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
- 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]
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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]
- 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"
- 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
- 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]
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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]
- 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"
- 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
- 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]
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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]
- 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"
- 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
- 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]
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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]
- 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"
- 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
- 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]
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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]
- 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"
- 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
- 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]
- 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
- goroutine 1 [running]:
- runtime/debug.Stack(0x10, 0x10, 0xc0005acde0)
- /src/runtime/debug/stack.go:24 +0x9d
- jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc0005acde0, 0x1, 0x1)
- /src/jfrog.com/go-commons/pkg/log/standard_logger.go:42 +0x6a
- jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
- /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
- jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
- /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
- jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
- /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
- jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
- /src/jfrog.com/metadata/application/application.go:58 +0x28d
- main.main()
- /src/jfrog.com/metadata/metadata.go:41 +0x721
- [access_client]
- 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
- goroutine 1 [running]:
- runtime/debug.Stack(0x10, 0x10, 0xc0005acde0)
- /src/runtime/debug/stack.go:24 +0x9d
- jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc0005acde0, 0x1, 0x1)
- /src/jfrog.com/go-commons/pkg/log/standard_logger.go:42 +0x6a
- jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
- /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
- jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
- /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
- jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
- /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
- jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
- /src/jfrog.com/metadata/application/application.go:58 +0x28d
- main.main()
- /src/jfrog.com/metadata/metadata.go:41 +0x721
- goroutine 1 [running]:
- github.com/rs/zerolog.(*Logger).Panic.func1(0xc0007e9200, 0x5af)
- /pkg/mod/github.com/rs/[email protected]/log.go:338 +0x4f
- github.com/rs/zerolog.(*Event).msg(0xc00053c5a0, 0xc0007e9200, 0x5af)
- /pkg/mod/github.com/rs/[email protected]/event.go:146 +0x200
- github.com/rs/zerolog.(*Event).Msgf(0xc00053c5a0, 0xc0001f4120, 0x28, 0xc000230b80, 0x2, 0x2)
- /pkg/mod/github.com/rs/[email protected]/event.go:126 +0x83
- jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).logMessage(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0xc00053c5a0, 0xc0001f4120, 0x28, 0xc000230b80, 0x2, 0x2)
- /src/jfrog.com/go-commons/pkg/log/standard_logger.go:61 +0x197
- jfrog.com/jfrog-go-commons/pkg/log.(*standardLogger).Panicfc(0xc00052e110, 0x7ffa500b8388, 0xc000541780, 0x13dd4f2, 0x25, 0xc000230b80, 0x2, 0x2)
- /src/jfrog.com/go-commons/pkg/log/standard_logger.go:43 +0x1df
- jfrog.com/metadata/pkg/access.NewAccessClientWithRouter(0x7ffa500b8388, 0xc000541780, 0x1680b60, 0xc00052e110, 0x16488c0, 0x229ee40, 0xc0005424a0, 0xc, 0xc000523bc0, 0x1f, ...)
- /src/jfrog.com/metadata/pkg/access/accessclient.go:59 +0x6de
- jfrog.com/metadata/application.InitAccessClientWithRouter(0x1687f20, 0xc000541780, 0x1673420, 0xc000a68000, 0x16488c0, 0x229ee40, 0xc0000aab40, 0x12a05f200)
- /src/jfrog.com/metadata/application/access_client_init.go:20 +0x3dc
- jfrog.com/metadata/application.initializeServerManager(0x1687f20, 0xc000541780, 0xc000541780, 0x13c490b)
- /src/jfrog.com/metadata/application/wire_gen.go:55 +0x251
- jfrog.com/metadata/application.CreateApp(0x1687f20, 0xc000541780, 0x166f220, 0xc000180af0)
- /src/jfrog.com/metadata/application/application.go:58 +0x28d
- main.main()
- /src/jfrog.com/metadata/metadata.go:41 +0x721
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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
- 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"
- 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
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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
- 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
- java.lang.reflect.InvocationTargetException: null
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
- at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener.configure(ArtifactoryContextConfigListener.java:250)
- at org.artifactory.lifecycle.webapp.servlet.ArtifactoryContextConfigListener$1.run(ArtifactoryContextConfigListener.java:112)
- Caused by: org.springframework.beans.factory.BeanInitializationException: Failed to initialize bean 'org.artifactory.security.access.AccessService'.; nested exception is java.lang.reflect.UndeclaredThrowableException
- at org.artifactory.spring.ArtifactoryApplicationContext.initReloadableBeans(ArtifactoryApplicationContext.java:289)
- at org.artifactory.spring.ArtifactoryApplicationContext.refresh(ArtifactoryApplicationContext.java:271)
- at org.artifactory.spring.ArtifactoryApplicationContext.<init>(ArtifactoryApplicationContext.java:161)
- ... 6 common frames omitted
- Caused by: java.lang.reflect.UndeclaredThrowableException: null
- at com.sun.proxy.$Proxy191.init(Unknown Source)
- at org.artifactory.spring.ArtifactoryApplicationContext.initReloadableBeans(ArtifactoryApplicationContext.java:287)
- ... 8 common frames omitted
- 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
- at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
- at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
- at org.jfrog.access.client.AccessServerStartupValidator.waitForServer(AccessServerStartupValidator.java:39)
- at org.jfrog.access.client.AccessClientBootstrap.waitForServer(AccessClientBootstrap.java:125)
- at org.jfrog.access.client.AccessClientBootstrap.<init>(AccessClientBootstrap.java:117)
- at org.jfrog.access.client.AccessClientBootstrap.<init>(AccessClientBootstrap.java:149)
- at org.artifactory.security.access.AccessServiceImpl.bootstrapAccessClient(AccessServiceImpl.java:1297)
- at org.artifactory.security.access.AccessServiceImpl.lambda$bootstrapAccessClient$24(AccessServiceImpl.java:1264)
- at io.vavr.control.Try.mapTry(Try.java:634)
- at io.vavr.control.Try.map(Try.java:585)
- at org.artifactory.security.access.AccessServiceImpl.bootstrapAccessClient(AccessServiceImpl.java:1264)
- at org.artifactory.security.access.AccessServiceImpl.initAccessService(AccessServiceImpl.java:386)
- at org.artifactory.security.access.AccessServiceImpl.initAccessClientIfNeeded(AccessServiceImpl.java:374)
- at org.artifactory.security.access.AccessServiceImpl.init(AccessServiceImpl.java:367)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:566)
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
- at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:295)
- at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
- at org.artifactory.storage.fs.lock.aop.LockingAdvice.invoke(LockingAdvice.java:76)
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
- ... 10 common frames omitted
- 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
- at org.jfrog.common.ExecutionUtils.handleStopError(ExecutionUtils.java:156)
- at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:103)
- at org.jfrog.common.ExecutionUtils.lambda$generateExecutionRunnable$0(ExecutionUtils.java:67)
- at org.jfrog.common.ExecutionUtils$MDCRunnableDecorator.run(ExecutionUtils.java:172)
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
- at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
- at java.base/java.lang.Thread.run(Thread.java:834)
- Caused by: org.jfrog.common.RetryException: Error while trying to connect to service registry (status = 404). Please review router request log for additional information
- at org.jfrog.access.client.AccessServerStartupValidator.convertToRetryException(AccessServerStartupValidator.java:56)
- at io.vavr.API$Match$Case0.apply(API.java:5135)
- at io.vavr.API$Match.option(API.java:5105)
- at io.vavr.control.Try.mapFailure(Try.java:602)
- at org.jfrog.access.client.AccessServerStartupValidator.pingAccess(AccessServerStartupValidator.java:46)
- at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
- ... 7 common frames omitted
- Caused by: org.jfrog.access.client.AccessClientHttpException: HTTP response status 404:Failed on executing /api/v1/system/ping, with response: Not Found
- at org.jfrog.access.client.http.AccessHttpClient.createRestResponse(AccessHttpClient.java:175)
- at org.jfrog.access.client.http.AccessHttpClient.restCall(AccessHttpClient.java:125)
- at org.jfrog.access.client.http.AccessHttpClient.ping(AccessHttpClient.java:107)
- at org.jfrog.access.client.AccessClientImpl.ping(AccessClientImpl.java:251)
- at io.vavr.control.Try.run(Try.java:118)
- at org.jfrog.access.client.AccessServerStartupValidator.pingAccess(AccessServerStartupValidator.java:45)
- ... 8 common frames omitted
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 2020-08-01T12:09:30.209Z [jffe ] [ERROR] [ ] [ ] [main ] - Error: Error starting application Failed pinging artifactory for 180Request failed with status code 404
- at createError (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/core/createError.js:16:15)
- at settle (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/core/settle.js:17:12)
- at IncomingMessage.handleStreamEnd (/opt/jfrog/artifactory/app/frontend/bin/server/dist/node_modules/axios/lib/adapters/http.js:236:11)
- at IncomingMessage.emit (events.js:203:15)
- at endReadableNT (_stream_readable.js:1145:12)
- at process._tickCallback (internal/process/next_tick.js:63:19)
- 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - exit detected
- 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - cleanup options : {"cleanup":true,"exit":true}
- 2020-08-01T12:09:30.213Z [jffe ] [INFO ] [ ] [ ] [main ] - doing clean
- 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - unregistering from router
- 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - client is already unregistered from router
- 2020-08-01T12:09:30.214Z [jffe ] [INFO ] [ ] [ ] [main ] - exiting app
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Trying again
- 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"
- 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"
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Not trying again (exceeded number of attempts (200))
- 2020-08-01T12:10:43.713Z [jfac ] [ERROR] [b1c2ebf3cbf9a166] [a.s.b.AccessServerRegistrar:70] [pool-13-thread-2 ] - Could not register access
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Not trying again (exceeded number of attempts (200))
- at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
- at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
- at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
- at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
- at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
- at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
- at org.jfrog.common.ExecutionUtils.lambda$generateExecutionRunnable$0(ExecutionUtils.java:67)
- at org.jfrog.common.ExecutionUtils$MDCRunnableDecorator.run(ExecutionUtils.java:172)
- at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
- at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
- at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
- at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
- at java.base/java.lang.Thread.run(Thread.java:834)
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Not trying again (exceeded number of attempts (200))
- at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
- at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999)
- at org.jfrog.access.server.service.communication.ServerCommunicationValidator.pingWithRetries(ServerCommunicationValidator.java:33)
- at org.jfrog.access.server.bootstrap.AccessServerRegistrar.pingSelf(AccessServerRegistrar.java:99)
- at org.jfrog.access.server.bootstrap.AccessServerRegistrar.lambda$run$0(AccessServerRegistrar.java:65)
- at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
- ... 10 common frames omitted
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- . Not trying again (exceeded number of attempts (200))
- at org.jfrog.common.ExecutionUtils.handleStopError(ExecutionUtils.java:156)
- at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:103)
- ... 7 common frames omitted
- 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
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleStatusRuntimeException(GrpcRetryableCallSupplier.java:41)
- at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleGrpcInvocationException(GrpcRetryableCallSupplier.java:25)
- at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.lambda$createRetryableCall$0(GrpcRetryableCallSupplier.java:16)
- at org.jfrog.common.ExecutionUtils.handleFunctionExecution(ExecutionUtils.java:100)
- ... 7 common frames omitted
- Caused by: io.grpc.StatusRuntimeException: UNIMPLEMENTED: HTTP status code 404
- invalid content-type: text/plain; charset=utf-8
- 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)
- DATA-----------------------------
- 404 page not found
- at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:244)
- at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:225)
- at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:142)
- at org.jfrog.access.proto.generated.SystemResourceGrpc$SystemResourceBlockingStub.ping(SystemResourceGrpc.java:190)
- at org.jfrog.access.server.service.communication.ServerCommunicationValidator.lambda$pingWithRetries$0(ServerCommunicationValidator.java:31)
- at org.jfrog.access.server.service.communication.grpc.GrpcRetryableCallSupplier.handleGrpcInvocationException(GrpcRetryableCallSupplier.java:23)
- ... 9 common frames omitted
- 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"
- 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