[jboss-jira] [JBoss JIRA] (WFLY-6680) :read-proxies-configuration and :read-proxies-info fail when at least one of the proxies is unreachable

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Jun 23 12:06:00 EDT 2016


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

RH Bugzilla Integration commented on WFLY-6680:
-----------------------------------------------

Aaron Ogburn <aogburn at redhat.com> changed the Status of [bug 1343633|https://bugzilla.redhat.com/show_bug.cgi?id=1343633] from ASSIGNED to POST

> :read-proxies-configuration and :read-proxies-info fail when at least one of the proxies is unreachable
> -------------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-6680
>                 URL: https://issues.jboss.org/browse/WFLY-6680
>             Project: WildFly
>          Issue Type: Bug
>    Affects Versions: 10.0.0.Final
>         Environment: RHEL 6, EAP 6.1.0, mod_cluster-1.2.4-1.Final_redhat_1.ep6.el6.noarch, 
>            Reporter: Kristina Clair
>            Assignee: Radoslav Husar
>             Fix For: 10.1.0.Final
>
>
> When the modcluster subsystem is unable to connect to a proxy, the jboss-cli commands :read-proxies-configuration and :read-proxies-info fail with an unhelpful error.
> On both the domain controller and application host, :read-proxies-info and :read-proxies-configuration fail with the same error.  This is the output from the application host:
> {noformat}
> [domain at localhost:9999 subsystem=modcluster] pwd
> /host=localhost/server=cluster2/subsystem=modcluster
> [domain at localhost:9999 subsystem=modcluster] :list-proxies
> {
>     "outcome" => "success",
>     "result" => [
>         "web02:8009",
>         "web01:8009"
>     ]
> }
> [domain at localhost:9999 subsystem=modcluster] :read-proxies-configuration
> {
>     "outcome" => "failed",
>     "result" => undefined,
>     "failure-description" => "JBAS014749: Operation handler failed: newValue is null",
>     "rolled-back" => true
> }
> [domain at localhost:9999 subsystem=modcluster] :read-proxies-info
> {
>     "outcome" => "failed",
>     "result" => undefined,
>     "failure-description" => "JBAS014749: Operation handler failed: newValue is null",
>     "rolled-back" => true
> }
> {noformat}
> In the above example, modcluster was not able to connect to the proxies due to an ssl misconfiguration in the modcluster subsystem in domain.xml.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list