]
Darran Lofthouse reassigned WFLY-7588:
--------------------------------------
Assignee: Darran Lofthouse
embed-server does not start with standalone-elytron.xml
-------------------------------------------------------
Key: WFLY-7588
URL:
https://issues.jboss.org/browse/WFLY-7588
Project: WildFly
Issue Type: Bug
Components: CLI, Security
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Darran Lofthouse
Priority: Blocker
I am unable to start embed-server with standalone-elytron.xml
1){{./jboss-cli.sh}}
2) {{embed-server --std-out=echo -c=standalone-elytron.xml}}
3) server is missing org.wildfly.security.security-domain.ManagementDomain, which is
however registered in elytron subsystem.
Starting {{./standalone.sh -c=standalone-elytron.xml}} works fine.
Full log:
{code}
[mchoma@localhost bin]$ ./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or
'help' for the list of supported commands.
[disconnected /] embed-server --std-out=echo -c=standalone-elytron.xml
08:15:40,801 INFO [org.jboss.modules] (AeshProcess: 1) JBoss Modules version
1.6.0.Beta3
08:15:40,845 INFO [org.jboss.msc] (AeshProcess: 1) JBoss MSC version
1.2.7.Final-redhat-1
08:15:40,916 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: JBoss EAP
7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha12-redhat-1) starting
08:15:41,088 INFO [org.jboss.as.domain.management] (MSC service thread 1-5) WFLYDM0136:
Registered OpenSSL provider
08:15:41,804 INFO [org.wildfly.security] (Controller Boot Thread) ELY00001: WildFly
Elytron version 1.1.0.Beta13
08:15:41,805 INFO [org.wildfly.extension.elytron] (Controller Boot Thread) WFLYELY00001:
Activating Elytron Subsystem Elytron Version=1.1.0.Beta13, Subsystem
Version=1.0.0.Alpha13
08:15:41,811 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot
Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address
'/subsystem=undertow/server=default-server/https-listener=https' is deprecated,
and may be removed in future version. See the attribute description in the output of the
read-resource-description operation to learn more about the deprecation.
08:15:41,859 INFO [org.jboss.as.patching] (MSC service thread 1-6) WFLYPAT0050: JBoss
EAP cumulative patch ID is: base, one-off patches include: none
08:15:42,024 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("core-service" => "management"),
("access" => "identity")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" =>
["org.wildfly.security.security-domain.ManagementDomain"],
"WFLYCTL0180: Services with missing/unavailable dependencies" =>
["org.wildfly.management.identity is missing
[org.wildfly.security.security-domain.ManagementDomain]"]
}
08:16:19,546 INFO [org.jboss.as] (MSC service thread 1-4) WFLYSRV0050: JBoss EAP
7.1.0.Alpha1 (WildFly Core 3.0.0.Alpha12-redhat-1) stopped in 3ms
Cannot start embedded server: WFLYEMB0021: Cannot start embedded process:
java.lang.InterruptedException
[disconnected /]
{code}