You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Martyn Taylor (JIRA)" <ji...@apache.org> on 2011/05/24 12:24:47 UTC

[jira] [Created] (DTACLOUD-41) RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars

RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars
--------------------------------------------------------------------------------------------

                 Key: DTACLOUD-41
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-41
             Project: DeltaCloud
          Issue Type: Bug
          Components: Server
            Reporter: Martyn Taylor
            Assignee: David Lutterkort


On an instance create request for server using RHEV-M backend, when trying to create with an instance name > 50 chars.  The Server returns an Internal Server Error HTTP 500.  This is because the RHEV-M backend does not support Instances names of this length.

Some validation Checks should be applied before requests are sent to the RHEV-M backend to make sure that these errors do not occur and to make sure a relevant Error message is returned to the client

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Created] (DTACLOUD-41) RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars

Posted by Michal Fojtik <mf...@redhat.com>.
On May 24, 2011, at 12:24 PM, Martyn Taylor (JIRA) wrote:

Hi Martyn,

Fixed in commit r1129074.

  -- Michal

> RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars
> --------------------------------------------------------------------------------------------
> 
>                 Key: DTACLOUD-41
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-41
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>            Reporter: Martyn Taylor
>            Assignee: David Lutterkort
> 
> 
> On an instance create request for server using RHEV-M backend, when trying to create with an instance name > 50 chars.  The Server returns an Internal Server Error HTTP 500.  This is because the RHEV-M backend does not support Instances names of this length.
> 
> Some validation Checks should be applied before requests are sent to the RHEV-M backend to make sure that these errors do not occur and to make sure a relevant Error message is returned to the client
> 
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira

------------------------------------------------------
Michal Fojtik, mfojtik@redhat.com
Deltacloud API: http://deltacloud.org


[jira] [Resolved] (DTACLOUD-41) RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DTACLOUD-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Fojtik resolved DTACLOUD-41.
-----------------------------------

    Resolution: Fixed

> RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars
> --------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-41
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-41
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>            Reporter: Martyn Taylor
>            Assignee: Michal Fojtik
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On an instance create request for server using RHEV-M backend, when trying to create with an instance name > 50 chars.  The Server returns an Internal Server Error HTTP 500.  This is because the RHEV-M backend does not support Instances names of this length.
> Some validation Checks should be applied before requests are sent to the RHEV-M backend to make sure that these errors do not occur and to make sure a relevant Error message is returned to the client

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (DTACLOUD-41) RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DTACLOUD-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Fojtik reassigned DTACLOUD-41:
-------------------------------------

    Assignee: Michal Fojtik  (was: David Lutterkort)

> RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars
> --------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-41
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-41
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>            Reporter: Martyn Taylor
>            Assignee: Michal Fojtik
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On an instance create request for server using RHEV-M backend, when trying to create with an instance name > 50 chars.  The Server returns an Internal Server Error HTTP 500.  This is because the RHEV-M backend does not support Instances names of this length.
> Some validation Checks should be applied before requests are sent to the RHEV-M backend to make sure that these errors do not occur and to make sure a relevant Error message is returned to the client

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (DTACLOUD-41) RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars

Posted by "Michal Fojtik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DTACLOUD-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068924#comment-13068924 ] 

Michal Fojtik commented on DTACLOUD-41:
---------------------------------------

This should be fixed now using parameter validation. Could you please confirm that and close this issue?

> RHEVM driver returns 500 Internal Server Error if a instance name has been entered > 50chars
> --------------------------------------------------------------------------------------------
>
>                 Key: DTACLOUD-41
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-41
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Server
>            Reporter: Martyn Taylor
>            Assignee: Michal Fojtik
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On an instance create request for server using RHEV-M backend, when trying to create with an instance name > 50 chars.  The Server returns an Internal Server Error HTTP 500.  This is because the RHEV-M backend does not support Instances names of this length.
> Some validation Checks should be applied before requests are sent to the RHEV-M backend to make sure that these errors do not occur and to make sure a relevant Error message is returned to the client

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira