You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/01 09:41:36 UTC

[GitHub] [cloudstack-primate] vladimirpetrov opened a new issue #782: [BUG] Unmanage VM leads to a 404 page

vladimirpetrov opened a new issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782


   **Describe the bug**
   When you unmanage a VM, a 404 error (not found) page is shown.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as a User or an Admin
   2. Go to 'Compute > Instances'
   3. Click on an instance and then on the button 'Unmanage VM'
   
   After the operation, the page is reloaded but the VM is no longer available which leads to 404 error page.
   
   **Expected behavior**
   Probably the user must be redirected back to the list of instances.
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/12384665/94793582-5c8aec80-03e3-11eb-9c1d-14b04d58f5cc.png)
   
   **Desktop (please complete the following information):**
    - OS: Ubuntu 18.04 LTS
    - Browser: Chrome
    - Version: 85.0.4183.121 (Official Build) (64-bit)
   
   **Additional context**
   None.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] vladimirpetrov commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
vladimirpetrov commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-707114300


   I confirm, the bug is no longer present.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-704181197


   @vladimirpetrov please test latest master and close this. Thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] shwstppr edited a comment on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
shwstppr edited a comment on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-702051518


   @rhtyd added a tentative fix which should resolve the issue. Will update after more testing cc @vladimirpetrov 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] DaanHoogland commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-702053742


   there is an issue with 404 when destroying a VM as well (#753) , probably related (by looking from the outside in) did you consider this as a generic problem, yet @shwstppr ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] shwstppr commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-702051518


   @rhtyd added a tentative fix which should resolve the issue. Will update after more testing


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd closed issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] shwstppr commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-702071470


   @DaanHoogland not yet. I think the 404 bug for destroy VM got introduced with the custom componenent that has been added for `destroyVirtualMachine` API. Otherwise the code routes back to listview if the action icon is `delete`.
   Unmanage VM has a different icon so I added a check for `unmanagedInstance` API in AutogenView.vue in my PR. Will test PR #761 for #753 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-707020559


   I'm unable to reproduce, please re-open if you are @vladimirpetrov thanks.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack-primate] rhtyd commented on issue #782: [BUG] Unmanage VM leads to a 404 page

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #782:
URL: https://github.com/apache/cloudstack-primate/issues/782#issuecomment-702034629


   @shwstppr can you check and advise?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org