[CR #355835] If XML validation is turned on in global.properties.xml,
when you export only applications, or all entities, then perform
an import, you receive a connection error: java.lang.NullPointerException
.
Workaround:
Open global.properties.xml in a text editor. If you are using Tomcat, the default location of this file is %SYBASE%\tomcat\webapps\onepage\config, where “x” is the drive on which the product is installed.
Find <Property name=”XmlValidation”> and verify that the value is set to “off.” If not, change it.
Save the file and close the text editor.
Restart the application server.