[JBoss JIRA] (WFCORE-117) Typo in add-user help text
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFCORE-117?page=com.atlassian.jira.plugin... ]
RH Bugzilla Integration commented on WFCORE-117:
------------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug 1145036|https://bugzilla.redhat.com/show_bug.cgi?id=1145036] from MODIFIED to ON_QA
> Typo in add-user help text
> --------------------------
>
> Key: WFCORE-117
> URL: https://issues.jboss.org/browse/WFCORE-117
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management, Security
> Affects Versions: 1.0.0.Alpha8
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Alpha9
>
>
> There is a typo in help message of add-user tool.
> Version-Release number of selected component (if applicable):
> EAP 6.4.0.DR1.1
> How reproducible:
> Always
> Steps to Reproduce:
> 1. ./add-user.sh --help
> Actual results:
> ...
> -sc <value> Define the location the server config
> directory.
> ...
> Expected results:
> ...
> -sc <value> Define the location of the server config
> directory.
> ...
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (WFLY-3913) HTTPS socket-binding definition always needed
by Jose Monreal (JIRA)
[ https://issues.jboss.org/browse/WFLY-3913?page=com.atlassian.jira.plugin.... ]
Jose Monreal commented on WFLY-3913:
------------------------------------
Thank you Tomaz
> HTTPS socket-binding definition always needed
> ---------------------------------------------
>
> Key: WFLY-3913
> URL: https://issues.jboss.org/browse/WFLY-3913
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.1.0.Final
> Reporter: Jose Monreal
> Assignee: Tomaz Cerar
> Labels: https, standalone
> Fix For: 8.2.0.CR1, 9.0.0.CR1
>
> Attachments: standalone.xml, standalone.xml
>
>
> When removing HTTPS socket-binding from the standalone.xml file, the server start's in errors.
> The errors are the following:
> {noformat}
> 13:55:32,002 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.default is missing [jboss.binding.https]"]}
> 13:55:32,005 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> "Services that were unable to start:" => ["jboss.ws.config"],
> "Services that may be the cause:" => [
> "jboss.binding.https",
> "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
> ]
> }}
> 13:55:32,007 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "ejb3"),
> ("service" => "remote")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]}
> 13:55:32,074 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.binding.https (missing) dependents: [service jboss.undertow.listener.default]
> service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector]
>
> 13:55:32,085 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.1.0.Final "Kenny" started (with errors) in 3475ms - Started 197 of 252 services (3 services failed or missing dependencies, 78 services are lazy, passive or on-demand
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (WFLY-3914) Remoting subsystem is missing from the web console
by David Lloyd (JIRA)
David Lloyd created WFLY-3914:
---------------------------------
Summary: Remoting subsystem is missing from the web console
Key: WFLY-3914
URL: https://issues.jboss.org/browse/WFLY-3914
Project: WildFly
Issue Type: Bug
Components: Web Console
Reporter: David Lloyd
Assignee: Heiko Braun
Priority: Critical
Fix For: 9.0.0.Beta1
Built and started a clean WildFly instance. The Remoting subsystem does not appear in the web console, though it does appear in standalone.xml.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (WFLY-3913) HTTPS socket-binding definition always needed
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-3913?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar updated WFLY-3913:
------------------------------
Attachment: standalone.xml
Fixed standalone.xml so you wont go mad trying to figure out what is wrong
> HTTPS socket-binding definition always needed
> ---------------------------------------------
>
> Key: WFLY-3913
> URL: https://issues.jboss.org/browse/WFLY-3913
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.1.0.Final
> Reporter: Jose Monreal
> Assignee: Tomaz Cerar
> Labels: https, standalone
> Fix For: 8.2.0.CR1, 9.0.0.CR1
>
> Attachments: standalone.xml, standalone.xml
>
>
> When removing HTTPS socket-binding from the standalone.xml file, the server start's in errors.
> The errors are the following:
> {noformat}
> 13:55:32,002 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.default is missing [jboss.binding.https]"]}
> 13:55:32,005 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> "Services that were unable to start:" => ["jboss.ws.config"],
> "Services that may be the cause:" => [
> "jboss.binding.https",
> "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
> ]
> }}
> 13:55:32,007 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "ejb3"),
> ("service" => "remote")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]}
> 13:55:32,074 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.binding.https (missing) dependents: [service jboss.undertow.listener.default]
> service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector]
>
> 13:55:32,085 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.1.0.Final "Kenny" started (with errors) in 3475ms - Started 197 of 252 services (3 services failed or missing dependencies, 78 services are lazy, passive or on-demand
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (WFLY-3913) HTTPS socket-binding definition always needed
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-3913?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar edited comment on WFLY-3913 at 9/29/14 4:26 PM:
------------------------------------------------------------
I am rejecting this issue as secure redirect port is indeed always needed.
Making this configuration optional with some hard coded fallback port defies whole purpose of having redirect-socket configuration.
In short, keep the https binding, you can rename it if you want but make sure you update reference in http-listener.
see https://developer.jboss.org/message/848793 for more details why this is done the way it is.
also see WFLY-2625
was (Author: ctomc):
I am rejecting this issue as secure redirect port is indeed always needed.
Making this configuration optional with some hard coded fallback port defies whole purpose of having redirect-socket configuration.
In short, keep the https binding, you can rename it if you want but make sure you update reference in http-listener.
see https://developer.jboss.org/message/848793 for more details why this is done the way it is.
> HTTPS socket-binding definition always needed
> ---------------------------------------------
>
> Key: WFLY-3913
> URL: https://issues.jboss.org/browse/WFLY-3913
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.1.0.Final
> Reporter: Jose Monreal
> Assignee: Tomaz Cerar
> Labels: https, standalone
> Fix For: 8.2.0.CR1, 9.0.0.CR1
>
> Attachments: standalone.xml, standalone.xml
>
>
> When removing HTTPS socket-binding from the standalone.xml file, the server start's in errors.
> The errors are the following:
> {noformat}
> 13:55:32,002 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.default is missing [jboss.binding.https]"]}
> 13:55:32,005 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> "Services that were unable to start:" => ["jboss.ws.config"],
> "Services that may be the cause:" => [
> "jboss.binding.https",
> "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
> ]
> }}
> 13:55:32,007 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "ejb3"),
> ("service" => "remote")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]}
> 13:55:32,074 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.binding.https (missing) dependents: [service jboss.undertow.listener.default]
> service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector]
>
> 13:55:32,085 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.1.0.Final "Kenny" started (with errors) in 3475ms - Started 197 of 252 services (3 services failed or missing dependencies, 78 services are lazy, passive or on-demand
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months
[JBoss JIRA] (WFLY-3913) HTTPS socket-binding definition always needed
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-3913?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar resolved WFLY-3913.
-------------------------------
Resolution: Rejected
I am rejecting this issue as secure redirect port is indeed always needed.
Making this configuration optional with some hard coded fallback port defies whole purpose of having redirect-socket configuration.
In short, keep the https binding, you can rename it if you want but make sure you update reference in http-listener.
see https://developer.jboss.org/message/848793 for more details why this is done the way it is.
> HTTPS socket-binding definition always needed
> ---------------------------------------------
>
> Key: WFLY-3913
> URL: https://issues.jboss.org/browse/WFLY-3913
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.1.0.Final
> Reporter: Jose Monreal
> Assignee: Tomaz Cerar
> Labels: https, standalone
> Fix For: 8.2.0.CR1, 9.0.0.CR1
>
> Attachments: standalone.xml
>
>
> When removing HTTPS socket-binding from the standalone.xml file, the server start's in errors.
> The errors are the following:
> {noformat}
> 13:55:32,002 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "undertow"),
> ("server" => "default-server"),
> ("http-listener" => "default")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.undertow.listener.default is missing [jboss.binding.https]"]}
> 13:55:32,005 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([("subsystem" => "webservices")]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
> "Services that were unable to start:" => ["jboss.ws.config"],
> "Services that may be the cause:" => [
> "jboss.binding.https",
> "jboss.remoting.remotingConnectorInfoService.http-remoting-connector"
> ]
> }}
> 13:55:32,007 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
> ("subsystem" => "ejb3"),
> ("service" => "remote")
> ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.ejb3.connector is missing [jboss.remoting.remotingConnectorInfoService.http-remoting-connector]"]}
> 13:55:32,074 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
> JBAS014775: New missing/unsatisfied dependencies:
> service jboss.binding.https (missing) dependents: [service jboss.undertow.listener.default]
> service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector]
>
> 13:55:32,085 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.1.0.Final "Kenny" started (with errors) in 3475ms - Started 197 of 252 services (3 services failed or missing dependencies, 78 services are lazy, passive or on-demand
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 7 months