[
https://issues.apache.org/jira/browse/CLOUDSTACK-691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13539985#comment-13539985
]
Pranav Saxena commented on CLOUDSTACK-691:
------------------------------------------
So , I tried to look into this issue and realized the following -
1) UI code makes the API call - listS3s but does not pass any S3 ID
2) The API on the other hand in ListS3sCmd.java assumes that we need to supply
a mandatory parameter ID .
@Parameter(name = ID, type = LONG, required = true, description = "The ID of
the S3")
private Long id;
And due to this , the error is thrown that it's not able to execute because of
missing parameter ID .
I am not sure who made the changes for the UI code for this but this seems to
be the mistake.
Thanks !
> A warning dialog box shows after reloading the welcome page
> -----------------------------------------------------------
>
> Key: CLOUDSTACK-691
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-691
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: UI
> Environment: master branch
> Reporter: Isaac Chiang
> Assignee: Pranav Saxena
> Priority: Minor
> Labels: ui
> Attachments: screenshot-1.jpg
>
>
> Reproduce step:
> 1. Clean up the database and restart a new CloudStack
> 2. Login as the administrator
> 3. Reload the welcome page
> 4. A Warning dialog box shows with content "Unable to execute API command
> lists3s due to missing parameter id"
--
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