Migration from 4.02 to 7 artifactory - TagMerge
2Migration from 4.02 to 7 artifactoryMigration from 4.02 to 7 artifactory

Migration from 4.02 to 7 artifactory

Asked 1 years ago
0
2 answers

The Quick answer is No.

Upgrading Artifactory from 4.x version to 7.x will require incremental upgrades on the way.

In order to find the best solution, based on your current state of the application, please refer to the guides below:

Upgrading from Artifactory 4.x: https://www.jfrog.com/confluence/display/RTF4X/Upgrading+Artifactory#UpgradingArtifactory-Upgradingfromv3.xorv4.xtotheLatestVersion

Upgrading from Artifactory 5.x: https://www.jfrog.com/confluence/display/RTF5X/Upgrading+Artifactory

Upgrading from Artifactory 6.x & 7.x: https://www.jfrog.com/confluence/display/JFROG/Upgrading+Artifactory#UpgradingArtifactory

Source: link

0

So, here is the migration-artifactory container, which must migrate the DB schema. Please see, secrets seems fine.
migration-artifactory:
    Container ID:  docker://242e978a01379a1e6650c310ebda7d835342fd67b2a0b473c6fe66dbd20ef4a6
    Image:         docker.bintray.io/jfrog/artifactory-pro:7.2.1
    Image ID:      docker-pullable://docker.bintray.io/jfrog/artifactory-pro@sha256:9c6b58128f2db707f7592075b5c68a5b29a74ae0ebed5052d26a3f794dd3190b
    Port:          <none>
    Host Port:     <none>
    Command:
      /bin/bash
      -c
      scriptsPath="/opt/jfrog/artifactory/app/bin"; mkdir -p $scriptsPath; echo "Copy migration scripts and Run migration"; cp -fv /tmp/migrate.sh $scriptsPath/migrate.sh; cp -fv /tmp/migrationHelmInfo.yaml $scriptsPath/migrationHelmInfo.yaml; cp -fv /tmp/migrationStatus.sh $scriptsPath/migrationStatus.sh; mkdir -p /var/opt/jfrog/artifactory/log; bash $scriptsPath/migrationStatus.sh 7.2.1 > >(tee /var/opt/jfrog/artifactory/log/helm-migration.log) 2>&1;

    State:          Running
      Started:      Fri, 13 Mar 2020 19:48:13 +0200
    Ready:          False
    Restart Count:  0
    Environment:
      JF_SHARED_DATABASE_USERNAME:  <set to the key 'user' in secret 'artifactory-rds'>      Optional: false
      JF_SHARED_DATABASE_PASSWORD:  <set to the key 'password' in secret 'artifactory-rds'>  Optional: false
      JF_SHARED_DATABASE_URL:       <set to the key 'url' in secret 'artifactory-rds'>       Optional: false
    Mounts:
      /artifactory_bootstrap/artifactory.lic from artifactory-license (rw,path="license")
      /artifactory_bootstrap/binarystore.xml from binarystore-xml (rw,path="binarystore.xml")
      /tmp/migrate.sh from migration-scripts (rw,path="migrate.sh")
      /tmp/migrationHelmInfo.yaml from migration-scripts (rw,path="migrationHelmInfo.yaml")
      /tmp/migrationStatus.sh from migration-scripts (rw,path="migrationStatus.sh")
      /var/opt/jfrog/artifactory from artifactory-volume (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from artifactory-tmp-artifactory-token-m77lj (ro)
In logs I see:
Waiting for Artifactory to start in Init Container
Preparing to run Artifactory in Docker
Running as uid=1030(artifactory) gid=1030(artifactory) groups=1030(artifactory)
Dockerfile for this image can found inside the container.
To view the Dockerfile: 'cat /docker/artifactory-pro/Dockerfile.artifactory'.
Resolved shared.database.type (postgresql) from /opt/jfrog/artifactory/var/etc/system.yaml
Resolved JF_SHARED_DATABASE_URL (jdbc:postgresql://artifactory-devinfra-tmp-for-testv2.clsssjogxj98.eu-central-1.rds.amazonaws.com:5432/artifactory) from environment variable
Waiting for DB postgresql to be ready on artifactory-devinfra-tmp-for-testv2.clsssjogxj98.eu-central-1.rds.amazonaws.com/5432 for 30 seconds
Waiting for Artifactory to start --- sleeping for 10 seconds
Copying Artifactory bootstrap files
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.extraJavaOpts (-Dartifactory.async.corePoolSize=8) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.extraJavaOpts (-Dartifactory.async.corePoolSize=8) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.database.type (postgresql) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved JF_SHARED_DATABASE_URL (jdbc:postgresql://artifactory-devinfra-tmp-for-testv2.clsssjogxj98.eu-central-1.rds.amazonaws.com:5432/artifactory) from environment variable
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved JF_SHARED_DATABASE_PASSWORD (__sensitive_key_hidden___) from environment variable
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved artifactory.database.maxOpenConnections (80) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved access.database.maxOpenConnections (80) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:1125       ] [main] - Checking open files and processes limits
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:1128       ] [main] - Current max open files is 65536
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:1139       ] [main] - Current max open processes is unlimited
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:1206       ] [main] - Testing directory /opt/jfrog/artifactory/var has read/write permissions for user id 1030
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:1221       ] [main] - Permissions for /opt/jfrog/artifactory/var are good
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:2518       ] [main] - Setting JF_SHARED_NODE_ID to artifactory-tmp-artifactory-0
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:2518       ] [main] - Setting JF_SHARED_NODE_IP to 10.42.3.60
2020-03-13T17:48:51.000Z [shell] [INFO ] [] [installerCommon.sh:2518       ] [main] - Setting JF_SHARED_NODE_NAME to artifactory-tmp-artifactory-0
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.extraJavaOpts (-Dartifactory.async.corePoolSize=8) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:52.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=zip -Djf.product.home=/opt/jfrog/artifactory -Dartifactory.async.corePoolSize=8
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:67       ] [main] - Bootstrap joinKey found in [/opt/jfrog/artifactory/var/bootstrap/access/etc/security/join.key:]. Deleting original
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:121      ] [main] - Saving /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml as /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml.orig
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:129      ] [main] - Using Tomcat template to generate : /opt/jfrog/artifactory/app/artifactory/tomcat/conf/server.xml
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:621      ] [main] - Resolved ${artifactory.port||8081} to default value : 8081
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:621      ] [main] - Resolved ${artifactory.tomcat.connector.maxThreads||200} to default value : 200
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:621      ] [main] - Resolved ${access.http.port||8040} to default value : 8040
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:621      ] [main] - Resolved ${access.tomcat.connector.maxThreads||50} to default value : 50
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved JF_PRODUCT_HOME (/opt/jfrog/artifactory) from environment variable
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [artifactoryCommon.sh:621      ] [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_DATABASE_USERNAME         : artifactory
JF_SHARED_NODE_NAME                 : artifactory-tmp-artifactory-0
JF_SYSTEM_YAML                      : /opt/jfrog/artifactory/var/etc/system.yaml
JF_ARTIFACTORY_PID                  : /opt/jfrog/artifactory/app/run/artifactory.pid
JF_SHARED_DATABASE_PASSWORD         : ******
JF_SHARED_EXTRAJAVAOPTS             : -Dartifactory.async.corePoolSize
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_DATABASE_URL              : jdbc:postgresql://artifactory-devinfra-tmp-for-testv2.clsssjogxj98.eu-central-1.rds.amazonaws.com:5432/artifactory
JF_SHARED_NODE_IP                   : 10.42.3.60
JF_SHARED_NODE_ID                   : artifactory-tmp-artifactory-0
JF_ARTIFACTORY_USER                 : artifactory
Starting router...
router not running. Proceed to start it up.
router started. PID: 5337
Starting frontend...
frontend not running. Proceed to start it up.
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.logging.consoleLog.enabled (false) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [installerCommon.sh:626        ] [main] - Redirection is set to false. Skipping log redirection
2020-03-13T17:48:52.917Z [jfrou] [INFO ] [                ] [bootstrap.go:70               ] [main                ] - Router (jfrou) service initialization started. Version: 1.1.0 Revision: c2646fcb28e2d4ca095b07aacebe509d934cef77 PID: 5337 Home: /opt/jfrog/artifactory
2020-03-13T17:48:52.918Z [jfrou] [INFO ] [                ] [bootstrap.go:73               ] [main                ] - JFrog Router IP: 10.42.3.60
frontend started. PID: 5503
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.logging.consoleLog.enabled (false) from /opt/jfrog/artifactory/var/etc/system.yaml
Starting metadata...
2020-03-13T17:48:52.000Z [shell] [INFO ] [] [installerCommon.sh:626        ] [main] - Redirection is set to false. Skipping log redirection
JF_METADATA_ACCESSCLIENT_URL: http://localhost:8081/access
metadata started. PID: 5734
[DEBUG] Resolved system configuration file path: /opt/jfrog/artifactory/var/etc/system.yaml
No ssl parameter found, falling back to sslmode=disable
2020-03-13T17:48:53.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.logging.consoleLog.enabled (false) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:53.000Z [shell] [INFO ] [] [installerCommon.sh:894        ] [main] - Redirection is set to false. Skipping catalina log redirection
2020-03-13T17:48:53.000Z [shell] [INFO ] [] [installerCommon.sh:626        ] [main] - Redirection is set to false. Skipping log redirection
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-03-13T17:48:53.000Z [shell] [INFO ] [] [systemYamlHelper.sh:261       ] [main] - Resolved shared.logging.consoleLog.enabled (false) from /opt/jfrog/artifactory/var/etc/system.yaml
2020-03-13T17:48:53.000Z [shell] [INFO ] [] [installerCommon.sh:626        ] [main] - Redirection is set to false. Skipping log redirection
2020-03-13T17:48:53.578Z [jffe ] [INFO ] [                ] [                              ] [main                ] - frontend (jffe) service initialization started. Version: 1.2.0 Revision: 0.0.0 PID: 5503 Home: /opt/jfrog/artifactory
2020-03-13T17:48:54.181L [tomct] [INFO ] [                ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-8081"]
2020-03-13T17:48:54.211L [tomct] [INFO ] [                ] [org.apache.tomcat.util.net.NioSelectorPool] [org.apache.tomcat.util.net.NioSelectorPool getSharedSelector] - Using a shared selector for servlet write/read
2020-03-13T17:48:54.226L [tomct] [INFO ] [                ] [org.apache.coyote.http11.Http11NioProtocol] [org.apache.coyote.AbstractProtocol init] - Initializing ProtocolHandler ["http-nio-8040"]
2020-03-13T17:48:54.227L [tomct] [INFO ] [                ] [org.apache.tomcat.util.net.NioSelectorPool] [org.apache.tomcat.util.net.NioSelectorPool getSharedSelector] - Using a shared selector for servlet write/read
2020-03-13T17:48:54.238L [tomct] [INFO ] [                ] [org.apache.catalina.core.StandardService] [org.apache.catalina.core.StandardService startInternal] - Starting service [Catalina]
2020-03-13T17:48:54.239L [tomct] [INFO ] [                ] [org.apache.catalina.core.StandardEngine] [org.apache.catalina.core.StandardEngine startInternal] - Starting Servlet Engine: Apache Tomcat/8.5.41
2020-03-13T17:48:54.268L [tomct] [INFO ] [                ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deploying configuration descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/access.xml]
2020-03-13T17:48:54.268L [tomct] [INFO ] [                ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deploying configuration descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml]
2020-03-13T17:48:54.323L [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-03-13T17:48:54.323L [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-03-13T17:48:57.205Z [jfrt ] [INFO ] [53aba114e7f8115f] [o.a.c.h.HaNodeProperties:67   ] [ocalhost-startStop-2] - Artifactory is running in non-clustered mode.
2020-03-13T17:48:57.228Z [jfrt ] [INFO ] [53aba114e7f8115f] [tifactoryHomeConfigListener:70] [ocalhost-startStop-2] - Resolved Home: '/opt/jfrog/artifactory
2020-03-13T17:48:57.300Z [jfrt ] [INFO ] [                ] [o.j.c.w.FileWatchingManager:75] [Thread-5            ] - Starting watch of folder configurations
2020-03-13T17:48:57.381Z [jfrt ] [INFO ] [53aba114e7f8115f] [.a.w.s.BasicConfigManagers:140] [ocalhost-startStop-2] - Artifactory (jfrt) service initialization started. Version: 7.2.1 Revision: 70201900 PID: 5885 Home: /opt/jfrog/artifactory
2020-03-13T17:48:57.393Z [jfrt ] [INFO ] [53aba114e7f8115f] [.a.c.ConvertersManagerImpl:142] [ocalhost-startStop-2] - Triggering PRE_INIT conversion, from 6.18.0 to org.artifactory.version.ArtifactoryVersionImpl@64a9666f
2020-03-13T17:48:57.393Z [jfrt ] [INFO ] [53aba114e7f8115f] [InitReplaceLogbackConverter:33] [ocalhost-startStop-2] - Starting logback conversion --> Backup up old log dir reference
2020-03-13T17:48:57.398Z [jfrt ] [INFO ] [53aba114e7f8115f] [.a.c.ConvertersManagerImpl:144] [ocalhost-startStop-2] - Finished PRE_INIT conversion, current version is: org.artifactory.version.ArtifactoryVersionImpl@64a9666f
2020-03-13T17:48:57.436Z [jfrt ] [ERROR] [53aba114e7f8115f] [tifactoryHomeConfigListener:59] [ocalhost-startStop-2] - Failed initializing Home. Failed to init db properties:
2020-03-13T17:48:57.445Z [jfrt ] [ERROR] [53aba114e7f8115f] [actoryContextConfigListener:82] [ocalhost-startStop-2] - Failed initializing Artifactory context: Artifactory home not initialized.
2020-03-13T17:48:57.447L [tomct] [SEVERE] [                ] [org.apache.catalina.core.StandardContext] [org.apache.catalina.core.StandardContext startInternal] - One or more listeners failed to start. Full details will be found in the appropriate container log file
2020-03-13T17:48:57.451L [tomct] [SEVERE] [                ] [org.apache.catalina.core.StandardContext] [org.apache.catalina.core.StandardContext startInternal] - Context [/artifactory] startup failed due to previous errors
2020-03-13T17:48:57.567L [tomct] [INFO ] [                ] [org.apache.catalina.startup.HostConfig] [org.apache.catalina.startup.HostConfig deployDescriptor] - Deployment of configuration descriptor [/opt/jfrog/artifactory/app/artifactory/tomcat/conf/Catalina/localhost/artifactory.xml] has finished in [3,299] ms
2020-03-13T17:48:57.799Z [jfac ] [INFO ] [70bd8fc9d44293ff] [licationContextInitializer:162] [ocalhost-startStop-1] - Access (jfac) service initialization started. Version: 5.2.8 Revision: 50208900 PID: 5885 Home: /opt/jfrog/artifactory
2020-03-13T17:48:57.830Z [jfac ] [INFO ] [70bd8fc9d44293ff] [o.j.a.AccessApplication:50    ] [ocalhost-startStop-1] - Starting AccessApplication v5.2.8 on artifactory-tmp-artifactory-0 with PID 5885 (/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-5.2.8.jar started by artifactory in /var/opt/jfrog/artifactory)
2020-03-13T17:48:57.831Z [jfac ] [INFO ] [70bd8fc9d44293ff] [o.j.a.AccessApplication:651   ] [ocalhost-startStop-1] - The following profiles are active: production
2020-03-13T17:48:57.920Z [jfrou] [INFO ] [                ] [security_keys.go:128          ] [main                ] - Cluster join: Join key is missing. Pending for 5 seconds with 2m0s timeout
2020-03-13T17:48:58.243Z [jfmd ] [INFO ] [ad126573571a819 ] [security_keys.go:128          ] [main                ] - Cluster join: Join key is missing. Pending for 5 seconds with 2m0s timeout [init]
Waiting for Artifactory to start --- sleeping for 10 seconds
2020-03-13T17:49:00.790Z [jfac ] [WARN ] [70bd8fc9d44293ff] [ebServerApplicationContext:557] [ocalhost-startStop-1] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.jersey.JerseyAutoConfiguration': Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jerseyConfig' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-application-5.2.8.jar!/org/jfrog/access/rest/config/JerseyConfig.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'httpServiceImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-server-core-5.2.8.jar!/org/jfrog/access/server/service/http/HttpServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'internalConfigurationServiceImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-server-core-5.2.8.jar!/org/jfrog/access/server/service/configuration/InternalConfigurationServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessConfigurationStorageServiceImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-server-core-5.2.8.jar!/org/jfrog/access/server/service/db/AccessConfigurationStorageServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessConfigsDao' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-server-core-5.2.8.jar!/org/jfrog/access/server/db/dao/AccessConfigsDao.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'accessJdbcHelperImpl' defined in URL [jar:file:/opt/jfrog/artifactory/app/artifactory/tomcat/webapps/access/WEB-INF/lib/access-server-core-5.2.8.jar!/org/jfrog/access/server/db/util/AccessJdbcHelperImpl.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbProperties' defined in class path resource [org/jfrog/access/server/db/spring/DbConfigFactory.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jfrog.storage.DbProperties]: Factory method 'dbProperties' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'internalAccessHome' defined in class path resource [org/jfrog/access/server/home/InternalAccessHomeConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.jfrog.access.server.home.InternalAccessHome]: Factory method 'internalAccessHome' threw exception; nested exception is java.lang.IllegalStateException: Failed to init db properties:
Hello , i have faced almost the same thing , stuck on migration-artifactory-ha , but with different errors . it is complaining about MATER KEY and JOIN KEY
[jfrt ] [ERROR] [7bd3e3bbd7297186] [tifactoryHomeConfigListener:59] [ocalhost-startStop-1] - Failed initializing Home. Master key checksum mismatch

2020-03-14T01:04:50.052Z [jfmd ] [INFO ] [7ddb419427983a97] [security_keys.go:128          ] [main                ] - Cluster join: Join key is missing. Pending for 15 seconds with 2m0s timeout [init]

2020-03-14T01:06:34.762Z [jfrou] [FATAL] [                ] [bootstrap.go:92               ] [main                ] - Cluster join: Failed resolving join key: failed resolving 'shared.security.joinKey' key; file does not exist: /opt/jfrog/artifactory/var/etc/security/join.key

2020-03-14T01:07:36.121Z [jffe ] [ERROR] [                ] [                              ] [main                ] - Error: connect ECONNREFUSED 127.0.0.1:8046

Source: link

Recent Questions on artifactory

    Programming Languages