Replies: 1 comment
-
I see there is an open issue related to this (#552) so I propose to move any further discussion there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I'm stuck with version 2.39.0. every time i try to upgrade vRBT and i try to run my pipeline i always get the error below.
It seems that vRA project try to delete existing Dynamic Type (Custom Resource). vRA do not allow to delete Custom Resource if any instances exist. The error you see is a try to push back the code to this same instance it was taken form!
Is this a issue with my pipeline or a known issue with vRBT?
BTW is thee any build tools documentation and some more information what newer versions offer than what i can see in releases What's Changed If you are not a vRBT developer its not possible to understand this.
Error:
02:19:43.700 [main] INFO com.vmware.pscoe.iac.artifact.store.vrang.VraNgCustomResourceStore - Importing custom resource BMS...
02:19:43.749 [main] INFO com.vmware.pscoe.iac.artifact.store.vrang.VraNgCustomResourceStore - Custom resource 'BMS' already exists and has ID '3f691877-1bbb-4ac8-bbc1-acd2220b71c0'
02:19:43.750 [main] INFO com.vmware.pscoe.iac.artifact.store.vrang.VraNgCustomResourceStore - Trying to delete custom resource 'BMS' first.
02:19:43.750 [main] INFO com.vmware.pscoe.iac.artifact.rest.RestClientVraNg - Deleting custom resource with id '3f691877-1bbb-4ac8-bbc1-acd2220b71c0'
Exception in thread "main" java.lang.RuntimeException: Error executing POST to server: java.lang.RuntimeException : Could not delete custom resource with name 'BMS' (id:3f691877-1bbb-4ac8-bbc1-acd2220b71c0).
at com.vmware.pscoe.iac.artifact.store.vrang.VraNgCustomResourceStore.importCustomResource(VraNgCustomResourceStore.java:316)
at com.vmware.pscoe.iac.artifact.store.vrang.VraNgCustomResourceStore.importContent(VraNgCustomResourceStore.java:177)
at com.vmware.pscoe.iac.artifact.VraNgPackageStore.importPackage(VraNgPackageStore.java:274)
at com.vmware.pscoe.iac.artifact.VraNgPackageStore.importAllPackages(VraNgPackageStore.java:139)
Beta Was this translation helpful? Give feedback.
All reactions