-
Bug
-
Resolution: Unresolved
-
Critical
-
windows 10 ubuntu 22.04
newly created vsphere cloud auto be named "vSphereCloud" and multiple clouds when save configurations confilcts
and I find:
the url of first "vSphereCloud" is ...http://localhost:8080/manage/cloud/vSphereCloud/
the url of second "vSphereCloud" is .../http://localhost:8080/manage/cloud/cloudByIndex/1/
the url of third "vSphereCloud" is .../http://localhost:8080/manage/cloud/cloudByIndex/2/
Only the first "vSphereCloud" can save configurations.
the other "vSphereCloud" have error when save configurations:
Mar 22, 2024 10:51:38 AM WARNING hudson.init.impl.InstallUncaughtExceptionHandler handleException
Caught unhandled exception with ID 47dd906a-cd68-4839-be64-9817bbcef41e
java.lang.NumberFormatException: For input string: "vSphereCloud" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) at java.base/java.lang.Long.parseLong(Long.java:711)
.....