Cause of the issue:
This problem can occur in different runtime processes that involves reading attributes that have a validation rule of required (for example, Name in the system.user
table), but still, for unknown reasons are equal to NULL values. This can cause the required processes to fail and therefore fail the runtime step for the deployment of your application.
Solution to the issue:
To solve the issue, we can manually delete the corresponding rows that have those NULL values in the database. After doing so, we can try again redeploying a new package into the environment, this should hopefully restart the process and successfully complete the build and runtime steps in the deployment of our application.
Regards,
Oswaldo.