Closed unbreakabl3 closed 2 months ago
Interesting, what kind of project are you using, is it typescript? could you attach a sample content of a config element file? I could not reproduce this with typescript however, i saw some other interesting behaviour:
It is a TS project. Both are getting the same error.
When its "half working", the configuration element folder is created, but its empty.
Strange, I tested using the attribute, now it works with properly setting the type:
Let me ask another colleague to test and see if there are any diffs.
I am not sure if it is possible that the diff comes from any environment config..here is what i am using:
Hi @unbreakabl3,
Thanks for the detailed explanation, I was unable to reproduce the issue with a typescript project with configuration element using the following environment configurations:
I suspect that there is something wrong with the target vRO server (product/environment issue) that is causing the problem, as the error is returned by the target vRO itself.
As @akantchev says, seems like Aria Orchestrator is not in a good state. Can you try to remove the package and everything in it manually?
Did it. Looks ok now. Thanks.
Description
When trying to attribute of type "SecureString”, I am getting a build error. Without "SecureString”, all is working with all other types. I am not sure what is wrong, but it did work before. I did try it with older versions. The problem is the same.
If I run a build a few times, one of them will pass, GUI will return Error 500.
Steps to Reproduce
mvn -T 10C install vrealize:push -P ...
Preconditions: [What are the preconditions to reproduce the issue]
Expected behavior: [What you expect to happen]
A configuration element with a secure attribute will be created.
Actual behavior: [What actually happens]
Build is failing.
Reproduces how often: [What percentage of the time does it reproduce] 90%
Component/s: [What are the Build Tools for VMware Aria components affected by the issue (e.g. "common/artifact-manager", "maven/plugins/vra-ng", "typescript/vrotest", etc)]
com.vmware.pscoe.maven.plugins:vrealize-package-maven-plugin:2.41.0:push
Affects Build/s: [Which are the Build Tools for VMware Aria releases / builds affected by the issue] 2.41.0, 2.40.0, 2.39.0...
Environment
Client
Server
Failure Logs
Related issues and PRs
Additional Context