[jboss-jira] [JBoss JIRA] (WFLY-6680) :read-proxies-configuration and :read-proxies-info fail when there is no httpd

Radoslav Husar (JIRA) issues at jboss.org
Fri Jun 10 09:57:02 EDT 2016


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

Radoslav Husar commented on WFLY-6680:
--------------------------------------

Just to clarify the problem, it happens when there is at least one working proxy and at least one incorrect proxy. Also this is what the exception is in WF10:

{noformat}
[standalone at localhost:9990 /] /subsystem=modcluster/:read-proxies-info
{
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: newValue is null",
    "rolled-back" => true
}
[standalone at localhost:9990 /] /subsystem=modcluster/:read-proxies-configuration
{
    "outcome" => "failed",
    "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: newValue is null",
    "rolled-back" => true
}
{noformat}

> :read-proxies-configuration and :read-proxies-info fail when there is no httpd
> ------------------------------------------------------------------------------
>
>                 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: Aaron Ogburn
>
> 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