Closed krasimirr closed 8 months ago
@krasimirr are you still working on this one? Are there any specific steps needed to reproduce this as I am currently pushing successfully vRA 8 projects? @Michaelpalacce do you know if this is related to some specific environment or bug which was already fixed?
With the latest release, creating a new project from the following archetype results in a successful push: https://github.com/vmware/build-tools-for-vmware-aria/blob/main/maven/archetypes/vra-ng/create.sh
Mixed archetype also seems to push successfully (https://github.com/vmware/build-tools-for-vmware-aria/blob/main/maven/archetypes/ts-vra-ng/create.sh)
It seems the issue is no longer present, I am not able to reproduce it on Mac OS with the 2 archetypes above. Closing for now, @krasimirr feel free to re-open if you find it still present.
@VenelinBakalov I will reopen this. @krasimirr encountered this error with some specific data, lets wait for more details, he was testing it before the holidays
Sure thing, let's see what is happening next week
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
@krasimirr reminder to check if this is still valid
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.
This issue was closed because it has been stalled for 7 days with no activity.
@krasimirr @Michaelpalacce I see this one was auto closed, do you think it is still valid?
Description
When pushing vRA 8.x project we get the following error:
[ERROR] Failed to execute goal com.vmware.pscoe.maven.plugins:vrealize-package-maven-plugin:2.34.0:push (default-cli) on project new: Execution default-cli of goal com.vmware.pscoe.maven.plugins:vrealize-package-maven-plugin:2.34.0:push failed: Error executing POST to server: java.lang.ClassCastException : class com.google.gson.JsonNull cannot be cast to class com.google.gson.JsonObject (com.google.gson.JsonNull and com.google.gson.JsonObject are in unnamed module of loader org.codehaus.plexus.classworlds.realm.ClassRealm @63062eea)
Steps to Reproduce
Expected behavior: To successfully push the project.
Actual behavior: Build Failure Reproduces how often: 100% Component/s: common/artifact-manager
Environment
Client
Server
Failure Logs