Hello,

I'm trying out the ovirt-engine docker image here:

https://github.com/oVirt/ovirt-container-engine

But, I keep getting errors like this:

2018-04-21 04:59:55,065 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot
Thread) [] WFLYCTL0013: Operation ("add") failed - address: ([,
    ("subsystem" => "undertow"),,
    ("server" => "default-server"),,
    ("http-listener" => "http"),
]) - failure description: {,
    "WFLYCTL0080: Failed services" => {"jboss.undertow.listener.http"
=> "org.jboss.msc.service.StartException in service
jboss.undertow.listener.http: WFLYUT0082: Could not start 'http'
listener.,
    Caused by: java.net.SocketException: Protocol family unavailable"},,
    "WFLYCTL0412: Required services that are not installed:" =>
["jboss.undertow.listener.http"],,
    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,
},
2018-04-21 04:59:55,065 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot
Thread) [] WFLYCTL0013: Operation ("add") failed - address: ([,
    ("subsystem" => "undertow"),,
    ("server" => "default-server"),,
    ("https-listener" => "https"),
]) - failure description: {,
    "WFLYCTL0080: Failed services" => {"jboss.undertow.listener.https"
=> "org.jboss.msc.service.StartException in service
jboss.undertow.listener.https: WFLYUT0082: Could not start 'https'
listener.,
    Caused by: java.net.SocketException: Protocol family unavailable"},,
    "WFLYCTL0412: Required services that are not installed:" =>
["jboss.undertow.listener.https"],,
    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,
},
2018-04-21 04:59:55,086 INFO  [org.jboss.as.server] (ServerService
Thread Pool -- 25) [] WFLYSRV0010: Deployed "restapi.war"
(runtime-name : "restapi.war"),
2018-04-21 04:59:55,086 INFO  [org.jboss.as.server] (ServerService
Thread Pool -- 25) [] WFLYSRV0010: Deployed "engine.ear" (runtime-name
: "engine.ear"),
2018-04-21 04:59:55,088 INFO  [org.jboss.as.controller] (Controller
Boot Thread) [] WFLYCTL0183: Service status report,
WFLYCTL0186:   Services which failed to start:      service
jboss.undertow.listener.https: org.jboss.msc.service.StartException in
service jboss.undertow.listener.https: WFLYUT0082: Could not start
'https' listener.,
      service jboss.undertow.listener.http:
org.jboss.msc.service.StartException in service
jboss.undertow.listener.http: WFLYUT0082: Could not start 'http'
listener.,
,
2018-04-21 04:59:55,157 INFO  [org.jboss.as] (Controller Boot Thread)
[] WFLYSRV0060: Http management interface listening on
http://127.0.0.1:8706/management,
2018-04-21 04:59:55,157 INFO  [org.jboss.as] (Controller Boot Thread)
[] WFLYSRV0051: Admin console listening on http://127.0.0.1:8706,
2018-04-21 04:59:55,157 ERROR [org.jboss.as] (Controller Boot Thread)
[] WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final)
started (with errors) in 10417ms - Started 1366 of 1638 services (2
services failed or missing dependencies, 442 services are lazy,
passive or on-demand),


how can i get this docker image to work? seems like it is missing something:

    Caused by: java.net.SocketException: Protocol family unavailable"},,
    "WFLYCTL0412: Required services that are not installed:" =>
["jboss.undertow.listener.http"],,
    "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined,

any help is much appreciated. thanks.
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to