java.lang.NumberFormatException: For input string: "<string value>" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)stackTrace="java.lang.NumberFormatException: For input string: "<string value>" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.base/java.lang.Integer.parseInt(Integer.java:652) at java.base/java.lang.Integer.parseInt(Integer.java:770) at com.vmware.vcloud.ovf.properties.impl.OvfPropertyServiceImpl.checkQualifiers(OvfPropertyServiceImpl.java:442) at com.vmware.vcloud.ovf.validation.impl.OvfProductSectionValidatorImpl.checkProperty(OvfProductSectionValidatorImpl.java:478) at com.vmware.vcloud.ovf.validation.impl.OvfProductSectionValidatorImpl.checkProperties(OvfProductSectionValidatorImpl.java:425) at...at java.base/java.lang.Thread.run(Thread.java:829) " message="[ ########-####-####-####-####a192 ] For input string: "<string value>"" majorErrorCode="500" minorErrorCode="INTERNAL_SERVER_ERROR"/>VMware Cloud Director 10.6.1.1
The issue occurs because of editing the OVA manually and adding the information like personalization code to the OVA which was imported into VCD.
To resolve the issue the OVA needs to be edited removing the personalization code that has been added to the OVA before deploying in VCD.
For further information on Guest Customization please go through the document: Understanding Guest Customization