[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Keycloak unter Debian



Hallo Markus,

On Tue, Jun 05, 2018 at 11:30:55AM +0200, Markus Schulz wrote:
> 
> Nein, solange du nicht nur den Client-Adapter suchst, wirst du damit 
> keinen Erfolg haben. Tomcat ist nur ein simpler-Servlet-Container. 
> 
> Keycloak (bzw. das RedHat-SSO, supported Version von Keycloak) wirst du 
> ausschließlich in WildFly bzw. JBoss-EAP (6+) zum Laufen bekommen.

OK, danke für den Hinweis.
 
> > Kennt jemand eine Doku für eine erfolgreiche Installation unter Debian
> > (und ja, ich habe danach im Netz gesuch, leider ohne Erfolg).
> 
> hmm entpacken und
> 
> ~./keycloak-4.0.0.Beta3/bin/standalone.sh 
> 
> sollte funktionieren,

Leider nicht:


...
16:24:26,795 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "undertow"),
    ("server" => "default-server"),
    ("http-listener" => "default")
]) - failure description: {"WFLYCTL0080: Failed services" => {"org.wildfly.undertow.listener.default" => "Address already in use /127.0.0.1:8080"}}
16:24:26,796 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "ejb3"),
    ("service" => "remote")
]) - failure description: {
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["org.wildfly.clustering.cache.registry-entry.ejb.client-mappings is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]
}
16:24:26,797 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "infinispan"),
    ("cache-container" => "ejb")
]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
    "Services that were unable to start:" => ["org.wildfly.clustering.cache.registry.ejb.client-mappings"],
    "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
}}
16:24:26,797 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
    ("subsystem" => "infinispan"),
    ("cache-container" => "ejb"),
    ("thread-pool" => "async-operations")
]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
    "Services that were unable to start:" => ["org.wildfly.clustering.cache.registry.ejb.client-mappings"],
    "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
}}
...


und haufenweise mehr.  Ich muß hinzufügen, daß das setup hinter einem sehr
restriktiven Proxy läuft (das ganze soll erstmal intern getestet werden.)
Könnte das die Ursache sein und wie könnte ich das lösen?

> danach weiter auf localhost:8080 bzw. mit der 
> offiziellen Doku...

Danke trotzdem soweit erstmal

      Andreas. 

-- 
http://fam-tille.de


Reply to: