[teiid-issues] [JBoss JIRA] (TEIID-4026) Web Admin Console: Invalid attribute in SSL configuration

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Mar 18 15:48:00 EDT 2016


     [ https://issues.jboss.org/browse/TEIID-4026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated TEIID-4026:
-------------------------------------------
    Bugzilla References:   (was: https://bugzilla.redhat.com/show_bug.cgi?id=1315333)
        Bugzilla Update:   (was: Perform)


> Web Admin Console: Invalid attribute in SSL configuration
> ---------------------------------------------------------
>
>                 Key: TEIID-4026
>                 URL: https://issues.jboss.org/browse/TEIID-4026
>             Project: Teiid
>          Issue Type: Bug
>          Components: Build/Kits
>    Affects Versions: 8.12.5
>         Environment: ER1
>            Reporter: Filip Elias
>            Assignee: Steven Hawkins
>
> It seems ssl-enable is invalid attribute (ssl can be enabled through attribute 'mode'). I assume it can be removed from menu. Configuration fails when SSL Enabled is checked.
> Error:
> {code}
> Unknown error
> Unexpected HTTP response: 500
> Request
> {
>     "operation" => "composite",
>     "address" => [],
>     "steps" => [{
>         "address" => [
>             ("subsystem" => "teiid"),
>             ("transport" => "embedded")
>         ],
>         "operation" => "write-attribute",
>         "name" => "ssl-enable",
>         "value" => true
>     }]
> }
> Response
> Internal Server Error
> {
>     "outcome" => "failed",
>     "result" => {"step-1" => {
>         "outcome" => "failed",
>         "failure-description" => "JBAS014792: Unknown attribute ssl-enable",
>         "rolled-back" => true
>     }},
>     "failure-description" => {"JBAS014653: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "JBAS014792: Unknown attribute ssl-enable"}},
>     "rolled-back" => true,
>     "response-headers" => {"process-state" => "reload-required"}
> }
> {code}



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


More information about the teiid-issues mailing list