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 2018/10/22 19:45:37 UTC

[GitHub] DennisKonrad opened a new issue #2917: Showing VRs in Infrastructure > Virtual Routers fails due to CloudStackVersion.parse(String)

DennisKonrad opened a new issue #2917: Showing VRs in Infrastructure > Virtual Routers fails due to CloudStackVersion.parse(String) 
URL: https://github.com/apache/cloudstack/issues/2917
 
 
   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   UI
   CloudStackVersion
   
   ##### CLOUDSTACK VERSION
   master as of Oct 22, 2018
   newest commit seems to be #2914 
   
   ~~~
   
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   
   
   ##### OS / ENVIRONMENT
   Installation of the management server is on CentOS 7.5.1804
   
   
   ##### SUMMARY
   Hi,
   
   showing the VRs is not possible in master branch because of the following error:
   
   ![image](https://user-images.githubusercontent.com/33484272/47306356-7edb3380-d62c-11e8-8778-f1d8879e4d2f.png)
   
   org.apache.cloudstack.utils.CloudStackVersion.parse(String) passed 0, but requires a value in the format of int.int.int(.int)(-<legacy patch>)
   
   We are currently using the following Version-String: 
   
   ![image](https://user-images.githubusercontent.com/33484272/47306414-a7fbc400-d62c-11e8-87e4-b8cb24ea5f1b.png)
   
   4.12.0.0-1540218507
   
   But it seems it is just not set when trying to access the Virtual Routers in Infrastructure.
   
   ##### STEPS TO REPRODUCE
   Open Infrastructure > Virtual Routers
   
   ##### EXPECTED RESULTS
   Seeing a list of the vrs.
   
   ##### ACTUAL RESULTS
   Seeing error message pictured above.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services