Service Virtualization

 View Only
  • 1.  DevTest 10.3 migration to 10.6 IAM database problem

    Posted Oct 21, 2020 01:15 PM
    Hi,

    I've been trying to migrate from DevTest 10.3 to 10.6, and I've encountered a problem when I start up the Identity and Access Manager (IAM) component.
    What I do in Docker is the following:

    1. I install DevTest 10.3 on (all the databases use utf8mb4 charset and collation):
      1. container A with the Enterprise Dashboard (ED) + a separate container with a mysql 5.7.27 database for the ED.
      2. container B with the Registry, Portal, and VSE + a separate container with a mysql 5.7.27 database for the Registry.
      3. one additional machine with a mysql 5.7.27 database for the future IAM.
    2. I start up ED, then the Registry, the Portal, and finally the VSE. I wait until they populate the databases. The dradis.properties on container A is configured to the ED DB, and the site.properties on container B is configured to the Registry DB.
    3. I stop all the 10.3 services.
    4. I install DevTest 10.6 without ED on container B in a different directory than the 10.3 installation, migrating the required files from the 10.3 installation directory into the 10.6 installation directory. I also configure IdentityAccessManager/iam.properties on container B to the IAM DB.
    5. I start the IAM, I wait, then it stops.
    As I check the IdentityAccessManager/standalone/log/server.log, I see that there are problems with some alter table statements: Row size too large. I've tried setting innodb_strict_mode=off, and also innodb_log_file_size=256M without any luck. Maybe there is some other problem that I cannot spot - sorry, I'm not an expert with DevTest. I've attached the logs from the server.log file.

    Would you be so kind to help me resolving this problem? Thank you in advance for your response.

    Sincerely,
    Gábor Román

    server.log:


    2020-10-16 13:52:14,117 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
    2020-10-16 13:52:14,251 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
    2020-10-16 13:52:14,421 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) starting
    2020-10-16 13:52:14,422 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:
    awt.toolkit = sun.awt.X11.XToolkit
    com.ibm.jsse2.overrideDefaultTLS = true
    file.encoding = ANSI_X3.4-1968
    file.encoding.pkg = sun.io
    file.separator = /
    iam.db.jdbc.driver.path = /opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar
    iam.db.vendor = mysql
    iam.keystore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks
    iam.keystore.password = <redacted>
    iam.truststore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks
    iam.truststore.password = <redacted>
    iam.vault.enc.file.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/
    iam.vault.enc.iteration.count = 120
    iam.vault.keystore.alias = vault
    iam.vault.keystore.password.masked = <redacted>
    iam.vault.keystore.salt = 6zqH6N6p
    iam.vault.keystore.url = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar
    java.class.version = 52.0
    java.endorsed.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/endorsed
    java.ext.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/ext:/usr/java/packages/lib/ext
    java.home = /opt/CA/DevTest/DevTest-10.6/jre
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.runtime.name = OpenJDK Runtime Environment
    java.runtime.version = 1.8.0_232-b09
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.8
    java.util.logging.manager = org.jboss.logmanager.LogManager
    java.vendor = AdoptOpenJDK
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.8.0_232
    java.vm.info = mixed mode
    java.vm.name = OpenJDK 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.8
    java.vm.vendor = AdoptOpenJDK
    java.vm.version = 25.232-b09
    javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
    javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
    javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
    javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
    javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
    javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
    javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
    javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
    jboss.home.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager
    jboss.host.name = 30687bd179f3
    jboss.modules.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    jboss.modules.system.pkgs = com.sun.java.swing
    jboss.node.name = 30687bd179f3
    jboss.prev.home.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager
    jboss.qualified.host.name = 30687bd179f3
    jboss.server.base.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone
    jboss.server.config.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/configuration
    jboss.server.data.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data
    jboss.server.deploy.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data/content
    jboss.server.log.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log
    jboss.server.name = 30687bd179f3
    jboss.server.persist.config = true
    jboss.server.temp.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/tmp
    jdbc.driver.class = com.mysql.jdbc.Driver
    jdbc.driver.name = mysql
    jdbc.driver.path = /opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar
    jdbc.module.name = com.mysql.jdbc
    line.separator =

    logging.configuration = file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin/jboss-cli-logging.properties
    module.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    org.jboss.boot.log.file = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log/server.log
    org.jboss.resolver.warning = true
    org.xml.sax.driver = __redirected.__XMLReaderFactory
    os.arch = amd64
    os.name = Linux
    os.version = 4.19.76-linuxkit
    path.separator = :
    sun.arch.data.model = 64
    sun.boot.class.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/resources.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/rt.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/sunrsasign.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jsse.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jce.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/charsets.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jfr.jar:/opt/CA/DevTest/DevTest-10.6/jre/classes
    sun.boot.library.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/amd64
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar -mp /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules org.jboss.as.cli --file=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/database/script/configure-jdbc-module.cli
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = ANSI_X3.4-1968
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin
    user.home = /root
    user.language = en
    user.name = root
    user.timezone = UTC
    2020-10-16 13:52:14,423 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -Diam.db.jdbc.driver.path=/opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar -Diam.db.vendor=mysql -Diam.keystore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks -Diam.keystore.password=${VAULT::IAM::IAM_KEYSTORE_PASSWORD::1} -Diam.truststore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks -Diam.truststore.password=${VAULT::IAM::IAM_TRUSTSTORE_PASSWORD::1} -Diam.vault.enc.file.dir=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/ -Diam.vault.enc.iteration.count=120 -Diam.vault.keystore.alias=vault -Diam.vault.keystore.password.masked=MASK-7DscHYCAzRJgjgpBba72IwRGfBaq4CFF70uETVutVDX -Diam.vault.keystore.salt=6zqH6N6p -Diam.vault.keystore.url=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore -Djdbc.driver.class=com.mysql.jdbc.Driver -Djdbc.driver.name=mysql -Djdbc.driver.path=/opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar -Djdbc.module.name=com.mysql.jdbc -Djboss.modules.system.pkgs=com.sun.java.swing -Dcom.ibm.jsse2.overrideDefaultTLS=true -Dlogging.configuration=file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin/jboss-cli-logging.properties
    2020-10-16 13:52:15,701 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0230: Vault is not initialized; resolution of vault expressions is not possible
    2020-10-16 13:52:15,717 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:15,774 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.1.6.Final
    2020-10-16 13:52:15,786 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:15,985 INFO [org.jboss.security] (Controller Boot Thread) PBOX00361: Default Security Vault Implementation Initialized and Ready
    2020-10-16 13:52:16,081 INFO [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
    2020-10-16 13:52:16,239 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
    2020-10-16 13:52:16,241 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) started in 2118ms - Started 67 of 82 services (28 services are lazy, passive or on-demand)
    2020-10-16 13:52:16,356 ERROR [org.jboss.as.controller.management-operation] (main) WFLYCTL0013: Operation ("list-resource-loader-paths") failed - address: ([("core-service" => "module-loading")]) - failure description: "com.mysql.jdbc"
    2020-10-16 13:52:16,402 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) stopped in 13ms
    2020-10-16 13:52:17,010 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
    2020-10-16 13:52:17,054 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
    2020-10-16 13:52:17,133 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) starting
    2020-10-16 13:52:17,134 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:
    awt.toolkit = sun.awt.X11.XToolkit
    com.ibm.jsse2.overrideDefaultTLS = true
    file.encoding = ANSI_X3.4-1968
    file.encoding.pkg = sun.io
    file.separator = /
    iam.db.jdbc.driver.path = /opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar
    iam.db.vendor = mysql
    iam.keystore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks
    iam.keystore.password = <redacted>
    iam.truststore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks
    iam.truststore.password = <redacted>
    iam.vault.enc.file.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/
    iam.vault.enc.iteration.count = 120
    iam.vault.keystore.alias = vault
    iam.vault.keystore.password.masked = <redacted>
    iam.vault.keystore.salt = 6zqH6N6p
    iam.vault.keystore.url = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar
    java.class.version = 52.0
    java.endorsed.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/endorsed
    java.ext.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/ext:/usr/java/packages/lib/ext
    java.home = /opt/CA/DevTest/DevTest-10.6/jre
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.runtime.name = OpenJDK Runtime Environment
    java.runtime.version = 1.8.0_232-b09
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.8
    java.util.logging.manager = org.jboss.logmanager.LogManager
    java.vendor = AdoptOpenJDK
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.8.0_232
    java.vm.info = mixed mode
    java.vm.name = OpenJDK 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.8
    java.vm.vendor = AdoptOpenJDK
    java.vm.version = 25.232-b09
    javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
    javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
    javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
    javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
    javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
    javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
    javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
    javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
    jboss.home.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager
    jboss.host.name = 30687bd179f3
    jboss.modules.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    jboss.modules.system.pkgs = com.sun.java.swing
    jboss.node.name = 30687bd179f3
    jboss.prev.home.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager
    jboss.qualified.host.name = 30687bd179f3
    jboss.server.base.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone
    jboss.server.config.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/configuration
    jboss.server.data.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data
    jboss.server.deploy.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data/content
    jboss.server.log.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log
    jboss.server.name = 30687bd179f3
    jboss.server.persist.config = true
    jboss.server.temp.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/tmp
    jdbc.driver.class = com.mysql.jdbc.Driver
    jdbc.driver.name = mysql
    jdbc.driver.path = /opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar
    jdbc.module.name = com.mysql.jdbc
    line.separator =

    logging.configuration = file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin/jboss-cli-logging.properties
    module.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    org.jboss.boot.log.file = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log/server.log
    org.jboss.resolver.warning = true
    org.xml.sax.driver = __redirected.__XMLReaderFactory
    os.arch = amd64
    os.name = Linux
    os.version = 4.19.76-linuxkit
    path.separator = :
    sun.arch.data.model = 64
    sun.boot.class.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/resources.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/rt.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/sunrsasign.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jsse.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jce.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/charsets.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jfr.jar:/opt/CA/DevTest/DevTest-10.6/jre/classes
    sun.boot.library.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/amd64
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar -mp /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules org.jboss.as.cli --file=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/database/script/configure_datasource.cli
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = ANSI_X3.4-1968
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin
    user.home = /root
    user.language = en
    user.name = root
    user.timezone = UTC
    2020-10-16 13:52:17,135 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -Diam.db.jdbc.driver.path=/opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar -Diam.db.vendor=mysql -Diam.keystore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks -Diam.keystore.password=${VAULT::IAM::IAM_KEYSTORE_PASSWORD::1} -Diam.truststore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks -Diam.truststore.password=${VAULT::IAM::IAM_TRUSTSTORE_PASSWORD::1} -Diam.vault.enc.file.dir=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/ -Diam.vault.enc.iteration.count=120 -Diam.vault.keystore.alias=vault -Diam.vault.keystore.password.masked=MASK-7DscHYCAzRJgjgpBba72IwRGfBaq4CFF70uETVutVDX -Diam.vault.keystore.salt=6zqH6N6p -Diam.vault.keystore.url=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore -Djdbc.driver.class=com.mysql.jdbc.Driver -Djdbc.driver.name=mysql -Djdbc.driver.path=/opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar -Djdbc.module.name=com.mysql.jdbc -Djboss.modules.system.pkgs=com.sun.java.swing -Dcom.ibm.jsse2.overrideDefaultTLS=true -Dlogging.configuration=file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin/jboss-cli-logging.properties
    2020-10-16 13:52:18,192 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0230: Vault is not initialized; resolution of vault expressions is not possible
    2020-10-16 13:52:18,208 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:18,250 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly Elytron version 1.1.6.Final
    2020-10-16 13:52:18,258 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:18,424 INFO [org.jboss.security] (Controller Boot Thread) PBOX00361: Default Security Vault Implementation Initialized and Ready
    2020-10-16 13:52:18,503 INFO [org.jboss.as.patching] (MSC service thread 1-4) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
    2020-10-16 13:52:18,632 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
    2020-10-16 13:52:18,639 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) started in 1619ms - Started 67 of 82 services (28 services are lazy, passive or on-demand)
    2020-10-16 13:52:18,908 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) stopped in 0ms
    2020-10-16 13:52:19,315 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
    2020-10-16 13:52:19,560 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
    2020-10-16 13:52:19,694 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) starting
    2020-10-16 13:52:19,695 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:
    IAM_HOME = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/
    [Standalone] =
    awt.toolkit = sun.awt.X11.XToolkit
    file.encoding = ANSI_X3.4-1968
    file.encoding.pkg = sun.io
    file.separator = /
    iam.db.jdbc.driver.path = /opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar
    iam.db.password = <redacted>
    iam.db.url = jdbc:mysql://devtest-mysql-iam:3306/iamdb?useSSL=false
    iam.db.user = user
    iam.db.vendor = mysql
    iam.keystore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks
    iam.keystore.password = <redacted>
    iam.truststore = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks
    iam.truststore.password = <redacted>
    iam.vault.enc.file.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/
    iam.vault.enc.iteration.count = 120
    iam.vault.keystore.alias = vault
    iam.vault.keystore.password.masked = <redacted>
    iam.vault.keystore.salt = 6zqH6N6p
    iam.vault.keystore.url = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore
    iam.version = 1.3.2
    java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
    java.awt.headless = true
    java.awt.printerjob = sun.print.PSPrinterJob
    java.class.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar
    java.class.version = 52.0
    java.endorsed.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/endorsed
    java.ext.dirs = /opt/CA/DevTest/DevTest-10.6/jre/lib/ext:/usr/java/packages/lib/ext
    java.home = /opt/CA/DevTest/DevTest-10.6/jre
    java.io.tmpdir = /tmp
    java.library.path = /usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.net.preferIPv4Stack = true
    java.runtime.name = OpenJDK Runtime Environment
    java.runtime.version = 1.8.0_232-b09
    java.specification.name = Java Platform API Specification
    java.specification.vendor = Oracle Corporation
    java.specification.version = 1.8
    java.util.logging.manager = org.jboss.logmanager.LogManager
    java.vendor = AdoptOpenJDK
    java.vendor.url = http://java.oracle.com/
    java.vendor.url.bug = http://bugreport.sun.com/bugreport/
    java.version = 1.8.0_232
    java.vm.info = mixed mode
    java.vm.name = OpenJDK 64-Bit Server VM
    java.vm.specification.name = Java Virtual Machine Specification
    java.vm.specification.vendor = Oracle Corporation
    java.vm.specification.version = 1.8
    java.vm.vendor = AdoptOpenJDK
    java.vm.version = 25.232-b09
    javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
    javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
    javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
    javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
    javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
    javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
    javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
    javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
    javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
    javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
    jboss.bind.address = 0.0.0.0
    jboss.bind.address.management = 0.0.0.0
    jboss.home.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager
    jboss.host.name = 30687bd179f3
    jboss.http.port = 51112
    jboss.https.port = 51111
    jboss.modules.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    jboss.modules.system.pkgs = org.jboss.byteman
    jboss.node.name = 30687bd179f3
    jboss.qualified.host.name = 30687bd179f3
    jboss.server.base.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone
    jboss.server.config.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/configuration
    jboss.server.data.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data
    jboss.server.deploy.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/data/content
    jboss.server.log.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log
    jboss.server.name = 30687bd179f3
    jboss.server.persist.config = true
    jboss.server.temp.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/tmp
    keycloak.migration.action = import
    keycloak.migration.dir = ../realms-to-import
    keycloak.migration.provider = iam-updater
    keycloak.migration.strategy = IGNORE_EXISTING
    line.separator =

    logging.configuration = file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/configuration/logging.properties
    module.path = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules
    org.jboss.boot.log.file = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log/server.log
    org.jboss.resolver.warning = true
    org.xml.sax.driver = __redirected.__XMLReaderFactory
    os.arch = amd64
    os.name = Linux
    os.version = 4.19.76-linuxkit
    path.separator = :
    sun.arch.data.model = 64
    sun.boot.class.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/resources.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/rt.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/sunrsasign.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jsse.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jce.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/charsets.jar:/opt/CA/DevTest/DevTest-10.6/jre/lib/jfr.jar:/opt/CA/DevTest/DevTest-10.6/jre/classes
    sun.boot.library.path = /opt/CA/DevTest/DevTest-10.6/jre/lib/amd64
    sun.cpu.endian = little
    sun.cpu.isalist =
    sun.io.unicode.encoding = UnicodeLittle
    sun.java.command = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/jboss-modules.jar -mp /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/modules org.jboss.as.standalone -Djboss.home.dir=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager -Djboss.server.base.dir=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone
    sun.java.launcher = SUN_STANDARD
    sun.jnu.encoding = ANSI_X3.4-1968
    sun.management.compiler = HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level = unknown
    user.country = US
    user.dir = /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/bin
    user.home = /root
    user.language = en
    user.name = root
    user.timezone = UTC
    2020-10-16 13:52:19,696 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -D[Standalone] -Diam.keystore.password=${VAULT::IAM::IAM_KEYSTORE_PASSWORD::1} -DIAM_HOME=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/ -Diam.db.password=${VAULT::IAM::IAM_DB_PASSWORD::1} -Diam.db.jdbc.driver.path=/opt/CA/DevTest/DevTest-10.6/lib/shared/mysql-connector-java-8.0.17.jar -Diam.vault.enc.iteration.count=120 -Diam.db.vendor=mysql -Diam.vault.keystore.password.masked=MASK-7DscHYCAzRJgjgpBba72IwRGfBaq4CFF70uETVutVDX -Diam.truststore.password=${VAULT::IAM::IAM_TRUSTSTORE_PASSWORD::1} -Diam.db.url=jdbc:mysql://devtest-mysql-iam:3306/iamdb?useSSL=false -Diam.keystore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/webreckeys.ks -Diam.vault.keystore.salt=6zqH6N6p -Diam.truststore=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/certs/iam-truststore.ks -Diam.vault.enc.file.dir=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/ -Diam.vault.keystore.alias=vault -Diam.vault.keystore.url=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/vault/vault.keystore -Diam.db.user=user -Djboss.http.port=51112 -Djboss.https.port=51111 -Djboss.bind.address.management=0.0.0.0 -Djboss.bind.address=0.0.0.0 -Dkeycloak.migration.action=import -Dkeycloak.migration.provider=iam-updater -Dkeycloak.migration.dir=../realms-to-import -Dkeycloak.migration.strategy=IGNORE_EXISTING -Diam.version=1.3.2 -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/log/server.log -Dlogging.configuration=file:/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/configuration/logging.properties
    2020-10-16 13:52:20,789 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0230: Vault is not initialized; resolution of vault expressions is not possible
    2020-10-16 13:52:20,801 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/core-service=management/management-interface=http-interface' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:20,861 INFO [org.wildfly.security] (ServerService Thread Pool -- 19) ELY00001: WildFly Elytron version 1.1.6.Final
    2020-10-16 13:52:20,891 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 22) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
    2020-10-16 13:52:21,109 INFO [org.jboss.security] (Controller Boot Thread) PBOX00361: Default Security Vault Implementation Initialized and Ready
    2020-10-16 13:52:21,128 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
    2020-10-16 13:52:21,138 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.5.4.Final
    2020-10-16 13:52:21,147 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.5.4.Final
    2020-10-16 13:52:21,206 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 30) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
    2020-10-16 13:52:21,219 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) WFLYCLINF0001: Activating Infinispan subsystem.
    2020-10-16 13:52:21,237 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 32) WFLYRS0016: RESTEasy version 3.0.24.Final
    2020-10-16 13:52:21,242 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
    2020-10-16 13:52:21,286 INFO [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.6.Final)
    2020-10-16 13:52:21,287 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = h2
    2020-10-16 13:52:21,320 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 5.0.5.Final
    2020-10-16 13:52:21,329 ERROR [stderr] (ServerService Thread Pool -- 26) Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
    2020-10-16 13:52:21,332 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 26) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 8.0)
    2020-10-16 13:52:21,338 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 37) WFLYNAM0001: Activating Naming Subsystem
    2020-10-16 13:52:21,340 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0018: Started Driver service with driver-name = mysql
    2020-10-16 13:52:21,372 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.
    2020-10-16 13:52:21,373 INFO [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.
    2020-10-16 13:52:21,374 INFO [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
    2020-10-16 13:52:21,374 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
    2020-10-16 13:52:21,383 INFO [org.jboss.as.security] (ServerService Thread Pool -- 42) WFLYSEC0002: Activating Security Subsystem
    2020-10-16 13:52:21,386 INFO [org.jboss.as.security] (MSC service thread 1-3) WFLYSEC0001: Current PicketBox version=5.0.2.Final
    2020-10-16 13:52:21,389 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 43) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
    2020-10-16 13:52:21,423 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.4.18.Final starting
    2020-10-16 13:52:21,590 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 44) WFLYUT0014: Creating file handler for path '/opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
    2020-10-16 13:52:21,606 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
    2020-10-16 13:52:21,607 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0018: Host default-host starting
    2020-10-16 13:52:21,676 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 0.0.0.0:51112
    2020-10-16 13:52:21,751 INFO [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0493: EJB subsystem suspension complete
    2020-10-16 13:52:21,816 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
    2020-10-16 13:52:21,818 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/KeycloakDS]
    2020-10-16 13:52:21,947 INFO [org.jboss.as.patching] (MSC service thread 1-1) WFLYPAT0050: Keycloak cumulative patch ID is: base, one-off patches include: none
    2020-10-16 13:52:21,966 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory /opt/CA/DevTest/DevTest-10.6/IdentityAccessManager/standalone/deployments
    2020-10-16 13:52:21,990 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "keycloak-server.war" (runtime-name: "keycloak-server.war")
    2020-10-16 13:52:22,115 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0006: Undertow HTTPS listener https listening on 0.0.0.0:51111
    2020-10-16 13:52:22,679 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Chakra' 8.2.8.Final
    2020-10-16 13:52:22,937 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 58) WFLYCLINF0002: Started keys cache from keycloak container
    2020-10-16 13:52:22,938 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 49) WFLYCLINF0002: Started clientSessions cache from keycloak container
    2020-10-16 13:52:22,938 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 55) WFLYCLINF0002: Started authenticationSessions cache from keycloak container
    2020-10-16 13:52:22,939 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 50) WFLYCLINF0002: Started realms cache from keycloak container
    2020-10-16 13:52:22,941 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 52) WFLYCLINF0002: Started offlineSessions cache from keycloak container
    2020-10-16 13:52:22,941 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 54) WFLYCLINF0002: Started offlineClientSessions cache from keycloak container
    2020-10-16 13:52:22,942 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0002: Started authorization cache from keycloak container
    2020-10-16 13:52:22,946 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 56) WFLYCLINF0002: Started loginFailures cache from keycloak container
    2020-10-16 13:52:22,948 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 57) WFLYCLINF0002: Started actionTokens cache from keycloak container
    2020-10-16 13:52:22,949 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) WFLYCLINF0002: Started users cache from keycloak container
    2020-10-16 13:52:22,949 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started sessions cache from keycloak container
    2020-10-16 13:52:22,949 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 47) WFLYCLINF0002: Started work cache from keycloak container
    2020-10-16 13:52:22,973 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 46) WFLYCLINF0002: Started client-mappings cache from ejb container
    2020-10-16 13:52:23,816 INFO [org.keycloak.services] (ServerService Thread Pool -- 53) KC-SERVICES0001: Loading config from standalone.xml or domain.xml
    2020-10-16 13:52:23,964 WARN [org.keycloak.services] (ServerService Thread Pool -- 53) KC-SERVICES0047: group-ldap-mapper (com.ca.ad.sv.keycloak.ext.ldap.SVGroupLDAPStorageMapperFactory) is implementing the internal SPI ldap-mapper. This SPI is internal and may change without notice
    2020-10-16 13:52:24,336 WARN [org.keycloak.services] (ServerService Thread Pool -- 53) KC-SERVICES0047: jpa (com.ca.ad.sv.keycloak.ext.events.JpaEventStoreProviderFactory) is implementing the internal SPI eventsStore. This SPI is internal and may change without notice
    2020-10-16 13:52:24,337 WARN [org.keycloak.services] (ServerService Thread Pool -- 53) KC-SERVICES0047: devtestAuthProvider (com.ca.ad.sv.keycloak.ext.ldap.importer.DevTestAuthenticationProviderImporterFactory) is implementing the internal SPI realm-restapi-extension. This SPI is internal and may change without notice
    2020-10-16 13:52:24,342 WARN [org.keycloak.services] (ServerService Thread Pool -- 53) KC-SERVICES0047: iam-updater (com.ca.ad.sv.keycloak.ext.updater.IAMUpdaterProviderFactory) is implementing the internal SPI import. This SPI is internal and may change without notice
    2020-10-16 13:52:24,367 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started realmRevisions cache from keycloak container
    2020-10-16 13:52:24,371 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started userRevisions cache from keycloak container
    2020-10-16 13:52:24,393 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0002: Started authorizationRevisions cache from keycloak container
    2020-10-16 13:52:24,394 INFO [org.keycloak.connections.infinispan.DefaultInfinispanConnectionProviderFactory] (ServerService Thread Pool -- 53) Node name: 30687bd179f3, Site name: null
    2020-10-16 13:52:26,372 INFO [org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider] (ServerService Thread Pool -- 53) Initializing database schema. Using changelog META-INF/jpa-changelog-master.xml
    2020-10-16 13:52:52,588 ERROR [org.keycloak.connections.jpa.updater.liquibase.conn.DefaultLiquibaseConnectionProvider] (ServerService Thread Pool -- 53) Change Set META-INF/jpa-changelog-1.9.1.xml::1.9.1::keycloak failed. Error: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs [Failed SQL: ALTER TABLE iamdb.REALM MODIFY CERTIFICATE VARCHAR(4000)]: liquibase.exception.DatabaseException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs [Failed SQL: ALTER TABLE iamdb.REALM MODIFY CERTIFICATE VARCHAR(4000)]
    at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:316)
    at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
    at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:122)
    at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1247)
    at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1230)
    at liquibase.changelog.ChangeSet.execute(ChangeSet.java:548)
    at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:51)
    at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73)
    at liquibase.Liquibase.update(Liquibase.java:210)
    at liquibase.Liquibase.update(Liquibase.java:190)
    at liquibase.Liquibase.update(Liquibase.java:186)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.updateChangeSet(LiquibaseJpaUpdaterProvider.java:135)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:88)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:67)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.update(DefaultJpaConnectionProviderFactory.java:322)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.migration(DefaultJpaConnectionProviderFactory.java:292)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lambda$lazyInit$0(DefaultJpaConnectionProviderFactory.java:179)
    at org.keycloak.models.utils.KeycloakModelUtils.suspendJtaTransaction(KeycloakModelUtils.java:544)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lazyInit(DefaultJpaConnectionProviderFactory.java:130)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:78)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:56)
    at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:163)
    at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:51)
    at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:33)
    at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:163)
    at org.keycloak.models.cache.infinispan.RealmCacheSession.getDelegate(RealmCacheSession.java:144)
    at org.keycloak.models.cache.infinispan.RealmCacheSession.getMigrationModel(RealmCacheSession.java:137)
    at org.keycloak.migration.MigrationModelManager.migrate(MigrationModelManager.java:78)
    at org.keycloak.services.resources.KeycloakApplication.migrateModel(KeycloakApplication.java:246)
    at org.keycloak.services.resources.KeycloakApplication.migrateAndBootstrap(KeycloakApplication.java:187)
    at org.keycloak.services.resources.KeycloakApplication$1.run(KeycloakApplication.java:146)
    at org.keycloak.models.utils.KeycloakModelUtils.runJobInTransaction(KeycloakModelUtils.java:227)
    at org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:137)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:150)
    at org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2298)
    at org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:340)
    at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:253)
    at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:120)
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
    at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
    at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
    at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
    at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250)
    at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:133)
    at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:565)
    at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:536)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:578)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)
    Caused by: java.sql.SQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
    at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764)
    at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)
    at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:198)
    at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:314)
    ... 65 more

    2020-10-16 13:52:52,600 INFO [org.jboss.as.server] (Thread-2) WFLYSRV0220: Server shutdown has been requested via an OS signal
    2020-10-16 13:52:52,608 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 53) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./auth: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resources.KeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:84)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    at java.lang.Thread.run(Thread.java:748)
    at org.jboss.threads.JBossThread.run(JBossThread.java:320)
    Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.keycloak.services.resources.KeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher)
    at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:162)
    at org.jboss.resteasy.spi.ResteasyProviderFactory.createProviderInstance(ResteasyProviderFactory.java:2298)
    at org.jboss.resteasy.spi.ResteasyDeployment.createApplication(ResteasyDeployment.java:340)
    at org.jboss.resteasy.spi.ResteasyDeployment.start(ResteasyDeployment.java:253)
    at org.jboss.resteasy.plugins.server.servlet.ServletContainerDispatcher.init(ServletContainerDispatcher.java:120)
    at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.init(HttpServletDispatcher.java:36)
    at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
    at org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78)
    at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103)
    at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:250)
    at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:133)
    at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:565)
    at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:536)
    at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
    at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
    at org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1508)
    at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:578)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
    ... 6 more
    Caused by: java.lang.RuntimeException: Failed to update database
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:102)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:67)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.update(DefaultJpaConnectionProviderFactory.java:322)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.migration(DefaultJpaConnectionProviderFactory.java:292)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lambda$lazyInit$0(DefaultJpaConnectionProviderFactory.java:179)
    at org.keycloak.models.utils.KeycloakModelUtils.suspendJtaTransaction(KeycloakModelUtils.java:544)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.lazyInit(DefaultJpaConnectionProviderFactory.java:130)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:78)
    at org.keycloak.connections.jpa.DefaultJpaConnectionProviderFactory.create(DefaultJpaConnectionProviderFactory.java:56)
    at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:163)
    at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:51)
    at org.keycloak.models.jpa.JpaRealmProviderFactory.create(JpaRealmProviderFactory.java:33)
    at org.keycloak.services.DefaultKeycloakSession.getProvider(DefaultKeycloakSession.java:163)
    at org.keycloak.models.cache.infinispan.RealmCacheSession.getDelegate(RealmCacheSession.java:144)
    at org.keycloak.models.cache.infinispan.RealmCacheSession.getMigrationModel(RealmCacheSession.java:137)
    at org.keycloak.migration.MigrationModelManager.migrate(MigrationModelManager.java:78)
    at org.keycloak.services.resources.KeycloakApplication.migrateModel(KeycloakApplication.java:246)
    at org.keycloak.services.resources.KeycloakApplication.migrateAndBootstrap(KeycloakApplication.java:187)
    at org.keycloak.services.resources.KeycloakApplication$1.run(KeycloakApplication.java:146)
    at org.keycloak.models.utils.KeycloakModelUtils.runJobInTransaction(KeycloakModelUtils.java:227)
    at org.keycloak.services.resources.KeycloakApplication.<init>(KeycloakApplication.java:137)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at org.jboss.resteasy.core.ConstructorInjectorImpl.construct(ConstructorInjectorImpl.java:150)
    ... 28 more
    Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set META-INF/jpa-changelog-1.9.1.xml::1.9.1::keycloak:
    Reason: liquibase.exception.DatabaseException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs [Failed SQL: ALTER TABLE iamdb.REALM MODIFY CERTIFICATE VARCHAR(4000)]
    at liquibase.changelog.ChangeSet.execute(ChangeSet.java:584)
    at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:51)
    at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:73)
    at liquibase.Liquibase.update(Liquibase.java:210)
    at liquibase.Liquibase.update(Liquibase.java:190)
    at liquibase.Liquibase.update(Liquibase.java:186)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.updateChangeSet(LiquibaseJpaUpdaterProvider.java:135)
    at org.keycloak.connections.jpa.updater.liquibase.LiquibaseJpaUpdaterProvider.update(LiquibaseJpaUpdaterProvider.java:88)
    ... 53 more
    Caused by: liquibase.exception.DatabaseException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs [Failed SQL: ALTER TABLE iamdb.REALM MODIFY CERTIFICATE VARCHAR(4000)]
    at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:316)
    at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
    at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:122)
    at liquibase.database.AbstractJdbcDatabase.execute(AbstractJdbcDatabase.java:1247)
    at liquibase.database.AbstractJdbcDatabase.executeStatements(AbstractJdbcDatabase.java:1230)
    at liquibase.changelog.ChangeSet.execute(ChangeSet.java:548)
    ... 60 more
    Caused by: java.sql.SQLSyntaxErrorException: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
    at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97)
    at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
    at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:764)
    at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)
    at org.jboss.jca.adapters.jdbc.WrappedStatement.execute(WrappedStatement.java:198)
    at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:314)
    ... 65 more

    2020-10-16 13:52:52,649 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0010: Unbound data source [java:jboss/datasources/KeycloakDS]
    2020-10-16 13:52:52,650 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow HTTPS listener https suspending
    2020-10-16 13:52:52,651 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow HTTPS listener https stopped, was bound to 0.0.0.0:51111
    2020-10-16 13:52:52,662 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
    2020-10-16 13:52:52,665 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019: Host default-host stopping
    2020-10-16 13:52:52,666 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0019: Stopped Driver service with driver-name = h2
    2020-10-16 13:52:52,674 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0003: Stopped users cache from keycloak container
    2020-10-16 13:52:52,674 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) WFLYCLINF0003: Stopped clientSessions cache from keycloak container
    2020-10-16 13:52:52,674 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 53) WFLYCLINF0003: Stopped keys cache from keycloak container
    2020-10-16 13:52:52,675 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 69) WFLYCLINF0003: Stopped authorization cache from keycloak container
    2020-10-16 13:52:52,675 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 61) WFLYCLINF0003: Stopped loginFailures cache from keycloak container
    2020-10-16 13:52:52,675 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 70) WFLYCLINF0003: Stopped sessions cache from keycloak container
    2020-10-16 13:52:52,675 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0003: Stopped realms cache from keycloak container
    2020-10-16 13:52:52,676 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62) WFLYCLINF0003: Stopped offlineSessions cache from keycloak container
    2020-10-16 13:52:52,681 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 68) WFLYCLINF0003: Stopped work cache from keycloak container
    2020-10-16 13:52:52,682 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 67) WFLYCLINF0003: Stopped authenticationSessions cache from keycloak container
    2020-10-16 13:52:52,686 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 66) WFLYCLINF0003: Stopped offlineClientSessions cache from keycloak container
    2020-10-16 13:52:52,686 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) WFLYCLINF0003: Stopped actionTokens cache from keycloak container
    2020-10-16 13:52:52,688 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = mysql
    2020-10-16 13:52:52,690 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0008: Undertow HTTP listener default suspending
    2020-10-16 13:52:52,696 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 0.0.0.0:51112
    2020-10-16 13:52:52,697 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0028: Stopped deployment keycloak-server.war (runtime-name: keycloak-server.war) in 86ms
    2020-10-16 13:52:52,697 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0004: Undertow 1.4.18.Final stopping
    2020-10-16 13:52:52,702 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped authorizationRevisions cache from keycloak container
    2020-10-16 13:52:52,703 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) WFLYCLINF0003: Stopped client-mappings cache from ejb container
    2020-10-16 13:52:52,705 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped realmRevisions cache from keycloak container
    2020-10-16 13:52:52,707 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) WFLYCLINF0003: Stopped userRevisions cache from keycloak container
    2020-10-16 13:52:52,711 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0050: Keycloak 3.4.3.Final (WildFly Core 3.0.8.Final) stopped in 80ms
    2020-10-16 13:52:52,713 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0022: Deploy of deployment "keycloak-server.war" was rolled back with no failure message


  • 2.  RE: DevTest 10.3 migration to 10.6 IAM database problem

    Broadcom Employee
    Posted Oct 21, 2020 02:04 PM
    please see your other thread on this same topic with the answer on your misconfigured database.
    https://community.broadcom.com/enterprisesoftware/communities/community-home/digestviewer/viewthread?GroupId=1843&MessageKey=31613585-296b-42da-b56d-7c6d993c43fc&CommunityKey=94bda077-625b-4914-8ac3-c88a06c2cc23&tab=digestviewer&ReturnUrl=%2fenterprisesoftware%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d94bda077-625b-4914-8ac3-c88a06c2cc23%26tab%3ddigestviewer

    ------------------------------
    Gene Howard
    Principal Support Engineer
    Broadcom
    ------------------------------



  • 3.  RE: DevTest 10.3 migration to 10.6 IAM database problem

    Posted Oct 22, 2020 02:21 AM
    Hi,

    Thank you for your answer!
    I'm very sorry, I thought that my post was lost.

    Sincerely,
    Gábor Román