You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/02/08 13:03:02 UTC

[GitHub] [cloudstack] ravening opened a new issue #4664: Unable to create shared networks in master

ravening opened a new issue #4664:
URL: https://github.com/apache/cloudstack/issues/4664


   <!--
   Verify first that your issue/request is not already reported on GitHub.
   Also test if the latest release and master branch are affected too.
   Always add information AFTER of these HTML comments, but no need to delete the comments.
   -->
   I am unable to create shared networks in the latest master branch
   
   ##### ISSUE TYPE
   <!-- Pick one below and delete the rest -->
    * Bug Report
   
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Networks
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   4.16.0
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   Login to UI
   Navigate to Networks and click on Create network
   Select type as shared. Fill in the details and click on
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   Shared network should be created
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   The network didnt get created. I dont see any api call being made to backend
   I see some warn in the console but Im not sure if thats related.
   
   ~~~
   ![Screenshot 2021-02-08 at 13 58 41](https://user-images.githubusercontent.com/10645273/107223126-18090080-6a16-11eb-98b0-5efde73b825d.png)
   
   ![Screenshot 2021-02-08 at 14 01 21](https://user-images.githubusercontent.com/10645273/107223176-26571c80-6a16-11eb-9882-74eba635f8dc.png)
   
   
   I am able to create it sometimes but most of the time, its just stuck.
   
   @ustcweizhou you were also facing this issue right?
   
   @rhtyd @DaanHoogland @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] weizhouapache commented on issue #4664: Unable to create shared networks in master

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #4664:
URL: https://github.com/apache/cloudstack/issues/4664#issuecomment-775229160


   > after some debugging, found out that `this.formSelectedPhysicalNetwork` was null and NPE happens there. Hence the code flow wont go further
   
   @ravening good. should it be a required field ?


----------------------------------------------------------------
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] ravening commented on issue #4664: Unable to create shared networks in master

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4664:
URL: https://github.com/apache/cloudstack/issues/4664#issuecomment-775233064


   No.. for some reason this field is null. we just need to call the api to fetch the data again if its null. i have made the change and it works fine. will create a pr


----------------------------------------------------------------
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] weizhouapache commented on issue #4664: Unable to create shared networks in master

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on issue #4664:
URL: https://github.com/apache/cloudstack/issues/4664#issuecomment-775177965


   @ravening yes, I confirmed it.
   it does not work most of times.


----------------------------------------------------------------
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] rhtyd commented on issue #4664: Unable to create shared networks in master

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


   Fixed in https://github.com/apache/cloudstack/pull/4666


-- 
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] rhtyd closed issue #4664: Unable to create shared networks in master

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


   


-- 
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] ravening commented on issue #4664: Unable to create shared networks in master

Posted by GitBox <gi...@apache.org>.
ravening commented on issue #4664:
URL: https://github.com/apache/cloudstack/issues/4664#issuecomment-775204330


   after some debugging, found out that `this.formSelectedPhysicalNetwork` was null and NPE happens there. Hence the code flow wont go further


----------------------------------------------------------------
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