[jbosstools-issues] [JBoss JIRA] (JBIDE-15158) if I create a scalable application I get a non-useful dialog about HAProxy (watcher)

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Tue Jul 9 08:23:21 EDT 2013


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

Andre Dietisheim commented on JBIDE-15158:
------------------------------------------

The reason for this is that the HAProxy being successfully started is reported in a field with severity *resul*. 

{code}
[
    {
        "exit_code" => big integer 0,
        "field" => undefined,
        "severity" => "info",
        "text" => "Application scalable was created."
    },
    {
        "exit_code" => big integer 0,
        "field" => undefined,
        "severity" => "debug",
        "text" => "The cartridge jbossas deployed a template application"
    },
    {
        "exit_code" => big integer 0,
        "field" => undefined,
        "severity" => "result",
        "text" => "HAProxy instance is started
"
    }
]
{code}

We display whatever message we get that is "field":"result" or "severity":"result"
                
> if I create a scalable application I get a non-useful dialog about HAProxy (watcher)
> ------------------------------------------------------------------------------------
>
>                 Key: JBIDE-15158
>                 URL: https://issues.jboss.org/browse/JBIDE-15158
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: openshift
>    Affects Versions: 4.1.0.CR1
>            Reporter: Andre Dietisheim
>            Assignee: Andre Dietisheim
>             Fix For: 4.2.x
>
>         Attachments: ha-proxy-started.png
>
>
> How to reproduce:
> # ASSERT: make sure that you dont have any scalable application in your domain
> # EXEC: launch OpenShift application wizard and provide some name, type and check *enable Scaling*
> Result:
> You get a dialog which informs you that the HAProxy was started:
> !ha-proxy-started.png!

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list