[jboss-jira] [JBoss JIRA] (WFLY-8314) WFLY starts with errors and missing services for standalone xmls under examples directory

Ondra Chaloupka (JIRA) issues at jboss.org
Wed Mar 8 04:19:00 EST 2017


    [ https://issues.jboss.org/browse/WFLY-8314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13374472#comment-13374472 ] 

Ondra Chaloupka edited comment on WFLY-8314 at 3/8/17 4:18 AM:
---------------------------------------------------------------

the trouble does not influence only the {{standalone-xts.xml}} but all these configs under examples directory
{code}
standalone-activemq-colocated.xml
standalone-genericjms.xml
standalone-jts.xml
standalone-rts.xml
standalone-xts.xml
{code}


was (Author: ochaloup):
the trouble does not influence only the {{standalone-xts.xml}} but all these configs under examples directory
{code}
standalone-activemq-colocated.xml
standalone-genericjms.xml
standalone-jts.xml
standalone-picketlink.xml
standalone-rts.xml
standalone-xts.xml
{code}

> WFLY starts with errors and missing services for standalone xmls under examples directory
> -----------------------------------------------------------------------------------------
>
>                 Key: WFLY-8314
>                 URL: https://issues.jboss.org/browse/WFLY-8314
>             Project: WildFly
>          Issue Type: Bug
>          Components: XTS
>            Reporter: Ondra Chaloupka
>            Assignee: Ondra Chaloupka
>            Priority: Critical
>
> When starting EAP 7.1.0.DR13 with {{./jboss-eap-7.1/bin/standalone.sh --server-config=../../docs/examples/configs/standalone-xts.xml}}, the following errors are logged:
> {code}09:27:48,895 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
>     ("subsystem" => "undertow"),
>     ("server" => "default-server"),
>     ("host" => "default-host"),
>     ("setting" => "http-invoker")
> ]) - failure description: {
>     "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.security.http-authentication-factory.application-http-authentication"],
>     "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.undertow.server.default-server.default-host.http-invoker is missing [org.wildfly.security.http-authentication-factory.application-http-authentication]"]
> }
> 09:27:48,912 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> WFLYCTL0184:    New missing/unsatisfied dependencies:
>       service org.wildfly.security.http-authentication-factory.application-http-authentication (missing) dependents: [service jboss.undertow.server.default-server.default-host.http-invoker] 
> 09:27:49,003 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 65) WFLYSRV0212: Resuming server
> 09:27:49,005 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> 09:27:49,005 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> 09:27:49,005 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP 7.1.0.Alpha1 (WildFly Core 3.0.0.Beta6-redhat-1) started (with errors) in 3975ms - Started 435 of 677 services (1 services failed or missing dependencies, 440 services are lazy, passive or on-demand)
> {code}
> This seems to be the result of adding a {{http-invoker}} into Undertow subsystem that references and Elytron {{http-authentication-factory}}. This configuration file does not have Elytron subsystem added.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list