<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi all,<div><br></div><div>I have been using keycloak in development for a couple of weeks now and it has been running fine.</div><div><br></div><div>I now need to deploy it into a UAT environment, but after installing wildly and integrating keycloak I get an issue when starting up.</div><div><br></div><div>Basically everything starts fine, but auth-server is immediately underplayed</div><div><br></div><div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:36,038 INFO&nbsp; [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on&nbsp;<a href="http://127.0.0.1:9990/management">http://127.0.0.1:9990/management</a></div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:36,038 INFO&nbsp; [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on&nbsp;<a href="http://127.0.0.1:9990">http://127.0.0.1:9990</a></div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:36,038 INFO&nbsp; [org.jboss.as] (Controller Boot Thread) JBAS015874: WildFly 8.1.0.Final "Kenny" started in 8047ms - Started 303 of 356 services (91 services are lazy, passive or on-demand)</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,051 INFO&nbsp; [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS017535: Unregistered web context: /auth</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,104 INFO&nbsp; [org.jboss.as.jpa] (ServerService Thread Pool -- 21) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'auth-server.war#jpa-keycloak-identity-store'</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,104 INFO&nbsp; [org.jboss.as.jpa] (ServerService Thread Pool -- 22) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'auth-server.war#jpa-keycloak-audit-store'</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,106 INFO&nbsp; [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016009: Stopping weld service for deployment auth-server.war</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,128 INFO&nbsp; [org.jboss.as.jpa] (ServerService Thread Pool -- 22) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'auth-server.war#jpa-keycloak-identity-store'</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,129 INFO&nbsp; [org.jboss.as.jpa] (ServerService Thread Pool -- 21) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'auth-server.war#jpa-keycloak-audit-store'</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,141 INFO&nbsp; [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment auth-server.war (runtime-name: auth-server.war) in 96ms</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:41,175 INFO&nbsp; [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018558: Undeployed "auth-server.war" (runtime-name: "auth-server.war")</div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">2014-06-23 19:49:46,178 INFO&nbsp; [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found auth-server.war in deployment directory. To trigger deployment create a file called auth-server.war.dodeploy</div></div><div><br></div><div>The main difference between this and dev is that in UAT keycloak has to be behind an apache proxy</div><div><br></div><div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">ProxyPass /auth/&nbsp;<a href="http://localhost:8080/auth/">http://localhost:8080/auth/</a></div><div style="margin: 0px; font-family: 'Andale Mono'; color: rgb(41, 249, 20); background-color: rgb(0, 0, 0);">ProxyPassReverse /auth/&nbsp;<a href="http://localhost:8080/auth/">http://localhost:8080/auth/</a></div></div><div><br></div><div>Can anybody help? I am completely stumped - Is it something to do with apache already running on port 80?</div><div><br></div><div>Thanks</div><div><br></div><div>Conrad</div></body></html>