8 Replies Latest reply on Dec 3, 2019 3:16 AM by nschweig

    Wildfly 16 jdbc realm, security domain

    nschweig

      Good morning,

       

      I tried to configure my application with the elytron security system. I followed the instruction on this page:

       

      Configure an Elytron JDBC Realm on WildFly

       

      But I always get this error:

      ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "camunda-old-ofv-0.0.1-SNAPSHOT.war")]) - failure description: {
          "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.web-security-domain"],
          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.DefaultEjbProcessApplication.CREATE is missing [jboss.security.security-domain.web-security-domain]"]

       

       

      Here are my configurations:

      JDBC Realm OFVAccessJDBCRealm

       

      Security Domain jdbcAuthDomainCamunda

      HTTP Authentication Factory http-db-auth-camunda

       

      Application security domain web-security-domain

      image2019-11-18_10-37-39.png

       

      Structure web-projekt ofv2

      web.xml

       

      <?xml version="1.0" encoding="UTF-8"?>
      <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" version="2.5">
        <display-name>ofv2</display-name>
         <security-constraint>  
          <web-resource-collection>  
            <web-resource-name>thesiswk</web-resource-name>  
              <url-pattern>/thesiswk/*</url-pattern>  
          </web-resource-collection>  
          <auth-constraint>  
            <role-name>*</role-name>  
          </auth-constraint>  
        </security-constraint>  
       <login-config>
            <auth-method>BASIC</auth-method>
           <realm-name>web-security-domain</realm-name>
         </login-config> 
        <security-role>  
          <role-name>*</role-name>  
        </security-role>  
      </web-app>
      

       

      jboss-web.xml

      
          web-security-domain
      
      

      Has anyone any idea what I am doing wrong?

      Thanks a lot

      Nicole@

        • 1. Re: Wildfly 16 jdbc realm, security domain
          mayerw01

          It looks like your web-security-domain configuration is missing (step: Configure an application-security-domain in the Undertow subsystem). Please look at WildFly Elytron Security

          • 2. Re: Wildfly 16 jdbc realm, security domain
            nschweig

            Hi,

            yes I know it looks like, but I configured it.

             

            s.a.

            Application security domain web-security-domain

            in my post.

             

            Any other ideas?

             

            Thanks a lot,

            Nicole

            • 3. Re: Wildfly 16 jdbc realm, security domain
              mayerw01

              Hi Nicole,

               

              Could you please post your server logs as text attachments. This makes it easier to search thru and does not require any login accounts.


              I'd also suggest that you verify your configuration via jboss-cli.


              /subsystem=undertow/application-security-domain=web-security-domain:read-attribute(name=http-authentication-factory)
              should point to your http-db-auth-camunda

              /subsystem=elytron/http-authentication-factory=http-db-auth-camunda:read-resource

               

              should report something like

              "http-server-mechanism-factory" => "global",

                      "mechanism-configurations" => [{"mechanism-realm-configurations" => [{"realm-name" => "web-security-domain"}]}],

                      "security-domain" => "jdbcAuthDomainCamunda"

              • 4. Re: Wildfly 16 jdbc realm, security domain
                nschweig

                Hi, thanks for your help.

                I see that [{"mechanism-realm-configurations" => [{"realm-name" => "web-security-domain

                "}]}],   is not configured. How can I do this?

                 

                here is the server.log

                2019-11-20 09:28:33,245 INFO  [org.jboss.modules] (main) JBoss Modules version 1.9.0.Final
                2019-11-20 09:28:33,726 INFO  [org.jboss.msc] (main) JBoss MSC version 1.4.5.Final
                2019-11-20 09:28:33,736 INFO  [org.jboss.threads] (main) JBoss Threads version 2.3.3.Final
                2019-11-20 09:28:33,911 INFO  [org.jboss.as] (MSC service thread 1-2) WFLYSRV0049: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) starting
                2019-11-20 09:28:33,912 DEBUG [org.jboss.as.config] (MSC service thread 1-2) Configured system properties:
                    awt.toolkit = sun.awt.windows.WToolkit
                    file.encoding = Cp1252
                    file.encoding.pkg = sun.io
                    file.separator = \
                    java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment
                    java.awt.headless = true
                    java.awt.printerjob = sun.awt.windows.WPrinterJob
                    java.class.path = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\jboss-modules.jar
                    java.class.version = 52.0
                    java.endorsed.dirs = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\endorsed
                    java.ext.dirs = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
                    java.home = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre
                    java.io.tmpdir = C:\Users\irina\AppData\Local\Temp\
                    java.library.path = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;native;C:/Program Files (x86)/Java/Amazon_Corretto_8/jdk1.8.0_222/bin/../jre/bin/server;C:/Program Files (x86)/Java/Amazon_Corretto_8/jdk1.8.0_222/bin/../jre/bin;C:/Program Files (x86)/Java/Amazon_Corretto_8/jdk1.8.0_222/bin/../jre/lib/i386;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\bin;C:\Program Files\Java\amazon_corretto_8\jdk1.8.0_222\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Lenovo\Touch Fingerprint Software\;C:\Program Files (x86)\Common Files\Lenovo;C:\ProgramData\Lenovo\ReadyApps;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\PuTTY\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files\curl-7.62.0_1-win64-mingw\bin;C:\Program Files\Java\apache-maven-3.6.0\bin;C:\WINDOWS\System32\OpenSSH\;C:\Program Files (x86)\Java\jdk1.8.0_191\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Users\irina\AppData\Local\Microsoft\WindowsApps;D:\Eclipse\eclipse-java-2018-09-win32\eclipse;;.
                    java.net.preferIPv4Stack = true
                    java.runtime.name = OpenJDK Runtime Environment
                    java.runtime.version = 1.8.0_222-b10
                    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 = Amazon.com Inc.
                    java.vendor.url = https://aws.amazon.com/corretto/
                    java.vendor.url.bug = https://github.com/corretto/corretto-8/issues/
                    java.version = 1.8.0_222
                    java.vm.info = mixed mode
                    java.vm.name = OpenJDK 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 = Amazon.com Inc.
                    java.vm.version = 25.222-b10
                    javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
                    jboss.bind.address = localhost
                    jboss.bind.address.management = localhost
                    jboss.home.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final
                    jboss.host.name = mueller-pc
                    jboss.modules.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\modules
                    jboss.modules.system.pkgs = org.jboss.byteman
                    jboss.node.name = mueller-pc
                    jboss.qualified.host.name = mueller-pc
                    jboss.server.base.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone
                    jboss.server.config.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\configuration
                    jboss.server.data.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\data
                    jboss.server.deploy.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\data\content
                    jboss.server.log.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\log
                    jboss.server.name = mueller-pc
                    jboss.server.persist.config = true
                    jboss.server.temp.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\tmp
                    line.separator = 
                
                    logging.configuration = file:C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\configuration\logging.properties
                    module.path = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\modules
                    org.jboss.boot.log.file = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\log\boot.log
                    org.jboss.logmanager.nocolor = true
                    org.jboss.resolver.warning = true
                    os.arch = x86
                    os.name = Windows 10
                    os.version = 10.0
                    path.separator = ;
                    program.name = JBossTools: WildFly 16 at localhost
                    sun.arch.data.model = 32
                    sun.boot.class.path = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\resources.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\rt.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\sunrsasign.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\jsse.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\jce.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\charsets.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\lib\jfr.jar;C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\classes
                    sun.boot.library.path = C:\Program Files (x86)\Java\Amazon_Corretto_8\jdk1.8.0_222\jre\bin
                    sun.cpu.endian = little
                    sun.cpu.isalist = pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
                    sun.desktop = windows
                    sun.io.unicode.encoding = UnicodeLittle
                    sun.java.command = org.jboss.modules.Main -mp C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\modules org.jboss.as.standalone -b localhost --server-config=standalone.xml -Djboss.server.base.dir=C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone
                    sun.java.launcher = SUN_STANDARD
                    sun.jnu.encoding = Cp1252
                    sun.management.compiler = HotSpot Tiered Compilers
                    sun.os.patch.level = 
                    sun.rmi.dgc.client.gcInterval = 3600000
                    sun.rmi.dgc.server.gcInterval = 3600000
                    user.country = DE
                    user.dir = C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\bin
                    user.home = C:\Users\irina
                    user.language = de
                    user.name = irina
                    user.script = 
                    user.timezone = Europe/Berlin
                    user.variant = 
                2019-11-20 09:28:33,913 DEBUG [org.jboss.as.config] (MSC service thread 1-2) VM Arguments: -Dprogram.name=JBossTools: WildFly 16 at localhost -Xms64m -Xmx512m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\log\boot.log -Dlogging.configuration=file:C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\configuration\logging.properties -Djboss.home.dir=C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final -Dorg.jboss.logmanager.nocolor=true -Djboss.bind.address.management=localhost -Dfile.encoding=Cp1252 
                2019-11-20 09:28:34,808 INFO  [org.wildfly.security] (ServerService Thread Pool -- 28) ELY00001: WildFly Elytron version 1.8.0.Final
                2019-11-20 09:28:35,378 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 a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
                2019-11-20 09:28:35,411 INFO  [org.jboss.as.controller.management-deprecated] (ServerService Thread Pool -- 31) WFLYCTL0028: Attribute 'security-realm' in the resource at address '/subsystem=undertow/server=default-server/https-listener=https' is deprecated, and may be removed in a future version. See the attribute description in the output of the read-resource-description operation to learn more about the deprecation.
                2019-11-20 09:28:35,465 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found RoleManager.ear in deployment directory. To trigger deployment create a file called RoleManager.ear.dodeploy
                2019-11-20 09:28:35,466 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found IDMService.ear in deployment directory. To trigger deployment create a file called IDMService.ear.dodeploy
                2019-11-20 09:28:35,466 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found camunda-welcome.war in deployment directory. To trigger deployment create a file called camunda-welcome.war.dodeploy
                2019-11-20 09:28:35,883 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
                2019-11-20 09:28:35,898 INFO  [org.xnio] (MSC service thread 1-5) XNIO version 3.6.5.Final
                2019-11-20 09:28:35,915 INFO  [org.xnio.nio] (MSC service thread 1-5) XNIO NIO Implementation Version 3.6.5.Final
                2019-11-20 09:28:35,996 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 51) WFLYCLINF0001: Activating Infinispan subsystem.
                2019-11-20 09:28:36,044 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.4.12.Final)
                2019-11-20 09:28:36,067 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 64) WFLYNAM0001: Activating Naming Subsystem
                2019-11-20 09:28:36,072 INFO  [org.wildfly.extension.microprofile.opentracing] (ServerService Thread Pool -- 63) WFLYTRACEXT0001: Activating MicroProfile OpenTracing Subsystem
                2019-11-20 09:28:36,071 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 70) WFLYSEC0002: Activating Security Subsystem
                2019-11-20 09:28:36,078 INFO  [org.wildfly.extension.microprofile.config.smallrye._private] (ServerService Thread Pool -- 60) WFLYCONF0001: Activating WildFly MicroProfile Config Subsystem
                2019-11-20 09:28:36,065 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 72) 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.
                2019-11-20 09:28:36,080 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 58) WFLYJSF0007: Activated the following JSF Implementations: [main]
                2019-11-20 09:28:36,081 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 74) WFLYWS0002: Activating WebServices Extension
                2019-11-20 09:28:36,091 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
                2019-11-20 09:28:36,093 INFO  [org.wildfly.extension.microprofile.metrics.smallrye] (ServerService Thread Pool -- 62) WFLYMETRICS0001: Activating Eclipse MicroProfile Metrics Subsystem
                2019-11-20 09:28:36,095 INFO  [org.jboss.as.security] (MSC service thread 1-5) WFLYSEC0001: Current PicketBox version=5.0.3.Final
                2019-11-20 09:28:36,098 INFO  [org.wildfly.extension.microprofile.health.smallrye] (ServerService Thread Pool -- 61) WFLYHEALTH0001: Activating Eclipse MicroProfile Health Subsystem
                2019-11-20 09:28:36,109 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 44) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.4)
                2019-11-20 09:28:36,113 INFO  [org.jboss.remoting] (MSC service thread 1-8) JBoss Remoting version 5.0.8.Final
                2019-11-20 09:28:36,118 INFO  [io.smallrye.metrics] (MSC service thread 1-7) Converted [2] config entries and added [4] replacements
                2019-11-20 09:28:36,119 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
                2019-11-20 09:28:36,123 INFO  [io.smallrye.metrics] (MSC service thread 1-7) Converted [3] config entries and added [12] replacements
                2019-11-20 09:28:36,127 INFO  [org.jboss.as.jaxrs] (ServerService Thread Pool -- 53) WFLYRS0016: RESTEasy version 3.6.3.Final
                2019-11-20 09:28:36,148 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
                2019-11-20 09:28:36,166 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0003: Undertow 2.0.19.Final starting
                2019-11-20 09:28:36,192 INFO  [org.jboss.as.naming] (MSC service thread 1-6) WFLYNAM0003: Starting Naming Service
                2019-11-20 09:28:36,194 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
                2019-11-20 09:28:36,194 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-6) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
                2019-11-20 09:28:36,195 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:/MySqlDS]
                2019-11-20 09:28:36,195 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0010: Unbound data source [java:jboss/datasources/ProcessEngine]
                2019-11-20 09:28:36,201 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-5) WFLYJCA0010: Unbound data source [java:/ProcessDBXADS]
                2019-11-20 09:28:36,237 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 73) WFLYUT0014: Creating file handler for path 'C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
                2019-11-20 09:28:36,270 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.
                2019-11-20 09:28:36,275 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
                2019-11-20 09:28:36,312 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
                2019-11-20 09:28:36,312 INFO  [org.jboss.as.ejb3] (MSC service thread 1-3) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
                2019-11-20 09:28:36,610 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
                2019-11-20 09:28:36,646 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB subsystem suspension complete
                2019-11-20 09:28:36,696 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
                2019-11-20 09:28:36,714 INFO  [org.jboss.as.patching] (MSC service thread 1-2) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include: none
                2019-11-20 09:28:36,728 WARN  [org.jboss.as.domain.management.security] (MSC service thread 1-2) WFLYDM0111: Keystore C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\configuration\application.keystore not found, it will be auto generated on first use with a self signed certificate for host localhost
                2019-11-20 09:28:36,732 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) WFLYDS0013: Started FileSystemDeploymentService for directory C:\camunda-bpm-wildfly16-7.11.0\server\wildfly-16.0.0.Final\standalone\deployments
                2019-11-20 09:28:36,756 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0027: Starting deployment of "camunda-welcome.war" (runtime-name: "camunda-welcome.war")
                2019-11-20 09:28:36,756 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "camunda-engine-rest-7.11.0.war" (runtime-name: "camunda-engine-rest-7.11.0.war")
                2019-11-20 09:28:36,757 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "camunda-webapp-jboss-7.11.0.war" (runtime-name: "camunda-webapp-jboss-7.11.0.war")
                2019-11-20 09:28:36,757 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "mysql-connector-java-5.1.47-bin.jar" (runtime-name: "mysql-connector-java-5.1.47-bin.jar")
                2019-11-20 09:28:36,757 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0027: Starting deployment of "IDMService.ear" (runtime-name: "IDMService.ear")
                2019-11-20 09:28:36,758 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "camunda-h2-webapp-7.11.0.war" (runtime-name: "camunda-h2-webapp-7.11.0.war")
                2019-11-20 09:28:36,758 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "RoleManager.ear" (runtime-name: "RoleManager.ear")
                2019-11-20 09:28:36,863 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "IDMServiceEJB.jar")
                2019-11-20 09:28:36,866 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "IDMWSServer.war")
                2019-11-20 09:28:36,865 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "IDMWebGUI.war")
                2019-11-20 09:28:36,933 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "RoleManagerEjb.jar")
                2019-11-20 09:28:36,933 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "RoleManagerWeb.war")
                2019-11-20 09:28:36,933 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0207: Starting subdeployment (runtime-name: "IDMServiceEJB.jar")
                2019-11-20 09:28:36,934 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0207: Starting subdeployment (runtime-name: "RoleManagerWSServer.war")
                2019-11-20 09:28:36,950 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0006: Undertow HTTPS listener https listening on 127.0.0.1:8443
                2019-11-20 09:28:37,147 INFO  [org.jboss.ws.common.management] (MSC service thread 1-8) JBWS022052: Starting JBossWS 5.2.4.Final (Apache CXF 3.2.7) 
                2019-11-20 09:28:37,550 INFO  [org.jboss.as.jpa] (MSC service thread 1-7) WFLYJPA0002: Read persistence.xml for RoleManagerEntities
                2019-11-20 09:28:38,108 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
                2019-11-20 09:28:38,110 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.fabric.jdbc.FabricMySQLDriver (version 5.1)
                2019-11-20 09:28:38,129 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = mysql-connector-java-5.1.47-bin.jar
                2019-11-20 09:28:38,129 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-6) WFLYJCA0018: Started Driver service with driver-name = mysql-connector-java-5.1.47-bin.jar_com.mysql.fabric.jdbc.FabricMySQLDriver_5_1
                2019-11-20 09:28:38,165 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:/MySqlDS]
                2019-11-20 09:28:38,166 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:jboss/datasources/ProcessEngine]
                2019-11-20 09:28:38,167 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) WFLYJCA0001: Bound data source [java:/ProcessDBXADS]
                2019-11-20 09:28:38,217 WARN  [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a JAX-RS deployment; the system will disable JSON-B processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore JSON-B.
                2019-11-20 09:28:38,303 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment IDMService.ear
                2019-11-20 09:28:38,311 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0274: Excluded dependency org.jboss.resteasy.resteasy-jettison-provider via jboss-deployment-structure.xml does not exist.
                2019-11-20 09:28:38,311 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0274: Excluded dependency org.jboss.resteasy.resteasy-jackson-provider via jboss-deployment-structure.xml does not exist.
                2019-11-20 09:28:38,319 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 77) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'RoleManager.ear#RoleManagerEntities'
                2019-11-20 09:28:38,340 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment RoleManager.ear
                2019-11-20 09:28:38,381 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 77) HHH000204: Processing PersistenceUnitInfo [
                    name: RoleManagerEntities
                    ...]
                2019-11-20 09:28:38,454 INFO  [org.camunda.bpm.engine.cfg] (ServerService Thread Pool -- 76) ENGINE-12003 Plugin 'ProcessApplicationEventListenerPlugin' activated on process engine 'default'
                2019-11-20 09:28:38,464 INFO  [org.camunda.bpm.engine.cfg] (ServerService Thread Pool -- 76) ENGINE-12003 Plugin 'SpinProcessEnginePlugin' activated on process engine 'default'
                2019-11-20 09:28:38,464 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-3) HV000001: Hibernate Validator 6.0.15.Final
                2019-11-20 09:28:38,505 INFO  [org.camunda.spin] (ServerService Thread Pool -- 76) SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
                2019-11-20 09:28:38,574 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Infinity Minus ONE +2' 9.4.8.Final
                2019-11-20 09:28:38,594 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 77) HHH000412: Hibernate Core {5.3.9.Final}
                2019-11-20 09:28:38,601 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 77) HHH000206: hibernate.properties not found
                2019-11-20 09:28:38,767 INFO  [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment IDMWSServer.war
                2019-11-20 09:28:38,794 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0003: Processing weld deployment RoleManagerWSServer.war
                2019-11-20 09:28:38,802 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment RoleManagerEjb.jar
                2019-11-20 09:28:38,806 INFO  [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0003: Processing weld deployment IDMServiceEJB.jar
                2019-11-20 09:28:38,807 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'RoleServiceQueryBean' in deployment unit 'subdeployment "RoleManagerEjb.jar" of deployment "RoleManager.ear"' are as follows:
                
                    java:global/RoleManager/RoleManagerEjb/RoleServiceQueryBean!de.thm.mnd.roleManagement.ejb.RoleServiceQueryBean
                    java:app/RoleManagerEjb/RoleServiceQueryBean!de.thm.mnd.roleManagement.ejb.RoleServiceQueryBean
                    java:module/RoleServiceQueryBean!de.thm.mnd.roleManagement.ejb.RoleServiceQueryBean
                    ejb:RoleManager/RoleManagerEjb/RoleServiceQueryBean!de.thm.mnd.roleManagement.ejb.RoleServiceQueryBean
                    java:global/RoleManager/RoleManagerEjb/RoleServiceQueryBean
                    java:app/RoleManagerEjb/RoleServiceQueryBean
                    java:module/RoleServiceQueryBean
                
                2019-11-20 09:28:38,808 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-8) WFLYEJB0473: JNDI bindings for session bean named 'RoleServiceAdminBean' in deployment unit 'subdeployment "RoleManagerEjb.jar" of deployment "RoleManager.ear"' are as follows:
                
                    java:global/RoleManager/RoleManagerEjb/RoleServiceAdminBean!de.thm.mnd.roleManagement.ejb.RoleServiceAdminRemote
                    java:app/RoleManagerEjb/RoleServiceAdminBean!de.thm.mnd.roleManagement.ejb.RoleServiceAdminRemote
                    java:module/RoleServiceAdminBean!de.thm.mnd.roleManagement.ejb.RoleServiceAdminRemote
                    java:jboss/exported/RoleManager/RoleManagerEjb/RoleServiceAdminBean!de.thm.mnd.roleManagement.ejb.RoleServiceAdminRemote
                    ejb:RoleManager/RoleManagerEjb/RoleServiceAdminBean!de.thm.mnd.roleManagement.ejb.RoleServiceAdminRemote
                    java:global/RoleManager/RoleManagerEjb/RoleServiceAdminBean
                    java:app/RoleManagerEjb/RoleServiceAdminBean
                    java:module/RoleServiceAdminBean
                
                2019-11-20 09:28:38,812 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-7) WFLYEJB0473: JNDI bindings for session bean named 'LdapService' in deployment unit 'subdeployment "IDMServiceEJB.jar" of deployment "RoleManager.ear"' are as follows:
                
                    java:global/RoleManager/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:app/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:module/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:jboss/exported/RoleManager/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    ejb:RoleManager/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:global/RoleManager/IDMServiceEJB/LdapService
                    java:app/IDMServiceEJB/LdapService
                    java:module/LdapService
                
                2019-11-20 09:28:38,812 INFO  [org.jboss.weld.deployer] (MSC service thread 1-5) WFLYWELD0003: Processing weld deployment IDMWebGUI.war
                2019-11-20 09:28:38,813 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment IDMServiceEJB.jar
                2019-11-20 09:28:38,820 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-2) WFLYEJB0473: JNDI bindings for session bean named 'LdapService' in deployment unit 'subdeployment "IDMServiceEJB.jar" of deployment "IDMService.ear"' are as follows:
                
                    java:global/IDMService/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:app/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:module/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:jboss/exported/IDMService/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    ejb:IDMService/IDMServiceEJB/LdapService!de.thm.mnd.idmservice.ldapIntegration.ejb.LdapServiceRemote
                    java:global/IDMService/IDMServiceEJB/LdapService
                    java:app/IDMServiceEJB/LdapService
                    java:module/LdapService
                
                2019-11-20 09:28:38,897 INFO  [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0003: Processing weld deployment RoleManagerWeb.war
                2019-11-20 09:28:38,897 INFO  [org.camunda.spin] (ServerService Thread Pool -- 76) SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
                2019-11-20 09:28:38,918 INFO  [org.camunda.spin] (ServerService Thread Pool -- 76) SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
                2019-11-20 09:28:38,919 INFO  [org.camunda.spin] (ServerService Thread Pool -- 76) SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
                2019-11-20 09:28:38,919 INFO  [org.camunda.bpm.engine.cfg] (ServerService Thread Pool -- 76) ENGINE-12003 Plugin 'ConnectProcessEnginePlugin' activated on process engine 'default'
                2019-11-20 09:28:38,981 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900: 3.1.0 (Final)
                2019-11-20 09:28:39,026 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 77) HCANN000001: Hibernate Commons Annotations {5.0.5.Final}
                2019-11-20 09:28:39,228 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-4) JBWS024061: Adding service endpoint metadata: id=IdmService/IdmServiceQueries
                 address=http://localhost:8080/IDMWSServer/IdmService/IdmServiceQueries
                 implementor=de.thm.mnd.idmservice.ejb.webservice.WSQueryBeanImpl
                 serviceName={http://webservice.ejb.idmservice.mnd.thm.de/}IdmService
                 portName={http://webservice.ejb.idmservice.mnd.thm.de/}IdmServiceQueriesPort
                 annotationWsdlLocation=null
                 wsdlLocationOverride=null
                 mtomEnabled=false
                2019-11-20 09:28:39,229 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-6) JBWS024061: Adding service endpoint metadata: id=RoleManager/RolemanagerQueries
                 address=http://localhost:8080/RoleManagerWSServer/RoleManager/RolemanagerQueries
                 implementor=de.thm.mnd.roleManagement.ejb.webservice.WSQueryBeanImpl
                 serviceName={http://webservice.ejb.roleManagement.mnd.thm.de/}RoleManager
                 portName={http://webservice.ejb.roleManagement.mnd.thm.de/}RolemanagerQueriesPort
                 annotationWsdlLocation=null
                 wsdlLocationOverride=null
                 mtomEnabled=false
                2019-11-20 09:28:39,230 INFO  [org.jboss.ws.cxf.metadata] (MSC service thread 1-6) JBWS024061: Adding service endpoint metadata: id=RoleManager/MasterDataQueries
                 address=http://localhost:8080/RoleManagerWSServer/RoleManager/MasterDataQueries
                 implementor=de.thm.mnd.roleManagement.ejb.webservice.WSMasterDataQueryBeanImpl
                 serviceName={http://webservice.ejb.roleManagement.mnd.thm.de/}RoleManagerMasterData
                 portName={http://webservice.ejb.roleManagement.mnd.thm.de/}MasterDataQueriesPort
                 annotationWsdlLocation=null
                 wsdlLocationOverride=null
                 mtomEnabled=false
                2019-11-20 09:28:39,305 INFO  [org.camunda.bpm.connect] (ServerService Thread Pool -- 76) CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
                2019-11-20 09:28:39,307 INFO  [org.camunda.bpm.connect] (ServerService Thread Pool -- 76) CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
                2019-11-20 09:28:39,478 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 78) WFLYCLINF0002: Started client-mappings cache from ejb container
                2019-11-20 09:28:39,529 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 77) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'RoleManager.ear#RoleManagerEntities'
                2019-11-20 09:28:39,742 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 85) WFLYUT0021: Registered web context: '/camunda-welcome' for server 'default-server'
                2019-11-20 09:28:39,783 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 84) WFLYUT0021: Registered web context: '/h2' for server 'default-server'
                2019-11-20 09:28:40,197 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-6) Creating Service {http://webservice.ejb.roleManagement.mnd.thm.de/}RoleManager from class de.thm.mnd.roleManagement.ejb.webservice.WSQueryBean
                2019-11-20 09:28:40,198 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-4) Creating Service {http://webservice.ejb.idmservice.mnd.thm.de/}IdmService from class de.thm.mnd.idmservice.ejb.webservice.WSQueryBean
                2019-11-20 09:28:40,215 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,224 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,224 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,226 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoDefaultProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,226 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,227 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoNamedProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,227 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,227 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,227 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,227 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,228 INFO  [org.jboss.resteasy.resteasy_jaxrs.i18n] (ServerService Thread Pool -- 83) RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
                2019-11-20 09:28:40,252 WARN  [org.jboss.jca.core.connectionmanager.pool.strategy.OnePool] (ServerService Thread Pool -- 77) IJ000407: No lazy enlistment available for MySqlDS
                2019-11-20 09:28:40,300 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 77) HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect
                2019-11-20 09:28:40,347 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: '/engine-rest' for server 'default-server'
                2019-11-20 09:28:40,386 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 77) Envers integration enabled? : true
                2019-11-20 09:28:40,520 WARN  [org.jboss.as.jaxrs] (MSC service thread 1-7) WFLYRS0018: Explicit usage of Jackson annotation in a JAX-RS deployment; the system will disable JSON-B processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore JSON-B.
                2019-11-20 09:28:40,548 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0274: Excluded dependency org.jboss.resteasy.resteasy-jettison-provider via jboss-deployment-structure.xml does not exist.
                2019-11-20 09:28:40,548 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0274: Excluded dependency org.jboss.resteasy.resteasy-jackson-provider via jboss-deployment-structure.xml does not exist.
                2019-11-20 09:28:40,579 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 79) WFLYUT0021: Registered web context: '/camunda' for server 'default-server'
                2019-11-20 09:28:40,715 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-6) Setting the server's publish address to be http://localhost:8080/RoleManagerWSServer/RoleManager/RolemanagerQueries
                2019-11-20 09:28:40,715 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-4) Setting the server's publish address to be http://localhost:8080/IDMWSServer/IdmService/IdmServiceQueries
                2019-11-20 09:28:40,796 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-4) JBWS024074: WSDL published to: file:/C:/camunda-bpm-wildfly16-7.11.0/server/wildfly-16.0.0.Final/standalone/data/wsdl/IDMService.ear/IDMWSServer.war/IdmService.wsdl
                2019-11-20 09:28:40,803 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-6) JBWS024074: WSDL published to: file:/C:/camunda-bpm-wildfly16-7.11.0/server/wildfly-16.0.0.Final/standalone/data/wsdl/RoleManager.ear/RoleManagerWSServer.war/RoleManager.wsdl
                2019-11-20 09:28:40,804 INFO  [org.apache.cxf.wsdl.service.factory.ReflectionServiceFactoryBean] (MSC service thread 1-6) Creating Service {http://webservice.ejb.roleManagement.mnd.thm.de/}RoleManagerMasterData from class de.thm.mnd.roleManagement.ejb.webservice.WSMasterDataQueryBean
                2019-11-20 09:28:40,839 INFO  [org.jboss.as.webservices] (MSC service thread 1-4) WFLYWS0003: Starting service jboss.ws.endpoint."IDMService.ear"."IDMWSServer.war".IdmService/IdmServiceQueries
                2019-11-20 09:28:40,840 INFO  [org.apache.cxf.endpoint.ServerImpl] (MSC service thread 1-6) Setting the server's publish address to be http://localhost:8080/RoleManagerWSServer/RoleManager/MasterDataQueries
                2019-11-20 09:28:40,856 INFO  [org.jboss.ws.cxf.deployment] (MSC service thread 1-6) JBWS024074: WSDL published to: file:/C:/camunda-bpm-wildfly16-7.11.0/server/wildfly-16.0.0.Final/standalone/data/wsdl/RoleManager.ear/RoleManagerWSServer.war/RoleManagerMasterData.wsdl
                2019-11-20 09:28:40,893 INFO  [org.jboss.as.webservices] (MSC service thread 1-6) WFLYWS0003: Starting service jboss.ws.endpoint."RoleManager.ear"."RoleManagerWSServer.war".RoleManager/RolemanagerQueries
                2019-11-20 09:28:40,893 INFO  [org.jboss.as.webservices] (MSC service thread 1-6) WFLYWS0003: Starting service jboss.ws.endpoint."RoleManager.ear"."RoleManagerWSServer.war".RoleManager/MasterDataQueries
                2019-11-20 09:28:41,027 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-1) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
                2019-11-20 09:28:41,040 INFO  [io.smallrye.metrics] (MSC service thread 1-1) MicroProfile: Metrics activated
                2019-11-20 09:28:41,399 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra
                2019-11-20 09:28:41,404 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-1) Unable to obtain CDI 1.1 utilities for Mojarra
                2019-11-20 09:28:41,669 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 79) Mojarra 2.3.9.SP01 für Kontext '/IDMWebGUI' wird initialisiert.
                2019-11-20 09:28:41,688 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: '/IDMWSServer' for server 'default-server'
                2019-11-20 09:28:42,202 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 79) WFLYUT0021: Registered web context: '/IDMWebGUI' for server 'default-server'
                2019-11-20 09:28:42,288 INFO  [io.smallrye.metrics] (MSC service thread 1-2) MicroProfile: Metrics activated
                2019-11-20 09:28:42,299 WARN  [org.jboss.weld.Bootstrap] (MSC service thread 1-2) WELD-000146: BeforeBeanDiscovery.addAnnotatedType(AnnotatedType) used for class com.sun.faces.flow.FlowDiscoveryCDIHelper is deprecated from CDI 1.1!
                2019-11-20 09:28:42,422 SEVERE [javax.enterprise.resource.webcontainer.jsf.application.view] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra
                2019-11-20 09:28:42,441 SEVERE [javax.enterprise.resource.webcontainer.jsf.flow] (MSC service thread 1-2) Unable to obtain CDI 1.1 utilities for Mojarra
                2019-11-20 09:28:42,529 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 91) WFLYUT0021: Registered web context: '/RoleManagerWSServer' for server 'default-server'
                2019-11-20 09:28:42,554 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 91) Mojarra 2.3.9.SP01 für Kontext '/RoleManagerWeb' wird initialisiert.
                2019-11-20 09:28:43,394 INFO  [org.primefaces.webapp.PostConstructApplicationEventListener] (ServerService Thread Pool -- 91) Running on PrimeFaces 7.0
                2019-11-20 09:28:43,421 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 91) WFLYUT0021: Registered web context: '/RoleManagerWeb' for server 'default-server'
                2019-11-20 09:28:44,615 INFO  [org.camunda.bpm.engine] (ServerService Thread Pool -- 76) ENGINE-00001 Process Engine default created.
                2019-11-20 09:28:44,617 INFO  [org.camunda.bpm.engine.jobexecutor] (ServerService Thread Pool -- 76) ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor].
                2019-11-20 09:28:44,619 INFO  [org.camunda.bpm.engine.jobexecutor] (pool-8-thread-1) ENGINE-14018 JobExecutor[org.camunda.bpm.container.impl.jboss.service.MscRuntimeContainerJobExecutor] starting to acquire jobs
                2019-11-20 09:28:44,620 INFO  [org.camunda.bpm.container.impl.jboss.service.MscManagedProcessEngine] (ServerService Thread Pool -- 76) jndi binding for process engine default is java:global/camunda-bpm-platform/process-engine/default
                2019-11-20 09:28:44,725 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "mysql-connector-java-5.1.47-bin.jar" (runtime-name : "mysql-connector-java-5.1.47-bin.jar")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "RoleManager.ear" (runtime-name : "RoleManager.ear")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "IDMService.ear" (runtime-name : "IDMService.ear")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "camunda-welcome.war" (runtime-name : "camunda-welcome.war")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "camunda-webapp-jboss-7.11.0.war" (runtime-name : "camunda-webapp-jboss-7.11.0.war")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "camunda-h2-webapp-7.11.0.war" (runtime-name : "camunda-h2-webapp-7.11.0.war")
                2019-11-20 09:28:44,726 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 45) WFLYSRV0010: Deployed "camunda-engine-rest-7.11.0.war" (runtime-name : "camunda-engine-rest-7.11.0.war")
                2019-11-20 09:28:44,777 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
                2019-11-20 09:28:44,780 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9999/management
                2019-11-20 09:28:44,780 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9999
                2019-11-20 09:28:44,781 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 16.0.0.Final (WildFly Core 8.0.0.Final) started in 12073ms - Started 1484 of 1686 services (387 services are lazy, passive or on-demand)
                2019-11-20 09:29:19,940 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found camunda-old-ofv-0.0.1-SNAPSHOT.war in deployment directory. To trigger deployment create a file called camunda-old-ofv-0.0.1-SNAPSHOT.war.dodeploy
                2019-11-20 09:29:24,996 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "camunda-old-ofv-0.0.1-SNAPSHOT.war" (runtime-name: "camunda-old-ofv-0.0.1-SNAPSHOT.war")
                2019-11-20 09:29:25,322 INFO  [org.camunda.bpm.container.impl.jboss.deployment.processor.ProcessApplicationProcessor] (MSC service thread 1-4) Detected user-provided @ProcessApplication component with name 'DefaultEjbProcessApplication'.
                2019-11-20 09:29:25,336 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for primary
                2019-11-20 09:29:25,336 INFO  [org.jboss.as.jpa] (MSC service thread 1-4) WFLYJPA0002: Read persistence.xml for processEntities
                2019-11-20 09:29:25,407 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 7) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'camunda-old-ofv-0.0.1-SNAPSHOT.war#processEntities'
                2019-11-20 09:29:25,407 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 7) HHH000204: Processing PersistenceUnitInfo [
                    name: processEntities
                    ...]
                2019-11-20 09:29:25,408 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 94) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'camunda-old-ofv-0.0.1-SNAPSHOT.war#primary'
                2019-11-20 09:29:25,409 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 94) HHH000204: Processing PersistenceUnitInfo [
                    name: primary
                    ...]
                2019-11-20 09:29:25,454 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment camunda-old-ofv-0.0.1-SNAPSHOT.war
                2019-11-20 09:29:25,492 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ProcessUserLogic' in deployment unit 'deployment "camunda-old-ofv-0.0.1-SNAPSHOT.war"' are as follows:
                
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessUserLogic!de.thm.mnd.camunda.minibpp.ProcessUserLogic
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessUserLogic!de.thm.mnd.camunda.minibpp.ProcessUserLogic
                    java:module/ProcessUserLogic!de.thm.mnd.camunda.minibpp.ProcessUserLogic
                    ejb:camunda-old-ofv-0.0.1-SNAPSHOT/ProcessUserLogic!de.thm.mnd.camunda.minibpp.ProcessUserLogic
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessUserLogic
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessUserLogic
                    java:module/ProcessUserLogic
                
                2019-11-20 09:29:25,492 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ProcessBusinessLogic' in deployment unit 'deployment "camunda-old-ofv-0.0.1-SNAPSHOT.war"' are as follows:
                
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessBusinessLogic!de.thm.mnd.camunda.minibpp.ProcessBusinessLogic
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessBusinessLogic!de.thm.mnd.camunda.minibpp.ProcessBusinessLogic
                    java:module/ProcessBusinessLogic!de.thm.mnd.camunda.minibpp.ProcessBusinessLogic
                    ejb:camunda-old-ofv-0.0.1-SNAPSHOT/ProcessBusinessLogic!de.thm.mnd.camunda.minibpp.ProcessBusinessLogic
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessBusinessLogic
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/ProcessBusinessLogic
                    java:module/ProcessBusinessLogic
                
                2019-11-20 09:29:25,492 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'DefaultEjbProcessApplication' in deployment unit 'deployment "camunda-old-ofv-0.0.1-SNAPSHOT.war"' are as follows:
                
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/DefaultEjbProcessApplication!org.camunda.bpm.application.ProcessApplicationInterface
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/DefaultEjbProcessApplication!org.camunda.bpm.application.ProcessApplicationInterface
                    java:module/DefaultEjbProcessApplication!org.camunda.bpm.application.ProcessApplicationInterface
                    ejb:camunda-old-ofv-0.0.1-SNAPSHOT/DefaultEjbProcessApplication!org.camunda.bpm.application.ProcessApplicationInterface
                    java:global/camunda-old-ofv-0.0.1-SNAPSHOT/DefaultEjbProcessApplication
                    java:app/camunda-old-ofv-0.0.1-SNAPSHOT/DefaultEjbProcessApplication
                    java:module/DefaultEjbProcessApplication
                
                2019-11-20 09:29:25,760 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 7) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'camunda-old-ofv-0.0.1-SNAPSHOT.war#primary'
                2019-11-20 09:29:25,760 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 94) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'camunda-old-ofv-0.0.1-SNAPSHOT.war#processEntities'
                2019-11-20 09:29:25,768 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 7) HHH000400: Using dialect: org.hibernate.dialect.MySQL55Dialect
                2019-11-20 09:29:25,772 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 7) Envers integration enabled? : true
                2019-11-20 09:29:25,789 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 94) HHH000400: Using dialect: org.hibernate.dialect.MariaDBDialect
                2019-11-20 09:29:25,795 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 94) Envers integration enabled? : true
                2019-11-20 09:29:25,997 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table company drop foreign key FK45nuqqimbkvrnvrb7877q62tm
                
                2019-11-20 09:29:26,016 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table instructor drop foreign key FK3kn07geu5htjuxelo7gucv7x8
                
                2019-11-20 09:29:26,023 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table person drop foreign key FKoorjau16p5oaop7bvnkm9gf27
                
                2019-11-20 09:29:26,030 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table student drop foreign key FKslayvtom01idjdexcxh76k935
                
                2019-11-20 09:29:26,038 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany drop foreign key FKhhtnrpswd4ilx399glhrb189r
                
                2019-11-20 09:29:26,049 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany_thesiscompanyinstructor drop foreign key FKmb9ma6wo8uxlrp6ckgm3eccns
                
                2019-11-20 09:29:26,056 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany_thesiscompanyinstructor drop foreign key FKj19230mcxpgaxqedc7p9egasr
                
                2019-11-20 09:29:26,063 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompanyinstructor drop foreign key FKp70y9wf029gtrqep5tv5m8pb0
                
                2019-11-20 09:29:26,070 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata drop foreign key FKoi3rhlnvtm7tyvjravsaulrwx
                
                2019-11-20 09:29:26,079 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata drop foreign key FKm547xt3fba20wvq8ol0io1iyv
                
                2019-11-20 09:29:26,087 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata drop foreign key FKg4kfey3xayctqj95y5wboho9g
                
                2019-11-20 09:29:26,092 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata drop foreign key FK1k5cucct7k7889gq8854wr1r2
                
                2019-11-20 09:29:26,098 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor drop foreign key FKqknnm3qnfdjg3e161he0f5xlr
                
                2019-11-20 09:29:26,106 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor drop foreign key FK5h8ld41pdjvblpjltvuxcvkd1
                
                2019-11-20 09:29:26,112 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor_thesisdata drop foreign key FKg0kpbwbv2nt5d9l0i6lsvgit7
                
                2019-11-20 09:29:26,120 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor_thesisdata drop foreign key FKkax03lkhb4m9pxxk2p9kii3bb
                
                2019-11-20 09:29:26,125 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists company
                
                2019-11-20 09:29:26,140 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists contact
                
                2019-11-20 09:29:26,152 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists instructor
                
                2019-11-20 09:29:26,166 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists person
                
                2019-11-20 09:29:26,179 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists student
                
                2019-11-20 09:29:26,194 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesiscompany
                
                2019-11-20 09:29:26,208 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesiscompany_thesiscompanyinstructor
                
                2019-11-20 09:29:26,223 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesiscompanyinstructor
                
                2019-11-20 09:29:26,236 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesisdata
                
                2019-11-20 09:29:26,249 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesisthminstructor
                
                2019-11-20 09:29:26,263 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: drop table if exists thesisthminstructor_thesisdata
                
                2019-11-20 09:29:26,280 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table company (id bigint not null auto_increment, creationDate datetime, updateDate datetime, version bigint not null, companyName varchar(255), contact_id bigint, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,301 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table contact (id bigint not null auto_increment, creationDate datetime, updateDate datetime, version bigint not null, city varchar(255), emailAddress varchar(255), phone varchar(255), street1 varchar(255), street2 varchar(255), zip varchar(255), primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,316 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table instructor (id bigint not null, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,335 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table person (id bigint not null auto_increment, creationDate datetime, updateDate datetime, version bigint not null, academicTitle varchar(255), firstName varchar(255), gender integer, lastName varchar(255), thmUid varchar(255), contact_id bigint, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,350 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table student (courseOfStudies varchar(255), examinationRegulation varchar(255), matrNo varchar(255), id bigint not null, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,361 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesiscompany (id bigint not null, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,375 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesiscompany_thesiscompanyinstructor (ThesisCompany_id bigint not null, thesisCompanyInstructorList_id bigint not null, primary key (ThesisCompany_id, thesisCompanyInstructorList_id)) engine=InnoDB
                
                2019-11-20 09:29:26,390 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesiscompanyinstructor (id bigint not null, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,407 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesisdata (id bigint not null auto_increment, creationDate datetime, updateDate datetime, version bigint not null, desiredStartDate date, mentoringAcceptedInstructorDate date, mentoringAcceptedInstructorPerson TEXT, plannedDegree integer, preliminaryTopic TEXT, student_id bigint not null, thesisCompany_id bigint, thesisCompanyInstructor_id bigint, thesisThmInstructor_id bigint, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,424 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesisthminstructor (id bigint not null auto_increment, creationDate datetime, updateDate datetime, version bigint not null, checkDataCorrectnessInstructor bit, firstInstructorAcceptedExaminationBoard bit, formThesisCreatedSecretariat bit, legalInformationStudent bit, mentoringAcceptedSecondInstructor bit, mentoringAcceptedTHMInstructor bit, mentoringDeniedTHMInstructor bit, noOtherExaminationProcedureStudent bit, permissionApprovedExaminationBoard bit, permissionApprovedSecretariat bit, permissionApprovedWithRestrictionsExaminationBoard bit, permissionApprovedWithRestrictionsSecretariat bit, permissionDeniedExaminationBoard bit, permissionDeniedSecretariat bit, registeredColloquiumDate bit, registeredGradeForThesisAndColloquium bit, requiredModulesCompletedSecretariat bit, requiredModulesForDegree bit, requirementsThesisStudent bit, resolvedTopicWithInstructorStudent bit, secondInstructorAcceptedExaminationBoard bit, secondInstructorAcceptedSecretariat bit, specialistClauseColoquiumStudent bit, spezializedQualificationExternally bit, verificationQualificationSecondInstructor bit, student_id bigint not null, primary key (id)) engine=InnoDB
                
                2019-11-20 09:29:26,444 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: create table thesisthminstructor_thesisdata (ThesisThmInstructor_id bigint not null, studentList_id bigint not null, primary key (ThesisThmInstructor_id, studentList_id)) engine=InnoDB
                
                2019-11-20 09:29:26,461 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany_thesiscompanyinstructor add constraint UK_eti2gp303wr34v8f2wr4k930a unique (thesisCompanyInstructorList_id)
                
                2019-11-20 09:29:26,485 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata add constraint UK_d9v1jq4jfsmbdedfcy8mbp9ch unique (student_id)
                
                2019-11-20 09:29:26,503 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor add constraint UK_mp9h98qiitn3nawwie1cni6x9 unique (student_id)
                
                2019-11-20 09:29:26,518 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor_thesisdata add constraint UK_d6rdcyau2ej23ebxd2qvbqd3 unique (studentList_id)
                
                2019-11-20 09:29:26,532 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table company add constraint FK45nuqqimbkvrnvrb7877q62tm foreign key (contact_id) references contact (id)
                
                2019-11-20 09:29:26,595 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table instructor add constraint FK3kn07geu5htjuxelo7gucv7x8 foreign key (id) references person (id)
                
                2019-11-20 09:29:26,650 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table person add constraint FKoorjau16p5oaop7bvnkm9gf27 foreign key (contact_id) references contact (id)
                
                2019-11-20 09:29:26,701 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table student add constraint FKslayvtom01idjdexcxh76k935 foreign key (id) references person (id)
                
                2019-11-20 09:29:26,746 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany add constraint FKhhtnrpswd4ilx399glhrb189r foreign key (id) references company (id)
                
                2019-11-20 09:29:26,797 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany_thesiscompanyinstructor add constraint FKmb9ma6wo8uxlrp6ckgm3eccns foreign key (thesisCompanyInstructorList_id) references thesiscompanyinstructor (id)
                
                2019-11-20 09:29:26,840 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompany_thesiscompanyinstructor add constraint FKj19230mcxpgaxqedc7p9egasr foreign key (ThesisCompany_id) references thesiscompany (id)
                
                2019-11-20 09:29:26,899 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesiscompanyinstructor add constraint FKp70y9wf029gtrqep5tv5m8pb0 foreign key (id) references instructor (id)
                
                2019-11-20 09:29:26,984 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata add constraint FKoi3rhlnvtm7tyvjravsaulrwx foreign key (student_id) references student (id)
                
                2019-11-20 09:29:27,042 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata add constraint FKm547xt3fba20wvq8ol0io1iyv foreign key (thesisCompany_id) references thesiscompany (id)
                
                2019-11-20 09:29:27,113 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata add constraint FKg4kfey3xayctqj95y5wboho9g foreign key (thesisCompanyInstructor_id) references thesiscompanyinstructor (id)
                
                2019-11-20 09:29:27,203 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisdata add constraint FK1k5cucct7k7889gq8854wr1r2 foreign key (thesisThmInstructor_id) references thesisthminstructor (id)
                
                2019-11-20 09:29:27,258 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor add constraint FKqknnm3qnfdjg3e161he0f5xlr foreign key (student_id) references student (id)
                
                2019-11-20 09:29:27,310 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor add constraint FK5h8ld41pdjvblpjltvuxcvkd1 foreign key (id) references instructor (id)
                
                2019-11-20 09:29:27,369 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor_thesisdata add constraint FKg0kpbwbv2nt5d9l0i6lsvgit7 foreign key (studentList_id) references thesisdata (id)
                
                2019-11-20 09:29:27,382 INFO  [org.hibernate.tool.schema.internal.SchemaCreatorImpl] (ServerService Thread Pool -- 94) HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@1d9e397'
                2019-11-20 09:29:27,407 INFO  [stdout] (ServerService Thread Pool -- 7) Hibernate: alter table thesisthminstructor_thesisdata add constraint FKkax03lkhb4m9pxxk2p9kii3bb foreign key (ThesisThmInstructor_id) references thesisthminstructor (id)
                
                2019-11-20 09:29:27,439 INFO  [org.hibernate.tool.schema.internal.SchemaCreatorImpl] (ServerService Thread Pool -- 7) HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@1d9e397'
                2019-11-20 09:29:27,443 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "camunda-old-ofv-0.0.1-SNAPSHOT.war")]) - failure description: {
                    "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.web-security-domain"],
                    "WFLYCTL0180: Services with missing/unavailable dependencies" => [
                        "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.DefaultEjbProcessApplication.CREATE is missing [jboss.security.security-domain.web-security-domain]",
                        "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.ProcessUserLogic.CREATE is missing [jboss.security.security-domain.web-security-domain]",
                        "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.ProcessBusinessLogic.CREATE is missing [jboss.security.security-domain.web-security-domain]"
                    ]
                }
                2019-11-20 09:29:27,485 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "camunda-old-ofv-0.0.1-SNAPSHOT.war" (runtime-name : "camunda-old-ofv-0.0.1-SNAPSHOT.war")
                2019-11-20 09:29:27,485 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
                WFLYCTL0184:    New missing/unsatisfied dependencies:
                      service jboss.security.security-domain.web-security-domain (missing) dependents: [service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.ProcessBusinessLogic.CREATE, service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.DefaultEjbProcessApplication.CREATE, service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.ProcessUserLogic.CREATE] 
                WFLYCTL0448: 65 additional services are down due to their dependencies being missing or failed
                • 5. Re: Wildfly 16 jdbc realm, security domain
                  mayerw01

                  In step "Configure an http-authentication-factory" (WildFly Elytron Security) you may find an example.
                  For setting the mechanism-configurations afterwards you my try a command like this:


                  /subsystem=elytron/http-authentication-factory=http-db-auth-camunda:write-attribute(name=mechanism-configurations,value=[mechanism-realm-configurations=[{realm-name = web-security-domain}]])

                  • 6. Re: Wildfly 16 jdbc realm, security domain
                    nschweig

                    Hi,

                    I set it now and verifying it via cli shows me the following:

                    Unfortunately it does not work:

                    2019-11-21 08:38:16,172 ERROR [org.jboss.as.controller.management-operation] (DeploymentScanner-threads - 2) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "camunda-old-ofv-0.0.1-SNAPSHOT.war")]) - failure description: {
                        "WFLYCTL0412: Required services that are not installed:" => ["jboss.security.security-domain.web-security-domain"],
                        "WFLYCTL0180: Services with missing/unavailable dependencies" => [
                            "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.ProcessBusinessLogic.CREATE is missing [jboss.security.security-domain.web-security-domain]",
                            "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.ProcessUserLogic.CREATE is missing [jboss.security.security-domain.web-security-domain]",
                            "jboss.deployment.unit.\"camunda-old-ofv-0.0.1-SNAPSHOT.war\".component.DefaultEjbProcessApplication.CREATE is missing [jboss.security.security-domain.web-security-domain]"
                        ]
                    }
                    2019-11-21 08:38:16,209 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) WFLYSRV0010: Deployed "camunda-old-ofv-0.0.1-SNAPSHOT.war" (runtime-name : "camunda-old-ofv-0.0.1-SNAPSHOT.war")
                    2019-11-21 08:38:16,209 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 2) WFLYCTL0183: Service status report
                    WFLYCTL0184:    New missing/unsatisfied dependencies:
                          service jboss.security.security-domain.web-security-domain (missing) dependents: [service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.ProcessBusinessLogic.CREATE, service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.DefaultEjbProcessApplication.CREATE, service jboss.deployment.unit."camunda-old-ofv-0.0.1-SNAPSHOT.war".component.ProcessUserLogic.CREATE]
                    WFLYCTL0448: 65 additional services are down due to their dependencies being missing or failed

                     

                    Do you have any more ideas?

                    Thanks a lot for you help!!

                    Nicole

                    • 7. Re: Wildfly 16 jdbc realm, security domain
                      mayerw01

                      Hi Nicole,

                       

                      The message is saying that the component DefaultEjbProcessApplication is failing.
                      So just to be sure, did you also add the domain to your ejb subsystem as described in step "5.3. EJB Subsystem"?

                      You could check this via:
                      /subsystem=ejb3/application-security-domain=web-security-domain:read-resource

                      • 8. Re: Wildfly 16 jdbc realm, security domain
                        nschweig

                        Hi,

                        I tried to configure it from scratch only via CLI. Now it works.

                        Thanks a lot for your help.

                        Nicole