0 Replies Latest reply on Jul 9, 2018 4:18 AM by jam94

    Jboss As not starting up, after upgrade to wildfly 11: missing .beanmanager

    jam94

      Intro:

       

      I have trouble running wildfly with eclipse, after upgrading to wildfy11 and errai4.
      The logs are not very helpful, just saying that the <app>.war file could not be deployed
      due to missing .beanmanger dependency.
      Any hints ? Maybe I missed a dependency in the gradle file.

       

      Debug configurations (superDevMode)

      Programm Args:

      -remoteUI "${gwt_remote_ui_server_port}:${unique_id}"

      -logLevel INFO

      -codeServerPort 9876

      -port 8888 ...

      -war /home/work/projects/safePro/sourceFiles/safepro/safepro/war

      -server org.jboss.errai.cdi.server.gwt.EmbeddedWildFlyLauncher at.ogs.safepro.SafeproDev

      -startupUrl ... at.ogs.safepro.SafeproDev

       

      Vm Args:

                          -Xmx3000m

                          -Derrai.jboss.home=/home/work/projects/bin/wildfly/wildfly-11.0.0.Final

                          -Derrai.dev.context=safepro

                          -Dorg.apache.deltaspike.ProjectStage=Development

       

      build.gradle

      dependencies{

      implementation 'org.jboss.errai.bom:errai-bom:4.2.2.Final'

       

      // Java EE

      implementation 'javax:javaee-api'

       

       

      // Errai

      implementation 'org.jboss.errai:errai-common'

      implementation 'org.jboss.errai:errai-bus'

      implementation 'org.jboss.errai:errai-data-binding'

      implementation 'org.jboss.errai:errai-ui'

      implementation 'org.jboss.errai:errai-navigation'

      implementation 'org.jboss.errai:errai-validation'

      implementation 'org.jboss.errai:errai-jaxrs-client'

      implementation 'org.jboss.errai:errai-cdi-client'

      implementation 'org.jboss.errai:errai-cdi-server'

       

       

      implementation 'org.jboss.errai:errai-javax-enterprise'

      implementation 'org.jboss.errai:errai-ioc'

      implementation 'org.jboss.errai:errai-marshalling'

       

       

       

      // embedded wildfly launcher (required for eclipse only, may not be deployed)

      compileOnly 'org.jboss.errai:errai-cdi-jboss:4.2.2.Final'

      runtimeOnly 'org.jboss.errai:errai-jboss-as-support:4.2.2Final'

       

      ...

      }

      Eclipse console log:

      The code server is ready at http://127.0.0.1:9876/

      Code server started in 7.813 s ms

      09:16:56,439 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-6) Attempting to load org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:16:56,443 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Searching for class: org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:16:56,446 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Could not find URL for org.jboss.errai.cdi.EventQualifierSerializerImpl. Attempting to load with context class loader.

      09:16:56,446 WARN  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Could not load org.jboss.errai.cdi.EventQualifierSerializerImpl class.

      09:16:56,446 WARN  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-6) No org.jboss.errai.cdi.EventQualifierSerializerImpl found on the classpath. Attempting to generate and load.

      09:16:56,447 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-6) Generating source for org.jboss.errai.cdi.EventQualifierSerializerImpl...

      09:16:56,524 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:16:56,569 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:16:56,569 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:16:56,571 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-115) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      09:16:56,571 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-115) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      09:16:57,084 INFO  [org.jboss.errai.reflections.Reflections] (Thread-115) Reflections took 511 ms to scan 14 urls, producing 2603 keys and 16588 values [using 2 cores]

      09:16:57,186 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-6) Successfully generated source for org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:16:57,186 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-6) Attempting to compile and load org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:16:57,187 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Compiling and loading org.jboss.errai.cdi.EventQualifierSerializerImpl from source...

      09:16:57,246 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Using temporary directory for source and class files: /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi

      09:16:57,246 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Directory /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi already exists. Deleting directory and contents (enable debug logging to see deleted files).

      09:16:57,246 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Writing source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      09:16:57,247 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-6) Compiling org.jboss.errai.cdi.EventQualifierSerializerImpl in source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      09:16:57,254 WARN  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-6) Failed to load static or create static EventQualifierSerializer. Falling back to dynamic serialization.

      Starting container initialization...

         Creating new command context...

            Command context created

         Attempting to connect with http-remoting protocol.

      Warning! The CLI is running in a non-modular environment and cannot load commands from management extensions.

            Connected to JBoss AS

         Adding deployment safepro.war at /home/work/projects/safePro/sourceFiles/safepro/safepro/war...

            Deployment resource added

         Deploying safepro.war...

      09:17:02,787 INFO  [org.eclipse.jetty.util.log] (MSC service thread 1-1) Logging initialized @21838ms

      09:17:02,801 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) Attempting to load org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:17:02,803 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Searching for class: org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:17:02,804 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Could not find URL for org.jboss.errai.cdi.EventQualifierSerializerImpl. Attempting to load with context class loader.

      09:17:02,805 WARN  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Could not load org.jboss.errai.cdi.EventQualifierSerializerImpl class.

      09:17:02,805 WARN  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) No org.jboss.errai.cdi.EventQualifierSerializerImpl found on the classpath. Attempting to generate and load.

      09:17:02,805 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) Generating source for org.jboss.errai.cdi.EventQualifierSerializerImpl...

      09:17:02,859 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:17:02,899 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:17:02,900 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:17:02,902 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-124) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      09:17:02,903 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-124) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      09:17:03,340 INFO  [org.jboss.errai.reflections.Reflections] (Thread-124) Reflections took 435 ms to scan 14 urls, producing 2603 keys and 16588 values [using 2 cores]

      09:17:03,439 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) Successfully generated source for org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:17:03,439 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) Attempting to compile and load org.jboss.errai.cdi.EventQualifierSerializerImpl

      09:17:03,439 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Compiling and loading org.jboss.errai.cdi.EventQualifierSerializerImpl from source...

      09:17:03,595 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Using temporary directory for source and class files: /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi

      09:17:03,596 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Directory /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi already exists. Deleting directory and contents (enable debug logging to see deleted files).

      09:17:03,597 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Writing source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      09:17:03,597 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Compiling org.jboss.errai.cdi.EventQualifierSerializerImpl in source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      09:17:03,599 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (MSC service thread 1-1) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      09:17:04,192 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-1) Loading compiled class at /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/org/jboss/errai/cdi/EventQualifierSerializerImpl.class...

      09:17:04,193 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-1) Successfully generated and loaded org.jboss.errai.cdi.EventQualifierSerializerImpl

            Attempting to stop container...

               Attempting to stop JBoss AS instance...

                  [ERROR] Could not shutdown JBoss AS instance. Restarting this container while a JBoss AS instance is still running will cause errors.

                  Terminating command context...

                     Command context terminated

      Unable to start embedded HTTP server

      [ERROR] shell failed in doStartupServer method

      java.lang.IllegalStateException: Could not deploy safepro.war:

      Input:

      {

          "operation" : "deploy",

          "address" : [{

              "deployment" : "safepro.war"

          }]

      }

      Output:

      {

          "outcome" : "failed",

          "failure-description" : {

              "WFLYCTL0080: Failed services" : {"jboss.deployment.unit.\"safepro.war\".INSTALL" : "WFLYSRV0153: Failed to process phase INSTALL of deployment \"safepro.war\"\n    Caused by: java.util.ServiceConfigurationError: javax.servlet.ServletContainerInitializer: Provider org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer not found"},

              "WFLYCTL0412: Required services that are not installed:" : ["jboss.deployment.unit.\"safepro.war\".beanmanager"],

              "WFLYCTL0180: Services with missing/unavailable dependencies" : [

                  "jboss.deployment.unit.\"safepro.war\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"safepro.war\".beanmanager]",

                  "jboss.deployment.unit.\"safepro.war\".batch.artifact.factory is missing [jboss.deployment.unit.\"safepro.war\".beanmanager]"

              ],

              "WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." : {

                  "Services that were unable to start:" : [

                      "jboss.deployment.unit.\"safepro.war\".batch.environment",

                      "jboss.deployment.unit.\"safepro.war\".batch.job-operator"

                  ],

                  "Services that may be the cause:" : [

                      "jboss.deployment.unit.\"app.war\".beanmanager",

                      "jboss.deployment.unit.\"safepro.war\".beanmanager"

                  ]

              }

          },

          "rolled-back" : true

      }

      at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploymentRelatedOp(JBossServletContainerAdaptor.java:300)

      at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.attemptDeploy(JBossServletContainerAdaptor.java:288)

      at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:163)

      at org.jboss.errai.cdi.server.as.JBossServletContainerAdaptor.<init>(JBossServletContainerAdaptor.java:74)

      at org.jboss.errai.cdi.server.gwt.EmbeddedWildFlyLauncher.start(EmbeddedWildFlyLauncher.java:111)

      at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java:636)

      at com.google.gwt.dev.DevModeBase.startUp(DevModeBase.java:923)

      at com.google.gwt.dev.DevModeBase.run(DevModeBase.java:706)

      at com.google.gwt.dev.DevMode.main(DevMode.java:432)

       

      Wildfly-11 server log:

      2018-07-09 09:49:47,276 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Attempting to load org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:47,280 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Searching for class: org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:47,284 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Could not find URL for org.jboss.errai.cdi.EventQualifierSerializerImpl. Attempting to load with context class loader.

      2018-07-09 09:49:47,285 WARN  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Could not load org.jboss.errai.cdi.EventQualifierSerializerImpl class.

      2018-07-09 09:49:47,285 WARN  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) No org.jboss.errai.cdi.EventQualifierSerializerImpl found on the classpath. Attempting to generate and load.

      2018-07-09 09:49:47,285 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Generating source for org.jboss.errai.cdi.EventQualifierSerializerImpl...

      2018-07-09 09:49:47,370 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:47,408 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:47,410 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-115) Module vfs:/content/app.war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:47,412 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-115) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      2018-07-09 09:49:47,412 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-115) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      2018-07-09 09:49:48,007 INFO  [org.jboss.errai.reflections.Reflections] (Thread-115) Reflections took 593 ms to scan 14 urls, producing 2603 keys and 16588 values [using 2 cores]

      2018-07-09 09:49:48,134 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Successfully generated source for org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:48,135 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Attempting to compile and load org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:48,135 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Compiling and loading org.jboss.errai.cdi.EventQualifierSerializerImpl from source...

      2018-07-09 09:49:48,167 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Using temporary directory for source and class files: /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi

      2018-07-09 09:49:48,167 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Directory /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi already exists. Deleting directory and contents (enable debug logging to see deleted files).

      2018-07-09 09:49:48,167 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Writing source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      2018-07-09 09:49:48,167 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Compiling org.jboss.errai.cdi.EventQualifierSerializerImpl in source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      2018-07-09 09:49:48,174 WARN  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-4) Failed to load static or create static EventQualifierSerializer. Falling back to dynamic serialization.

      2018-07-09 09:49:54,075 INFO  [org.eclipse.jetty.util.log] (MSC service thread 1-4) Logging initialized @23790ms

      2018-07-09 09:49:54,090 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Attempting to load org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:54,092 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Searching for class: org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:54,093 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Could not find URL for org.jboss.errai.cdi.EventQualifierSerializerImpl. Attempting to load with context class loader.

      2018-07-09 09:49:54,093 WARN  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Could not load org.jboss.errai.cdi.EventQualifierSerializerImpl class.

      2018-07-09 09:49:54,093 WARN  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) No org.jboss.errai.cdi.EventQualifierSerializerImpl found on the classpath. Attempting to generate and load.

      2018-07-09 09:49:54,093 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Generating source for org.jboss.errai.cdi.EventQualifierSerializerImpl...

      2018-07-09 09:49:54,144 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:54,176 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:54,177 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (Thread-124) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:54,181 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-124) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      2018-07-09 09:49:54,181 INFO  [org.jboss.errai.common.metadata.MetaDataScanner] (Thread-124) added class scanning extensions: org.jboss.errai.common.metadata.JbossVFsTypeHandler

      2018-07-09 09:49:54,714 INFO  [org.jboss.errai.reflections.Reflections] (Thread-124) Reflections took 492 ms to scan 14 urls, producing 2603 keys and 16588 values [using 2 cores]

      2018-07-09 09:49:54,827 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Successfully generated source for org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:54,827 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Attempting to compile and load org.jboss.errai.cdi.EventQualifierSerializerImpl

      2018-07-09 09:49:54,827 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Compiling and loading org.jboss.errai.cdi.EventQualifierSerializerImpl from source...

      2018-07-09 09:49:54,879 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Using temporary directory for source and class files: /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi

      2018-07-09 09:49:54,879 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Directory /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi already exists. Deleting directory and contents (enable debug logging to see deleted files).

      2018-07-09 09:49:54,880 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Writing source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      2018-07-09 09:49:54,880 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Compiling org.jboss.errai.cdi.EventQualifierSerializerImpl in source file /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/EventQualifierSerializerImpl.java...

      2018-07-09 09:49:54,883 WARN  [org.jboss.errai.common.metadata.ErraiAppPropertiesFiles] (MSC service thread 1-4) Module vfs:/home/work/projects/safePro/sourceFiles/safepro/safepro/war/WEB-INF/classes/ contains ErraiApp.properties in root dir. Please consider moving it to META-INF/

      2018-07-09 09:49:55,557 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (MSC service thread 1-4) Loading compiled class at /tmp/work/errai/75467221a9a76cea9e6efa64b366a0ea32ea259/errai.gen/classes/org/jboss/errai/cdi/org/jboss/errai/cdi/EventQualifierSerializerImpl.class...

      2018-07-09 09:49:55,558 INFO  [org.jboss.errai.enterprise.rebind.NonGwtEventQualifierSerializerGenerator] (MSC service thread 1-4) Successfully generated and loaded org.jboss.errai.cdi.EventQualifierSerializerImpl