5 Replies Latest reply on Mar 21, 2018 5:48 AM by chvillamizar

    Unable to access Wildfly console

    stephane.morin

      I have configured my JBOSS server and configure an admin user to manage my server. When I try to connect on console (http://localhost:9990/console) I receive the following message:

      No Console Active

      The server configuration does not appear to have an active console. If you are running a standalone server check the http interface is enabled in the standalone.xml configuration, if you are running a domain the http interface can not be automatically detected so check the host.xml configuration and connect directly.

       

      I have verified my host.xml file and management interface / console seem enabled:

       

      <management><security-realms><security-realm name="ManagementRealm"><authentication><local skip-group-loading="true" default-user="$local"/><properties relative-to="jboss.domain.config.dir" path="mgmt-users.properties"/></authentication><authorization map-groups-to-roles="false"><properties relative-to="jboss.domain.config.dir" path="mgmt-groups.properties"/></authorization></security-realm><security-realm name="ApplicationRealm"><authentication><local skip-group-loading="true" default-user="$local" allowed-users="*"/><properties relative-to="jboss.domain.config.dir" path="application-users.properties"/></authentication><authorization><properties relative-to="jboss.domain.config.dir" path="application-roles.properties"/></authorization></security-realm></security-realms><audit-log><formatters><json-formatter name="json-formatter"/></formatters><handlers><file-handler name="host-file" relative-to="jboss.domain.data.dir" path="audit-log.log" formatter="json-formatter"/><file-handler name="server-file" relative-to="jboss.server.data.dir" path="audit-log.log" formatter="json-formatter"/></handlers><logger enabled="false" log-read-only="false" log-boot="true"><handlers><handler name="host-file"/></handlers></logger><server-logger enabled="false" log-read-only="false" log-boot="true"><handlers><handler name="server-file"/></handlers></server-logger></audit-log><management-interfaces><native-interface security-realm="ManagementRealm"><socket port="${jboss.management.native.port:9999}" interface="management"/></native-interface><http-interface security-realm="ManagementRealm" http-upgrade-enabled="true"><socket port="${jboss.management.http.port:9990}" interface="management"/></http-interface></management-interfaces></management><domain-controller><local/>

      <!-- Alternative remote domain controller configuration with a host and port -->

      <!-- <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}" security-realm="ManagementRealm"/> -->

      </domain-controller><interfaces><interface name="management"><inet-address value="${jboss.bind.address.management:127.0.0.1}"/>

       

      Any idea ?

       

      Thanks

       

      Stef

        • 1. Re: Unable to access Wildfly console
          stephane.morin

          To complete my answer, I see the following error when I start the server :

          [Host Controller] 12:56:19,014 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

           

          [Host Controller] 12:56:19,016 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

          [Host Controller] 12:56:19,018 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.2.1.Final "Tweek" (Host Controller) started (with errors) in

          17862ms - Started 39 of 44 services (2 services failed or missing dependencies, 13 services are lazy, passive or on-demand)

          • 2. Re: Unable to access Wildfly console
            ctomc

            what is full boot log?

            • 3. Re: Unable to access Wildfly console
              stephane.morin

              Here is the full log file :

              c:\Temp\Wildfly\wildfly-8.2.1.Final\bin>domain.bat

              Calling "c:\Temp\Wildfly\wildfly-8.2.1.Final\bin\domain.conf.bat"

              Setting JAVA property to "C:\Program Files\Java\jdk1.8.0_51\bin\java"

              ===============================================================================

               

                JBoss Bootstrap Environment

               

                JBOSS_HOME: "c:\Temp\Wildfly\wildfly-8.2.1.Final"

               

                JAVA: "C:\Program Files\Java\jdk1.8.0_51\bin\java"

               

                JAVA_OPTS: "-Xms64M -Xmx512M -XX:MaxPermSize=256M -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -server"

               

              ===============================================================================

               

              Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0

              14:00:13,840 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

              14:00:15,793 INFO  [org.jboss.as.process.Host Controller.status] (main) JBAS012017: Starting process 'Host Controller'

              [Host Controller] 14:00:19,071 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

              [Host Controller] 14:00:19,555 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final

              [Host Controller] 14:00:20,227 INFO  [org.jboss.as] (MSC service thread 1-7) JBAS015899: WildFly 8.2.1.Final "Tweek" starting

              [Host Controller] 14:00:24,040 INFO  [org.jboss.as] (Controller Boot Thread) JBAS010902: Creating http management service using network interface (management) p

              ort (9990) securePort (-1)

              [Host Controller] 14:00:24,056 INFO  [org.xnio] (MSC service thread 1-6) XNIO version 3.3.0.Final

              [Host Controller] 14:00:24,150 INFO  [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation Version 3.3.0.Final

              [Host Controller] 14:00:24,994 INFO  [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version 4.0.7.Final

              [Host Controller] 14:00:25,181 INFO  [org.jboss.as.remoting] (MSC service thread 1-7) JBAS017100: Listening on 127.0.0.1:9999

              [Host Controller] 14:00:37,324 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010922: Starting server server-one

              14:00:37,371 INFO  [org.jboss.as.process.Server:server-one.status] (ProcessController-threads - 3) JBAS012017: Starting process 'Server:server-one'

              [Host Controller] 14:00:38,035 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.serverManagement.controller.

              management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: JBAS015811: Failed to start the http-interfa

              ce service

              [Host Controller]       at org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:258) [wildfly-server-8.2.1.Final.jar:

              8.2.1.Final]

              [Host Controller]       at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1948) [jboss-msc-1.2.2.Final.jar:1.2.2.

              Final]

              [Host Controller]       at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1881) [jboss-msc-1.2.2.Final.jar:1.2.2.Final]

              [Host Controller]       at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [rt.jar:1.8.0_51]

              [Host Controller]       at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [rt.jar:1.8.0_51]

              [Host Controller]       at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_51]

              [Host Controller] Caused by: java.lang.RuntimeException: java.net.BindException: Address already in use: bind

              [Host Controller]       at org.jboss.as.domain.http.server.ManagementHttpServer.start(ManagementHttpServer.java:156) [wildfly-domain-http-interface-8.2.1.Final.

              jar:8.2.1.Final]

              [Host Controller]       at org.jboss.as.server.mgmt.UndertowHttpManagementService.start(UndertowHttpManagementService.java:224) [wildfly-server-8.2.1.Final.jar:

              8.2.1.Final]

              [Host Controller]       ... 5 more

              [Host Controller] Caused by: java.net.BindException: Address already in use: bind

              [Host Controller]       at sun.nio.ch.Net.bind0(Native Method) [rt.jar:1.8.0_51]

              [Host Controller]       at sun.nio.ch.Net.bind(Net.java:437) [rt.jar:1.8.0_51]

              [Host Controller]       at sun.nio.ch.Net.bind(Net.java:429) [rt.jar:1.8.0_51]

              [Host Controller]       at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223) [rt.jar:1.8.0_51]

              [Host Controller]       at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74) [rt.jar:1.8.0_51]

              [Host Controller]       at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67) [rt.jar:1.8.0_51]

              [Host Controller]       at org.xnio.nio.NioXnioWorker.createTcpConnectionServer(NioXnioWorker.java:182)

              [Host Controller]       at org.xnio.XnioWorker.createStreamConnectionServer(XnioWorker.java:243) [xnio-api-3.3.0.Final.jar:3.3.0.Final]

              [Host Controller]       at org.jboss.as.domain.http.server.ManagementHttpServer.start(ManagementHttpServer.java:135) [wildfly-domain-http-interface-8.2.1.Final.

              jar:8.2.1.Final]

              [Host Controller]       ... 6 more

              [Host Controller]

              [Server:server-one] 14:00:38,692 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

              [Server:server-one] 14:00:39,348 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final

              [Server:server-one] 14:00:39,614 INFO  [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.1.Final "Tweek" starting

              [Server:server-one] 14:00:39,926 INFO  [org.xnio] (MSC service thread 1-9) XNIO version 3.3.0.Final

              [Server:server-one] 14:00:39,942 INFO  [org.xnio.nio] (MSC service thread 1-9) XNIO NIO Implementation Version 3.3.0.Final

              [Server:server-one] 14:00:40,145 INFO  [org.jboss.remoting] (MSC service thread 1-9) JBoss Remoting version 4.0.7.Final

              [Host Controller] 14:00:43,395 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "pc-portable-sm:MANAGEMENT" task-4) JBAS010920: Server [Server:server-one]

              connected using connection [Channel ID 3ebc0959 (inbound) of Remoting connection 656acd3f to /127.0.0.1:50562]

              [Host Controller] 14:00:43,520 INFO  [org.jboss.as.host.controller] (Controller Boot Thread) JBAS010922: Starting server server-two

              14:00:43,536 INFO  [org.jboss.as.process.Server:server-two.status] (ProcessController-threads - 3) JBAS012017: Starting process 'Server:server-two'

              [Host Controller] 14:00:43,567 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) JBAS010919: Registering server server-one

              [Server:server-one] 14:00:45,136 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 31) JBAS010153: Node identifier property is set to the default value. Pl

              ease make sure it is unique.

              [Server:server-one] 14:00:45,136 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 32) JBAS013171: Activating Security Subsystem

              [Server:server-one] 14:00:45,167 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 37) JBAS011800: Activating Naming Subsystem

              [Server:server-one] 14:00:45,198 INFO  [org.jboss.as.security] (MSC service thread 1-6) JBAS013170: Current PicketBox version=4.0.21.Final

              [Server:server-one] 14:00:45,214 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) JBAS010280: Activating Infinispan subsystem.

              [Server:server-one] 14:00:45,229 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 47) JBAS016300: Activating JacORB Subsystem

              [Server:server-one] 14:00:45,261 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 41) JBAS012615: Activated the following JSF Implementations: [main]

              [Server:server-one] 14:00:45,261 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 29) JBAS015537: Activating WebServices Extension

              [Server:server-one] 14:00:45,307 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 16 core t

              hreads with 128 task threads based on your 8 available processors

              [Server:server-one] 14:00:45,651 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) JBAS017502: Undertow 1.1.8.Final starting

              [Server:server-one] 14:00:45,651 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-15) JBAS017502: Undertow 1.1.8.Final starting

              [Server:server-one] 14:00:45,683 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-8) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)

              [Server:server-two] 14:00:45,964 INFO  [org.jboss.modules] (main) JBoss Modules version 1.3.3.Final

              [Server:server-one] 14:00:46,495 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 52) JBAS010403: Deploying JDBC-compliant dr

              iver class org.h2.Driver (version 1.3)

              [Server:server-one] 14:00:46,495 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-11) JBAS010417: Started Driver service with driver-name = h

              2

              [Server:server-one] 14:00:46,667 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) JBAS017527: Creating file handler for path c:\Temp\Wil

              dfly\wildfly-8.2.1.Final/welcome-content

              [Server:server-two] 14:00:46,808 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final

              [Server:server-one] 14:00:46,995 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017525: Started server default-server.

              [Server:server-two] 14:00:47,011 INFO  [org.jboss.as] (MSC service thread 1-5) JBAS015899: WildFly 8.2.1.Final "Tweek" starting

              [Server:server-one] 14:00:47,058 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017531: Host default-host starting

              [Server:server-one] 14:00:47,308 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS017519: Undertow HTTP listener default listening on /127.0.

              0.1:8080

              [Server:server-two] 14:00:47,433 INFO  [org.xnio] (MSC service thread 1-7) XNIO version 3.3.0.Final

              [Server:server-two] 14:00:47,480 INFO  [org.xnio.nio] (MSC service thread 1-7) XNIO NIO Implementation Version 3.3.0.Final

              [Server:server-one] 14:00:47,589 INFO  [org.jboss.as.naming] (MSC service thread 1-16) JBAS011802: Starting Naming Service

              [Server:server-one] 14:00:47,589 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-11) JBAS015400: Bound mail session [java:jboss/mail/Default]

              [Server:server-two] 14:00:47,792 INFO  [org.jboss.remoting] (MSC service thread 1-7) JBoss Remoting version 4.0.7.Final

              [Server:server-one] 14:00:47,948 WARN  [org.jboss.as.messaging] (MSC service thread 1-9) JBAS011600: AIO wasn't located on this platform, it will fall back to u

              sing pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

              [Server:server-one] 14:00:48,745 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221000: live server is starting with configuration HornetQ

              Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-one\data\messagingjourna

              l,bindingsDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-one\data\messagingbindings,largeMessagesDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Fi

              nal\domain\servers\server-one\data\messaginglargemessages,pagingDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-one\data\messagingpaging)

              [Server:server-one] 14:00:48,792 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221006: Waiting to obtain live lock

              [Server:server-one] 14:00:48,980 WARN  [jacorb.codeset] (MSC service thread 1-3) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1

              [Server:server-one] 14:00:49,027 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221013: Using NIO Journal

              [Server:server-one] 14:00:49,261 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started

              [Server:server-one] 14:00:49,339 INFO  [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 54) Your platform does not provide complete low-

              level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.

              [Server:server-one] 14:00:49,527 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support CORE

              [Host Controller] 14:00:49,652 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "pc-portable-sm:MANAGEMENT" task-8) JBAS010920: Server [Server:server-two]

              connected using connection [Channel ID 088081e6 (inbound) of Remoting connection 00679a94 to /127.0.0.1:50599]

              [Server:server-one] 14:00:49,745 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-13) JBAS010400: Bound data source [java:jboss/datas

              ources/ExampleDS]

              [Server:server-one] 14:00:49,777 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support AMQP

              [Server:server-one] 14:00:49,792 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support STOMP

              [Host Controller] 14:00:49,824 INFO  [org.jboss.as.host.controller] (server-registration-threads - 1) JBAS010919: Registering server server-two

              [Server:server-one] 14:00:50,121 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221034: Waiting to obtain live lock

              [Server:server-one] 14:00:50,121 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221035: Live Server Obtained live lock

              [Server:server-one] 14:00:50,558 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started

              [Host Controller] 14:00:50,714 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management

               

              [Host Controller] 14:00:50,714 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990

              [Host Controller] 14:00:50,714 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.2.1.Final "Tweek" (Host Controller) started (with errors) in

              34612ms - Started 39 of 44 services (2 services failed or missing dependencies, 13 services are lazy, passive or on-demand)

              [Server:server-one] 14:00:51,089 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.

              2.Final

              [Server:server-two] 14:00:51,205 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 32) JBAS013171: Activating Security Subsystem

              [Server:server-two] 14:00:51,205 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 31) JBAS010153: Node identifier property is set to the default value. Pl

              ease make sure it is unique.

              [Server:server-one] 14:00:51,252 INFO  [org.jboss.messaging] (MSC service thread 1-8) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled

              by http-acceptor-throughput acceptor

              [Server:server-one] 14:00:51,252 INFO  [org.jboss.messaging] (MSC service thread 1-16) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled

              by http-acceptor acceptor

              [Server:server-two] 14:00:51,252 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 48) JBAS010280: Activating Infinispan subsystem.

              [Server:server-two] 14:00:51,252 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 37) JBAS011800: Activating Naming Subsystem

              [Server:server-two] 14:00:51,268 INFO  [org.jboss.as.security] (MSC service thread 1-14) JBAS013170: Current PicketBox version=4.0.21.Final

              [Server:server-two] 14:00:51,268 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 29) JBAS015537: Activating WebServices Extension

              [Server:server-two] 14:00:51,283 INFO  [org.jboss.as.jacorb] (ServerService Thread Pool -- 47) JBAS016300: Activating JacORB Subsystem

              [Server:server-two] 14:00:51,455 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 41) JBAS012615: Activated the following JSF Implementations: [main]

              [Server:server-two] 14:00:51,471 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 52) JBAS010403: Deploying JDBC-compliant dr

              iver class org.h2.Driver (version 1.3)

              [Server:server-two] 14:00:51,502 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) JBAS017502: Undertow 1.1.8.Final starting

              [Server:server-two] 14:00:51,502 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-11) JBAS017502: Undertow 1.1.8.Final starting

              [Server:server-two] 14:00:51,533 INFO  [org.jboss.as.connector.logging] (MSC service thread 1-5) JBAS010408: Starting JCA Subsystem (IronJacamar 1.1.9.Final)

              [Server:server-two] 14:00:51,549 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 49) WFLYIO001: Worker 'default' has auto-configured to 16 core t

              hreads with 128 task threads based on your 8 available processors

              [Server:server-two] 14:00:51,580 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8) JBAS010417: Started Driver service with driver-name = h2

               

              [Server:server-two] 14:00:51,612 INFO  [org.jboss.as.naming] (MSC service thread 1-10) JBAS011802: Starting Naming Service

              [Server:server-two] 14:00:51,627 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-12) JBAS015400: Bound mail session [java:jboss/mail/Default]

              [Server:server-two] 14:00:51,830 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 30) JBAS017527: Creating file handler for path c:\Temp\Wil

              dfly\wildfly-8.2.1.Final/welcome-content

              [Server:server-two] 14:00:52,033 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017525: Started server default-server.

              [Server:server-two] 14:00:52,080 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017531: Host default-host starting

              [Server:server-two] 14:00:52,221 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-2) JBAS017519: Undertow HTTP listener default listening on /127.0.

              0.1:8230

              [Server:server-two] 14:00:52,424 WARN  [org.jboss.as.messaging] (MSC service thread 1-6) JBAS011600: AIO wasn't located on this platform, it will fall back to u

              sing pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal

              [Server:server-two] 14:00:52,440 WARN  [jacorb.codeset] (MSC service thread 1-11) Warning - unknown codeset (Cp1252) - defaulting to ISO-8859-1

              [Server:server-two] 14:00:52,455 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-16) JBAS010400: Bound data source [java:jboss/datas

              ources/ExampleDS]

              [Server:server-two] 14:00:52,487 INFO  [org.jboss.as.jacorb] (MSC service thread 1-11) JBAS016330: CORBA ORB Service started

              [Server:server-two] 14:00:52,549 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221000: live server is starting with configuration HornetQ

              Configuration (clustered=false,backup=false,sharedStore=true,journalDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-two\data\messagingjourna

              l,bindingsDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-two\data\messagingbindings,largeMessagesDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Fi

              nal\domain\servers\server-two\data\messaginglargemessages,pagingDirectory=c:\Temp\Wildfly\wildfly-8.2.1.Final\domain\servers\server-two\data\messagingpaging)

              [Server:server-two] 14:00:52,549 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221006: Waiting to obtain live lock

              [Server:server-one] 14:00:52,596 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221007: Server is now live

              [Server:server-one] 14:00:52,596 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 12

              4) [3b4f5554-3cda-11e5-b34f-af511451d52b]

              [Server:server-one] 14:00:52,612 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221003: trying to deploy queue jms.queue.ExpiryQueue

              [Server:server-two] 14:00:52,612 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221013: Using NIO Journal

              [Server:server-one] 14:00:52,627 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 54) JBAS011601: Bound messaging object to jndi name java:/jms/queu

              e/ExpiryQueue

              [Server:server-two] 14:00:52,658 INFO  [io.netty.util.internal.PlatformDependent] (ServerService Thread Pool -- 54) Your platform does not provide complete low-

              level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system unstability.

              [Server:server-two] 14:00:52,658 INFO  [org.jboss.as.jacorb] (MSC service thread 1-12) JBAS016328: CORBA Naming Service started

              [Server:server-two] 14:00:52,690 INFO  [org.jboss.ws.common.management] (MSC service thread 1-2) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.

              2.Final

              [Server:server-two] 14:00:52,705 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support CORE

              [Server:server-two] 14:00:52,705 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support AMQP

              [Server:server-two] 14:00:52,721 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221043: Adding protocol support STOMP

              [Server:server-one] 14:00:52,776 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 57) JBAS011601: Bound messaging object to jndi name java:/Connecti

              onFactory

              [Server:server-one] 14:00:52,776 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 55) HQ221003: trying to deploy queue jms.queue.DLQ

              [Server:server-one] 14:00:52,776 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 55) JBAS011601: Bound messaging object to jndi name java:/jms/queu

              e/DLQ

              [Server:server-one] 14:00:52,791 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 56) JBAS011601: Bound messaging object to jndi name java:jboss/exp

              orted/jms/RemoteConnectionFactory

              [Server:server-two] 14:00:52,854 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221034: Waiting to obtain live lock

              [Server:server-two] 14:00:52,854 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221035: Live Server Obtained live lock

              [Server:server-one] 14:00:53,026 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-10) JBAS010406: Registered connection factory java:/JmsXA

              [Server:server-one] 14:00:53,104 INFO  [org.hornetq.ra] (MSC service thread 1-10) HornetQ resource adaptor started

              [Server:server-one] 14:00:53,104 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service

              thread 1-10) IJ020002: Deployed: file://RaActivatorhornetq-ra

              [Server:server-one] 14:00:53,119 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-4) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]

              [Server:server-one] 14:00:53,119 INFO  [org.jboss.as.messaging] (MSC service thread 1-7) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSCo

              nnectionFactory

              [Server:server-one] 14:00:53,229 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.1.Final "Tweek" started in 15553ms - Started 210 of 259 s

              ervices (90 services are lazy, passive or on-demand)

              [Server:server-two] 14:00:53,369 INFO  [org.jboss.messaging] (MSC service thread 1-6) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled

              by http-acceptor-throughput acceptor

              [Server:server-two] 14:00:53,369 INFO  [org.jboss.messaging] (MSC service thread 1-11) JBAS011615: Registered HTTP upgrade for hornetq-remoting protocol handled

              by http-acceptor acceptor

              [Server:server-two] 14:00:54,260 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221007: Server is now live

              [Server:server-two] 14:00:54,260 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221001: HornetQ Server version 2.4.5.FINAL (Wild Hornet, 12

              4) [3d8dac01-3cda-11e5-ae75-7133ca204c58]

              [Server:server-two] 14:00:54,276 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 54) HQ221003: trying to deploy queue jms.queue.DLQ

              [Server:server-two] 14:00:54,291 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 54) JBAS011601: Bound messaging object to jndi name java:/jms/queu

              e/DLQ

              [Server:server-two] 14:00:54,370 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 55) JBAS011601: Bound messaging object to jndi name java:jboss/exp

              orted/jms/RemoteConnectionFactory

              [Server:server-two] 14:00:54,385 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 57) JBAS011601: Bound messaging object to jndi name java:/Connecti

              onFactory

              [Server:server-two] 14:00:54,385 INFO  [org.hornetq.core.server] (ServerService Thread Pool -- 56) HQ221003: trying to deploy queue jms.queue.ExpiryQueue

              [Server:server-two] 14:00:54,385 INFO  [org.jboss.as.messaging] (ServerService Thread Pool -- 56) JBAS011601: Bound messaging object to jndi name java:/jms/queu

              e/ExpiryQueue

              [Server:server-two] 14:00:54,401 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-3) JBAS010406: Registered connection factory java:/JmsXA

              [Server:server-two] 14:00:54,479 INFO  [org.hornetq.ra] (MSC service thread 1-3) HornetQ resource adaptor started

              [Server:server-two] 14:00:54,479 INFO  [org.jboss.as.connector.services.resourceadapters.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service

              thread 1-3) IJ020002: Deployed: file://RaActivatorhornetq-ra

              [Server:server-two] 14:00:54,479 INFO  [org.jboss.as.messaging] (MSC service thread 1-14) JBAS011601: Bound messaging object to jndi name java:jboss/DefaultJMSC

              onnectionFactory

              [Server:server-two] 14:00:54,479 INFO  [org.jboss.as.connector.deployment] (MSC service thread 1-15) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]

              [Server:server-two] 14:00:54,588 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.2.1.Final "Tweek" started in 10329ms - Started 210 of 259 s

              ervices (90 services are lazy, passive or on-demand)

              [Host Controller] 15:33:58,184 ERROR [org.jboss.remoting.remote.connection] (Remoting "pc-portable-sm:MANAGEMENT" I/O-1) JBREM000200: Remote connection failed:

              org.xnio.channels.ReadTimeoutException: XNIO000800: Read timed out

              [Host Controller] 15:33:58,216 INFO  [org.jboss.as.domain.controller.mgmt] (Remoting "pc-portable-sm:MANAGEMENT" task-16) JBAS010920: Server [Server:server-two]

              connected using connection [Channel ID 37ed3f76 (inbound) of Remoting connection 7cdd3f13 to /127.0.0.1:53131]

              • 4. Re: Unable to access Wildfly console
                mayerw01

                Apparently the port number of your http-interface service is already in use. Have you started already another AS?

                • 5. Re: Unable to access Wildfly console
                  chvillamizar

                  My access problem to "http://127.0.0.1:9990/management" seems to be different.

                   

                  I am using Docker "https://hub.docker.com/r/jboss/drools-workbench-showcase/", and I start it with the following routine "docker run -p 8080:8080 -p 8001:8001 -p 9990:9990 -d jboss/drools-workbench-showcase:latest".

                   

                  can anybody help me.

                   

                  Thank you.

                   

                  08:42:36,802 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (ServerService Thread Pool -- 83) Could not find URL for org.jboss.errai.ServerMarshallingFactoryImpl. Attempting to load with context class loader.
                  08:42:36,808 INFO  [org.jboss.errai.codegen.util.ClassChangeUtil] (ServerService Thread Pool -- 83) Successfully loaded org.jboss.errai.ServerMarshallingFactoryImpl with context class loader.
                  08:42:36,842 WARN  [ErraiMarshalling] (ServerService Thread Pool -- 83) static marshallers were not found.
                  08:42:36,857 WARN  [ErraiMarshalling] (ServerService Thread Pool -- 83) using dynamic marshallers. dynamic marshallers are designed for development mode testing, and ideally should not be used in production. *
                  08:42:37,038 WARN  [org.jboss.errai.config.rebind.EnvUtil] (ServerService Thread Pool -- 83) The property errai.security.user_on_hostpage_enabled has been set multiple times.
                  08:42:37,046 WARN  [org.jboss.errai.config.rebind.EnvUtil] (ServerService Thread Pool -- 83) The property errai.class_scanning_extension has been set multiple times.
                  08:42:38,561 WARN  [org.jboss.errai.config.rebind.EnvUtil] (ServerService Thread Pool -- 83) The property errai.security.user_on_hostpage_enabled has been set multiple times.
                  08:42:38,565 WARN  [org.jboss.errai.config.rebind.EnvUtil] (ServerService Thread Pool -- 83) The property errai.class_scanning_extension has been set multiple times.
                  08:42:40,068 INFO  [org.uberfire.ext.metadata.io.BatchIndex] (Thread-101) Starting indexing of default://master@system_ou/plugins/ ...
                  08:42:40,316 INFO  [org.uberfire.ext.metadata.io.BatchIndex] (Thread-101) Completed indexing of default://master@system_ou/plugins/
                  08:42:40,761 INFO  [org.jboss.errai.bus.server.cluster.noop.NoopClusteringProvider] (ServerService Thread Pool -- 83) clustering support not configured.
                  08:42:40,767 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (ServerService Thread Pool -- 83) starting errai bus ...
                  08:42:40,768 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (ServerService Thread Pool -- 83) using dispatcher implementation: org.jboss.errai.bus.server.SimpleDispatcher
                  08:42:40,797 INFO  [org.jboss.errai.bus.server.service.bootstrap.DefaultComponents] (ServerService Thread Pool -- 83) using session provider implementation: org.jboss.errai.bus.server.HttpSessionProvider
                  08:42:40,838 INFO  [org.jboss.errai.bus.server.service.bootstrap.LoadExtensions] (ServerService Thread Pool -- 83) searching for errai extensions ...
                  08:42:40,873 INFO  [org.jboss.errai.bus.server.service.bootstrap.OrderedBootstrap] (ServerService Thread Pool -- 83) errai bus started.
                  08:42:40,910 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 83) WFLYUT0021: Registered web context: /drools-wb
                  08:42:41,072 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 37) WFLYSRV0010: Deployed "drools-wb.war" (runtime-name : "drools-wb.war")
                  08:42:41,522 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
                  08:42:41,523 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
                  08:42:41,523 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started in 144103ms - Started 831 of 1067 services (399 services are lazy, passive or on-demand)
                  08:43:01,063 INFO  [org.kie.workbench.common.screens.datasource.management.util.ServiceUtil] (pool-13-thread-1) Getting reference to managed bean: WildflyDataSourceProvider
                  08:43:01,147 INFO  [org.kie.workbench.common.screens.datasource.management.util.ServiceUtil] (pool-13-thread-1) Getting reference to managed bean: WildflyDriverProvider
                  08:43:03,116 WARN  [org.appformer.maven.integration.embedder.MavenSettings] (pool-13-thread-1) Environment variable M2_HOME is not set
                  08:43:07,619 INFO  [org.jboss.as.repository] (management-handler-thread - 4) WFLYDR0001: Content added at location /opt/jboss/wildfly/standalone/data/content/7a/491a4fcd6416ca29dd4f35d3625c4205f6ecbd/content
                  08:43:07,631 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "kie#mariadb-1.3.4#" (runtime-name: "kie#mariadb-1.3.4#")
                  08:43:07,750 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1) WFLYJCA0005: Deploying non-JDBC-compliant driver class org.mariadb.jdbc.Driver (version 1.3)
                  08:43:07,772 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = kie#mariadb-1.3.4#_org.mariadb.jdbc.Driver_1_3
                  08:43:07,934 INFO  [org.jboss.as.server] (management-handler-thread - 4) WFLYSRV0010: Deployed "kie#mariadb-1.3.4#" (runtime-name : "kie#mariadb-1.3.4#")