[JBoss JIRA] (ISPN-10393) REST endpoint dependency on management socket bindings should be optional
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10393?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10393:
-----------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/7130, https://github.com/infinispan/infinispan/pull/7131 (was: https://github.com/infinispan/infinispan/pull/7130)
> REST endpoint dependency on management socket bindings should be optional
> -------------------------------------------------------------------------
>
> Key: ISPN-10393
> URL: https://issues.jboss.org/browse/ISPN-10393
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 10.0.0.Beta3, 9.4.15.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.16.Final
>
>
> Removing the management socket bindings causes the rest endpoint to fail at startup.
> {code:xml}
> <management-interfaces>
> <http-interface security-realm="ManagementRealm" console-enabled="false">
> <http-upgrade enabled="true"/>
> <socket-binding https="management-https"/>
> </http-interface>
> </management-interfaces>
> {code}
> {noformat}
> ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "datagrid-infinispan-endpoint"),
> ("rest-connector" => "rest-connector")
> ]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.network.socket-binding.management-http"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http]"]
> }
> 2019-07-02 18:17:24,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> WFLYCTL0184: New missing/unsatisfied dependencies:
> service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
> {noformat}
> The dependency should be optional
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (ISPN-10394) REST endpoint dependency on management socket bindings should be optional
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10394:
--------------------------------------
Summary: REST endpoint dependency on management socket bindings should be optional
Key: ISPN-10394
URL: https://issues.jboss.org/browse/ISPN-10394
Project: Infinispan
Issue Type: Bug
Components: REST, Server
Affects Versions: 10.0.0.Beta3, 9.4.15.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta4, 9.4.16.Final
Removing the management socket bindings causes the rest endpoint to fail at startup.
{code:xml}
<management-interfaces>
<http-interface security-realm="ManagementRealm" console-enabled="false">
<http-upgrade enabled="true"/>
<socket-binding https="management-https"/>
</http-interface>
</management-interfaces>
{code}
{noformat}
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datagrid-infinispan-endpoint"),
("rest-connector" => "rest-connector")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.network.socket-binding.management-http"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http]"]
}
2019-07-02 18:17:24,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
{noformat}
The dependency should be optional
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (ISPN-10393) REST endpoint dependency on management socket bindings should be optional
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10393?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10393:
-----------------------------------
Status: Open (was: New)
> REST endpoint dependency on management socket bindings should be optional
> -------------------------------------------------------------------------
>
> Key: ISPN-10393
> URL: https://issues.jboss.org/browse/ISPN-10393
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 10.0.0.Beta3, 9.4.15.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.16.Final
>
>
> Removing the management socket bindings causes the rest endpoint to fail at startup.
> {code:xml}
> <management-interfaces>
> <http-interface security-realm="ManagementRealm" console-enabled="false">
> <http-upgrade enabled="true"/>
> <socket-binding https="management-https"/>
> </http-interface>
> </management-interfaces>
> {code}
> {noformat}
> ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "datagrid-infinispan-endpoint"),
> ("rest-connector" => "rest-connector")
> ]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.network.socket-binding.management-http"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http]"]
> }
> 2019-07-02 18:17:24,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> WFLYCTL0184: New missing/unsatisfied dependencies:
> service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
> {noformat}
> The dependency should be optional
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (ISPN-10393) REST endpoint dependency on management socket bindings should be optional
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10393?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10393:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7130
> REST endpoint dependency on management socket bindings should be optional
> -------------------------------------------------------------------------
>
> Key: ISPN-10393
> URL: https://issues.jboss.org/browse/ISPN-10393
> Project: Infinispan
> Issue Type: Bug
> Components: REST, Server
> Affects Versions: 10.0.0.Beta3, 9.4.15.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.16.Final
>
>
> Removing the management socket bindings causes the rest endpoint to fail at startup.
> {code:xml}
> <management-interfaces>
> <http-interface security-realm="ManagementRealm" console-enabled="false">
> <http-upgrade enabled="true"/>
> <socket-binding https="management-https"/>
> </http-interface>
> </management-interfaces>
> {code}
> {noformat}
> ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
> ("subsystem" => "datagrid-infinispan-endpoint"),
> ("rest-connector" => "rest-connector")
> ]) - failure description: {
> "WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.network.socket-binding.management-http"],
> "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http]"]
> }
> 2019-07-02 18:17:24,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
> WFLYCTL0184: New missing/unsatisfied dependencies:
> service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
> {noformat}
> The dependency should be optional
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months
[JBoss JIRA] (ISPN-10393) REST endpoint dependency on management socket bindings should be optional
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10393:
--------------------------------------
Summary: REST endpoint dependency on management socket bindings should be optional
Key: ISPN-10393
URL: https://issues.jboss.org/browse/ISPN-10393
Project: Infinispan
Issue Type: Bug
Components: REST, Server
Affects Versions: 9.4.15.Final, 10.0.0.Beta3
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.0.0.Beta4, 9.4.16.Final
Removing the management socket bindings causes the rest endpoint to fail at startup.
{code:xml}
<management-interfaces>
<http-interface security-realm="ManagementRealm" console-enabled="false">
<http-upgrade enabled="true"/>
<socket-binding https="management-https"/>
</http-interface>
</management-interfaces>
{code}
{noformat}
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datagrid-infinispan-endpoint"),
("rest-connector" => "rest-connector")
]) - failure description: {
"WFLYCTL0412: Required services that are not installed:" => ["org.wildfly.network.socket-binding.management-http"],
"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.datagrid-infinispan-endpoint.rest.rest-connector is missing [org.wildfly.network.socket-binding.management-http]"]
}
2019-07-02 18:17:24,919 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service org.wildfly.network.socket-binding.management-http (missing) dependents: [service jboss.datagrid-infinispan-endpoint.rest.rest-connector]
{noformat}
The dependency should be optional
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 2 months