JBoss EAP 6.4 installation Failure No ModelControllerClient was available to execute the request

Posted on

I attempted a manual install of EAP 6.4 on Windows7. Java 8 JDK installed prior to EAP. The installation indicates the install failed and a snippet from the log is below. However, the RH JBoss EAP platform is running (verified via http://localhost:8080). The administration console is unavailable - error: 'The management interface could not be loaded. Unexpected HTTP response: 12019'. Ultimately, I plan to install JBoss Data Virtualization, however, this install also fails with the same error below. Troubleshooting the EAP install issues first.

EAP installation location: C:\users\\EAP6.4
JAVA_HOME = C:\Program Files\Java\jdk1.8.0_111

Server Start Code not Detected.
Failed to start Server after 11 attempts.
Running on-fail server check.
Shutting server down.
Trying to connect to Management Interface...(1/5).
Trying to connect to Management Interface...(2/5).
Trying to connect to Management Interface...(3/5).
Trying to connect to Management Interface...(4/5).
Trying to connect to Management Interface...(5/5).
Failed to connect to Management Interface after 5 attempts.
{"outcome" => "failed","failure-description" => "No ModelControllerClient was available to execute the request.","command" => ":shutdown"}
Successfully moved source: C:\Program Files (x86)\EAP-6.4.0\standalone\log\server.log to destination: C:\Program Files (x86)\EAP-6.4.0\installation\server-logs
The configured source file: C:\Program Files (x86)\EAP-6.4.0\domain\log\host-controller.log doesn't exist.
The configured source file: C:\Program Files (x86)\EAP-6.4.0\domain\log\process-controller.log doesn't exist.
15:00:49,345 INFO [org.xnio] (MSC service thread 1-3) XNIO Version 3.0.13.GA-redhat-1
15:00:49,348 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS015888: Creating http management service using socket-binding (management-http)
15:00:49,357 INFO [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.0.13.GA-redhat-1
15:00:49,439 INFO [org.jboss.remoting] (MSC service thread 1-3) JBoss Remoting version 3.3.4.Final-redhat-1
15:00:49,752 INFO [org.jboss.as.remoting] (MSC service thread 1-8) JBAS017100: Listening on 127.0.0.1:9999
15:00:49,808 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management'
15:00:49,808 INFO [org.jboss.as] (Controller Boot Thread) JBAS015954: Admin console is not enabled
[ Server code detected: JBAS015874 ]

Thank you in advance.

Responses