Uploaded image for project: 'AppFormer'
  1. AppFormer
  2. AF-833

Reduce startup log verbosity so errors and genuine warnings are easier to spot

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • General workbench
    • None
    • NEW
    • NEW

      When starting up optaplanner-wb-webapp locally, I get the log below.
      Sometimes there are genuine stacktraces, errors or warnings in there, but I simply don't see them. A cat wouldn't even find its kittens in there. (proverb)

      We need to reduce the default verbosity, and allow the full verbosity to be enabled through a log change (which we can override from with a program argument so it's just a second run configuration in IntelliJ).

      Runing CodeServer with parameters: [-noprecompile, -port, 9876, -sourceLevel, 1.8, -bindAddress, 127.0.0.1, -launcherDir, /home/ge0ffrey/.IntelliJIdea15/system/gwt/optaplanner-wb.23f9d8ed/optaplanner-wb-webapp.a5b8adf5/run/www, -logLevel, INFO, -style, OBFUSCATED, org.optaplanner.workbench.OptaPlannerWorkbench]
      Super Dev Mode starting up
         workDir: /tmp/gwt-codeserver-1224660558826909906.tmp
      11:37:18,012 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
      11:37:18,012 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
      11:37:18,012 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/home/ge0ffrey/projects/jboss/just-optaplanner/optaplanner-wb/optaplanner-wb-webapp/src/main/resources/logback.xml]
      11:37:18,013 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
      11:37:18,013 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/home/ge0ffrey/projects/jboss/just-optaplanner/optaplanner-wb/optaplanner-wb-webapp/src/main/webapp/WEB-INF/classes/logback.xml]
      11:37:18,013 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/home/ge0ffrey/projects/jboss/just-optaplanner/optaplanner-wb/optaplanner-wb-webapp/src/main/resources/logback.xml]
      11:37:18,048 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
      11:37:18,110 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
      11:37:18,117 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [consoleAppender]
      11:37:18,135 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
      11:37:18,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.kie] to INFO
      11:37:18,222 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.drools] to INFO
      11:37:18,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.guvnor] to INFO
      11:37:18,223 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.optaplanner] to INFO
      11:37:18,223 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to ERROR
      11:37:18,223 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [consoleAppender] to Logger[ROOT]
      11:37:18,223 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
      11:37:18,224 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@56bd038b - Registering current configuration as safe fallback point
      
         Loading Java files in org.optaplanner.workbench.OptaPlannerWorkbench.
         Ignored 2 units with compilation errors in first pass.
      Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
         Module setup completed in 26531 ms
      
      The code server is ready at http://127.0.0.1:9876/
      Code server started in 26.63 s ms
      INFO  [org.jboss.modules] JBoss Modules version 1.3.3.Final
      INFO  [org.jboss.msc] JBoss MSC version 1.2.2.Final
      INFO  [org.jboss.as] JBAS015899: WildFly 8.1.0.Final "Kenny" starting
      INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
      INFO  [org.xnio] XNIO version 3.2.2.Final
      INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.2.Final
      INFO  [org.jboss.remoting] JBoss Remoting version 4.0.3.Final
      INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
      INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
      INFO  [org.wildfly.extension.io] WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
      INFO  [org.jboss.as.security] JBAS013171: Activating Security Subsystem
      WARN  [org.jboss.as.txn] JBAS010153: Node identifier property is set to the default value. Please make sure it is unique.
      INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
      INFO  [org.wildfly.extension.undertow] JBAS017502: Undertow 1.0.15.Final starting
      INFO  [org.wildfly.extension.undertow] JBAS017502: Undertow 1.0.15.Final starting
      INFO  [org.jboss.as.jsf] JBAS012615: Activated the following JSF Implementations: [main]
      INFO  [org.jboss.as.security] JBAS013170: Current PicketBox version=4.0.21.Beta1
      INFO  [org.jboss.as.connector.subsystems.datasources] JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      INFO  [org.jboss.as.connector.logging] JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.5.Final)
      INFO  [org.jboss.as.connector.deployers.jdbc] JBAS010417: Started Driver service with driver-name = h2
      INFO  [org.jboss.as.naming] JBAS011802: Starting Naming Service
      INFO  [org.jboss.as.mail.extension] JBAS015400: Bound mail session [java:jboss/mail/Default]
      INFO  [org.wildfly.extension.undertow] JBAS017527: Creating file handler for path /home/ge0ffrey/projects/jboss/just-optaplanner/optaplanner-wb/optaplanner-wb-webapp/target/wildfly-8.1.0.Final/welcome-content
      INFO  [org.wildfly.extension.undertow] JBAS017525: Started server default-server.
      INFO  [org.wildfly.extension.undertow] JBAS017531: Host default-host starting
      INFO  [com.arjuna.ats.jbossatx] ARJUNA032010: JBossTS Recovery Service (tag: 9aa71) - JBoss Inc.
      INFO  [com.arjuna.ats.arjuna] ARJUNA012324: Start RecoveryActivators
      INFO  [com.arjuna.ats.arjuna] ARJUNA012296: ExpiredEntryMonitor running at Tue, 1 Mar 2016 11:37:45
      INFO  [org.wildfly.extension.undertow] JBAS017519: Undertow HTTP listener default listening on /127.0.0.1:8888
      INFO  [com.arjuna.ats.arjuna] ARJUNA012343: RecoveryManagerImple is ready. Socket listener is turned off.
      INFO  [com.arjuna.ats.jbossatx] ARJUNA032013: Starting transaction recovery manager
      INFO  [com.arjuna.ats.jbossatx] ARJUNA032017: JBossTS Transaction Service (JTA version - tag: 9aa71) - JBoss Inc.
      INFO  [org.jboss.as.server.deployment.scanner] JBAS015012: Started FileSystemDeploymentService for directory /home/ge0ffrey/projects/jboss/just-optaplanner/optaplanner-wb/optaplanner-wb-webapp/target/wildfly-8.1.0.Final/standalone/deployments
      INFO  [org.jboss.as.connector.subsystems.datasources] JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
      INFO  [org.jboss.ws.common.management] JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.2.4.Final
      INFO  [org.jboss.as] JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
      INFO  [org.jboss.as] JBAS015951: Admin console listening on http://127.0.0.1:9990
      INFO  [org.jboss.as] JBAS015874: WildFly 8.1.0.Final "Kenny" started in 2118ms - Started 184 of 233 services (81 services are lazy, passive or on-demand)
      Starting container initialization...
         Creating new command context...
      WARN: can't find jboss-cli.xml. Using default configuration values.
            Command context created
         Attempting to connect with http-remoting protocol.
      INFO  [org.xnio] XNIO version 3.2.0.Final
      INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.2.0.Final
      INFO  [org.jboss.remoting] JBoss Remoting version 4.0.0.Final
            Connected to JBoss AS
         Adding deployment ROOT.war at /home/ge0ffrey/.IntelliJIdea15/system/gwt/optaplanner-wb.23f9d8ed/optaplanner-wb-webapp.a5b8adf5/run/www...
            Deployment resource added
         Deploying ROOT.war...
      INFO  [org.jboss.as.server.deployment] JBAS015876: Starting deployment of "ROOT.war" (runtime-name: "ROOT.war")
      WARN  [org.jboss.as.server.deployment] JBAS015960: Class Path entry jaxb-api.jar in /home/ge0ffrey/.IntelliJIdea15/system/gwt/optaplanner-wb.23f9d8ed/optaplanner-wb-webapp.a5b8adf5/run/www/WEB-INF/lib/jaxb-core-2.2.11.jar  does not point to a valid jar for a Class-Path reference.
      WARN  [org.jboss.weld.deployer] JBAS016017: Found both WEB-INF/beans.xml and WEB-INF/classes/META-INF/beans.xml. It is not portable to use both locations at the same time. Weld is going to use the former location for this deployment.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.jsp" is using a private module ("org.jboss.as.domain-management:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.jsp" is using a private module ("org.jboss.as.domain-management:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.jsp" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.jsp" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ROOT.war" is using a private module ("org.jboss.as.domain-management:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ROOT.war" is using a private module ("org.jboss.as.domain-management:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ROOT.war" is using a private module ("org.jboss.as.naming:main") which may be changed or removed in future versions without notice.
      WARN  [org.jboss.as.dependency.private] JBAS018567: Deployment "deployment.ROOT.war" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
      INFO  [org.jboss.weld.deployer] JBAS016002: Processing weld deployment ROOT.war
      INFO  [org.hibernate.validator.internal.util.Version] HV000001: Hibernate Validator 5.1.0.Final
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named ConfigServiceWatchServiceExecutorImpl in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
      	java:app/ROOT/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
      	java:module/ConfigServiceWatchServiceExecutorImpl!org.guvnor.structure.backend.config.watch.ConfigServiceWatchServiceExecutor
      	java:global/ROOT/ConfigServiceWatchServiceExecutorImpl
      	java:app/ROOT/ConfigServiceWatchServiceExecutorImpl
      	java:module/ConfigServiceWatchServiceExecutorImpl
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named SimpleAsyncExecutorService in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/SimpleAsyncExecutorService!org.uberfire.commons.async.DisposableExecutor
      	java:app/ROOT/SimpleAsyncExecutorService!org.uberfire.commons.async.DisposableExecutor
      	java:module/SimpleAsyncExecutorService!org.uberfire.commons.async.DisposableExecutor
      	java:global/ROOT/SimpleAsyncExecutorService
      	java:app/ROOT/SimpleAsyncExecutorService
      	java:module/SimpleAsyncExecutorService
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named AlternativeStarterBean in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
      	java:app/ROOT/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
      	java:module/AlternativeStarterBean!org.uberfire.backend.server.cdi.AlternativeStarterBean
      	java:global/ROOT/AlternativeStarterBean
      	java:app/ROOT/AlternativeStarterBean
      	java:module/AlternativeStarterBean
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named AvailableJobsExecutor in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl
      	java:app/ROOT/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl
      	java:module/AvailableJobsExecutor!org.jbpm.executor.cdi.impl.AvailableJobsExecutorCDIImpl
      	java:global/ROOT/AvailableJobsExecutor
      	java:app/ROOT/AvailableJobsExecutor
      	java:module/AvailableJobsExecutor
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named MailboxProcessOutgoingExecutorManager in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager
      	java:app/ROOT/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager
      	java:module/MailboxProcessOutgoingExecutorManager!org.guvnor.inbox.backend.server.MailboxProcessOutgoingExecutorManager
      	java:global/ROOT/MailboxProcessOutgoingExecutorManager
      	java:app/ROOT/MailboxProcessOutgoingExecutorManager
      	java:module/MailboxProcessOutgoingExecutorManager
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named IncrementalBuilderExecutorManager in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager
      	java:app/ROOT/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager
      	java:module/IncrementalBuilderExecutorManager!org.guvnor.common.services.builder.IncrementalBuilderExecutorManager
      	java:global/ROOT/IncrementalBuilderExecutorManager
      	java:app/ROOT/IncrementalBuilderExecutorManager
      	java:module/IncrementalBuilderExecutorManager
      
      INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] JNDI bindings for session bean named IOWatchServiceExecutorImpl in deployment unit deployment "ROOT.war" are as follows:
      
      	java:global/ROOT/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor
      	java:app/ROOT/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor
      	java:module/IOWatchServiceExecutorImpl!org.uberfire.backend.server.io.watch.IOWatchServiceExecutor
      	java:global/ROOT/IOWatchServiceExecutorImpl
      	java:app/ROOT/IOWatchServiceExecutorImpl
      	java:module/IOWatchServiceExecutorImpl
      
      INFO  [org.jboss.weld.deployer] JBAS016005: Starting Services for CDI deployment: ROOT.war
      INFO  [org.jboss.weld.Version] WELD-000900: 2.1.2 (Final)
      INFO  [org.jboss.weld.deployer] JBAS016008: Starting weld service for deployment ROOT.war
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] org.jbpm.executor.cdi.impl.ExcludeNonCDIImplExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.errai.security.server.SecurityAnnotationExtension.addParameterLogger(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] org.picketlink.extension.PicketLinkExtension.vetoIdentityImplementations(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] public org.jboss.errai.cdi.server.CDIExtensionPoints.observeResources(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] org.uberfire.backend.server.cdi.SystemConfigProducer.processAnnotatedType(@Observes ProcessAnnotatedType<Object>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      WARN  [org.jboss.weld.Event] WELD-000411: Observer method [BackedAnnotatedMethod] org.kie.internal.runtime.cdi.ActivateExtension.processAnnotatedType(@Observes ProcessAnnotatedType<Object>, BeanManager) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
      [0m11:37:51,008 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) starting errai cdi ...
      [0m[0m11:37:52,049 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.scorecardxls.backend.server.ScoreCardXLSServiceImpl
      [0m[0m11:37:52,053 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.enums.backend.server.EnumServiceImpl
      [0m[0m11:37:52,068 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.explorer.backend.server.ExplorerServiceImpl
      [0m[0m11:37:52,080 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.search.backend.server.SearchServiceImpl
      [0m[0m11:37:52,082 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.m2repo.backend.server.M2RepoServiceImpl
      [0m[0m11:37:52,087 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.refactoring.backend.server.query.RefactoringQueryServiceImpl
      [0m[0m11:37:52,096 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.inbox.backend.server.InboxServiceImpl
      [0m[0m11:37:52,101 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.repositories.RepositoryServiceImpl
      [0m[0m11:37:52,102 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.organizationalunit.OrganizationalUnitServiceImpl
      [0m[0m11:37:52,108 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.repositories.RepositoryServiceEditorImpl
      [0m[0m11:37:52,109 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.structure.backend.FileNavigatorServiceImpl
      [0m[0m11:37:52,110 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.server.SocialActivitiesServer
      [0m[0m11:37:52,112 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialTimeLineRepository
      [0m[0m11:37:52,115 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.server.SocialUserService
      [0m[0m11:37:52,116 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialUserTimelinePagedRepository
      [0m[0m11:37:52,118 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.adapters.SocialRouter
      [0m[0m11:37:52,119 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.drools.SocialTimelineRulesQuery
      [0m[0m11:37:52,122 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialTypeTimelinePagedRepository
      [0m[0m11:37:52,123 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialEventTypeRepository
      [0m[0m11:37:52,127 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.uberfire.social.activities.repository.SocialUserRepository
      [0m[0m11:37:52,163 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.server.management.backend.ServerManagementServiceImpl
      [0m[0m11:37:52,173 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.dtable.backend.server.GuidedDecisionTableEditorServiceImpl
      [0m[0m11:37:52,179 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.security.KieWorkbenchSecurityServiceImpl
      [0m[0m11:37:52,183 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.config.AppConfigServiceImpl
      [0m[0m11:37:52,187 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.metadata.MetadataServiceImpl
      [0m[0m11:37:52,189 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.backend.config.ResourceConfigServiceImpl
      [0m[0m11:37:52,220 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Dependent @Service class org.jboss.errai.security.server.NonCachingUserServiceImpl
      [0m[0m11:37:52,221 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.globals.backend.server.GlobalsEditorServiceImpl
      [0m[0m11:37:52,224 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.plugin.backend.PluginServicesImpl
      [0m[0m11:37:52,226 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.ProjectRepositoryResolverImpl
      [0m[0m11:37:52,227 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.common.services.project.backend.server.POMServiceImpl
      [0m[0m11:37:52,241 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.rule.backend.server.GuidedRuleEditorServiceImpl
      [0m[0m11:37:52,242 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.defaulteditor.backend.server.DefaultEditorServiceImpl
      [0m[0m11:37:52,243 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.projecteditor.backend.server.ProjectScreenServiceImpl
      [0m[0m11:37:52,243 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.projecteditor.backend.server.PomEditorServiceImpl
      [0m[0m11:37:52,244 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.testscenario.backend.server.ScenarioRunnerService
      [0m[0m11:37:52,245 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.testscenario.backend.server.ScenarioTestEditorServiceImpl
      [0m[0m11:37:52,251 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service class org.uberfire.ext.services.backend.preferences.UserPreferencesServiceImpl
      [0m[0m11:37:52,258 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.apps.impl.AppsPersistenceImpl
      [0m[0m11:37:52,262 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.layout.editor.impl.LayoutServicesImpl
      [0m[0m11:37:52,263 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.scorecard.backend.server.GuidedScoreCardEditorServiceImpl
      [0m[0m11:37:52,264 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.dsltext.backend.server.DSLTextEditorServiceImpl
      [0m[0m11:37:52,267 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.dtablexls.backend.server.DecisionTableXLSServiceImpl
      [0m[0m11:37:52,269 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.template.server.GuidedRuleTemplateEditorServiceImpl
      [0m[0m11:37:52,272 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.enums.EnumDropdownServiceImpl
      [0m[0m11:37:52,274 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.project.KieProjectRepositoriesServiceImpl
      [0m[0m11:37:52,276 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.security.KieWorkbenchSecurityServiceImpl
      [0m[0m11:37:52,276 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.project.KieProjectServiceImpl
      [0m[0m11:37:52,277 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.kmodule.KModuleServiceImpl
      [0m[0m11:37:52,277 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.dependencies.DependencyServiceImpl
      [0m[0m11:37:52,278 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.project.ProjectImportsServiceImpl
      [0m[0m11:37:52,279 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.validation.ValidationServiceImpl
      [0m[0m11:37:52,281 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.source.SourceServicesImpl
      [0m[0m11:37:52,282 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.builder.BuildServiceImpl
      [0m[0m11:37:52,283 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.rulename.RuleNameServiceImpl
      [0m[0m11:37:52,283 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.backend.whitelist.PackageNameWhiteListServiceImpl
      [0m[0m11:37:52,286 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.asset.management.backend.service.RepositoryStructureServiceImpl
      [0m[0m11:37:52,288 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.guvnor.asset.management.backend.service.AssetManagementServiceImpl
      [0m[0m11:37:52,306 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.optaplanner.workbench.screens.solver.backend.server.SolverEditorServiceImpl
      [0m[0m11:37:52,334 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.guided.dtree.backend.server.GuidedDecisionTreeEditorServiceImpl
      [0m[0m11:37:52,335 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.services.datamodel.backend.server.IncrementalDataModelServiceImpl
      [0m[0m11:37:52,339 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.workitems.backend.server.WorkItemsEditorServiceImpl
      [0m[0m11:37:52,348 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.RenameServiceImpl
      [0m[0m11:37:52,349 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.CopyServiceImpl
      [0m[0m11:37:52,350 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.ValidationServiceImpl
      [0m[0m11:37:52,351 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.version.VersionServiceImpl
      [0m[0m11:37:52,352 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.ext.editor.commons.backend.service.DeleteServiceImpl
      [0m[0m11:37:52,365 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.drools.workbench.screens.drltext.backend.server.DRLTextEditorServiceImpl
      [0m[0m11:37:52,366 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.kie.workbench.common.screens.social.hp.config.SocialConfigurationServiceImpl
      [0m[0m11:37:52,367 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @ApplicationScoped @Service class org.kie.workbench.common.screens.social.hp.service.RepositoryListServiceImpl
      [0m[0m11:37:52,369 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.PersistenceDescriptorEditorServiceImpl
      [0m[0m11:37:52,371 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.PersistenceDescriptorServiceImpl
      [0m[0m11:37:52,373 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.kie.workbench.common.screens.datamodeller.backend.server.DataModelerServiceImpl
      [0m[0m11:37:52,376 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.VFSLockServiceImpl
      [0m[0m11:37:52,379 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.VFSServicesServerImpl
      [0m[0m11:37:52,381 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.WorkbenchServicesImpl
      [0m[0m11:37:52,387 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.uberfire.backend.server.plugin.RuntimePluginsServiceServerImpl
      [0m[0m11:37:52,388 INFO  [org.jboss.errai.cdi.server.CDIExtensionPoints] (MSC service thread 1-3) discovered errai service: [BackedAnnotatedType] public @Service @ApplicationScoped class org.jboss.errai.security.server.PicketLinkAuthenticationService
      [0mWARN  [org.jboss.weld.Validator] WELD-001473: javax.enterprise.inject.spi.Bean implementation org.uberfire.backend.server.cdi.SystemConfigProducer$2@36b9beeb declared a normal scope but does not implement javax.enterprise.inject.spi.PassivationCapable. It won't be possible to inject this bean into a bean with passivating scope (@SessionScoped, @ConversationScoped). This can be fixed by assigning the Bean implementation a unique id by implementing the PassivationCapable interface.
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public synchronized org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer.clusterServiceFactory() on incomplete declaring bean Managed Bean [class org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public synchronized org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer.clusterServiceFactory() on incomplete declaring bean Managed Bean [class org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public org.uberfire.backend.server.io.ConfigIOServiceProducer.configIOService() on incomplete declaring bean Managed Bean [class org.uberfire.backend.server.io.ConfigIOServiceProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public org.kie.uberfire.social.activities.server.SocialUserPersistenceProducer.socialUserPersistenceAPI() on incomplete declaring bean Managed Bean [class org.kie.uberfire.social.activities.server.SocialUserPersistenceProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public synchronized org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer.clusterServiceFactory() on incomplete declaring bean Managed Bean [class org.uberfire.backend.server.cluster.ClusterServiceFactoryProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getAuthManager() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getAuthManager() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @RequestScoped public org.optaplanner.workbench.backend.server.ApplicationScopedProducer.getIdentity() on incomplete declaring bean Managed Bean [class org.optaplanner.workbench.backend.server.ApplicationScopedProducer] with qualifiers [@Any @Default] due to circular injection
      WARN  [org.jboss.weld.Bean] WELD-000018: Executing producer field or method [BackedAnnotatedMethod] @Produces @Named public org.guvnor.structure.backend.repositories.RepositoryFactoryImpl.systemRepository() on incomplete declaring bean Managed Bean [class org.guvnor.structure.backend.repositories.RepositoryFactoryImpl] with qualifiers [@Any @Default] due to circular injection
      INFO  [org.picketlink] PLINK002000: Bootstrapping PicketLink
      INFO  [org.wildfly.extension.undertow] JBAS017534: Registered web context: /
      INFO  [org.jboss.as.server] JBAS018559: Deployed "ROOT.war" (runtime-name : "ROOT.war")
            ROOT.war deployed
      Dev Mode initialized. Startup URL: 
      http://127.0.0.1:8888/optaplanner-wb.html
      INFO  [org.picketlink.idm] PLIDM001000: Bootstrapping PicketLink IDM Partition Manager
      INFO  [org.picketlink.idm.identity.store] PLIDM001001: Initializing Identity Store [class org.picketlink.idm.file.internal.FileIdentityStore]
      WARN  [org.picketlink.idm.identity.store.file] PLIDM001101: Working directory [/tmp/pl-idm] is marked to be always created. All your existing data will be lost.
      INFO  [org.picketlink.idm.identity.store.file] PLIDM001100: Using working directory [/tmp/pl-idm].
      GET /recompile/org.optaplanner.workbench.OptaPlannerWorkbench
         Job org.optaplanner.workbench.OptaPlannerWorkbench_1_0
            starting job: org.optaplanner.workbench.OptaPlannerWorkbench_1_0
            binding: user.agent=safari
            Compiling module org.optaplanner.workbench.OptaPlannerWorkbench
               Ignored 2 units with compilation errors in first pass.
      Compile with -strict or with -logLevel set to TRACE or DEBUG to see all errors.
               Computing all possible rebind results for 'org.jboss.errai.ioc.client.container.IOCEnvironment'
                  Rebinding org.jboss.errai.ioc.client.container.IOCEnvironment
                     Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCEnvironmentGenerator
                        Generating Extensions Bootstrapper...
               Computing all possible rebind results for 'org.jboss.errai.ioc.client.Bootstrapper'
                  Rebinding org.jboss.errai.ioc.client.Bootstrapper
                     Invoking generator org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCGenerator
                        generating ioc bootstrapping code...
                        Checking ErraiApp.properties for configured types ...
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_s_e_c_w_b_BusinessViewWidget__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_s_e_c_w_b_BusinessViewWidget__quals__j_e_i_Any_j_e_i_Default3157662658792917487.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_s_s_h_c_u_UserHomePageSideView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_s_s_h_c_u_UserHomePageSideView__quals__j_e_i_Any_j_e_i_Default8329698758705946266.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_u_c_v_p_m_WorkbenchMenuStandardNavBarView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_u_c_v_p_m_WorkbenchMenuStandardNavBarView__quals__j_e_i_Any_j_e_i_Default1119641106175536253.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_g_m_c_c_MessageConsoleViewImpl__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_g_m_c_c_MessageConsoleViewImpl__quals__j_e_i_Any_j_e_i_Default7179768933262109698.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_u_c_v_p_m_WorkbenchMenuBarView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_u_c_v_p_m_WorkbenchMenuBarView__quals__j_e_i_Any_j_e_i_Default2742169628909189366.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_w_c_h_w_c_WorkbenchConfigurationViewImpl__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_w_c_h_w_c_WorkbenchConfigurationViewImpl__quals__j_e_i_Any_j_e_i_Default1220985053477705114.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_s_e_c_ExplorerViewImpl__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_s_e_c_ExplorerViewImpl__quals__j_e_i_Any_j_e_i_Default9094090505500371892.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_u_e_w_c_c_l_StencilLayerBuilder__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_u_e_w_c_c_l_StencilLayerBuilder__quals__j_e_i_Any_j_e_i_Default7347021331255512077.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_w_c_h_NewResourceView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_w_c_h_NewResourceView__quals__j_e_i_Any_j_e_i_Default1501401278285349984.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_o_w_c_n_AppNavBar__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_o_w_c_n_AppNavBar__quals__j_e_i_Any_j_e_i_Default4084616804916935496.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_u_c_v_p_m_UtilityMenuBarView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_u_c_v_p_m_UtilityMenuBarView__quals__j_e_i_Any_j_e_i_Default7766081927468403197.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_u_c_v_p_m_WorkbenchMenuCompactNavBarView__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_u_c_v_p_m_WorkbenchMenuCompactNavBarView__quals__j_e_i_Any_j_e_i_Default2947400421343582092.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_k_w_c_s_e_c_w_t_TechnicalViewWidget__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_k_w_c_s_e_c_w_t_TechnicalViewWidget__quals__j_e_i_Any_j_e_i_Default7686001319108322714.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Adding '1' new generated units
                  Warnings in '/tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/gen/org/jboss/errai/ioc/client/Type_factory__o_g_o_m_c_e_OrganizationalUnitManagerViewImpl__quals__j_e_i_Any_j_e_i_Default.java'
                     See snapshot: /tmp/org.jboss.errai.ioc.client.Type_factory__o_g_o_m_c_e_OrganizationalUnitManagerViewImpl__quals__j_e_i_Any_j_e_i_Default8179284456234967940.java
                  Ignored 1 unit with compilation errors in first pass.
      Compile with -strict or with -logLevel set to DEBUG or WARN to see all errors.
               Unification traversed 13469 fields and methods and 6125 types. 631 are considered part of the current module and 631 had all of their fields and methods traversed.
               Compiling 1 permutation
                  Compiling permutation 0...
                  Linking per-type JS with 631 new/changed types.
                  Source Maps Enabled
               Compile of permutations succeeded
               Compilation succeeded -- 31.220s
            Linking into /tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/war/org.optaplanner.workbench.OptaPlannerWorkbench; Writing extras to /tmp/gwt-codeserver-1224660558826909906.tmp/org.optaplanner.workbench.OptaPlannerWorkbench/compile-2/extras/org.optaplanner.workbench.OptaPlannerWorkbench
               Link succeeded
               Linking succeeded -- 0.897s
            34.017s total -- Compile completed
      
      

            mcimbora_jira Matej Čimbora (Inactive)
            gdesmet@redhat.com Geoffrey De Smet (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: