In the section for SVRDEFINES="
The last line of the file section shows
-Duser.country="US""
Change this last line to
-Duser.country="US" \ (please note removal of the second double quotation, a space then the backslash)
Then add the following line below that
-Dcom.sun.jndi.ldap.object.disableEndpointIdentification="true"" (please note two double quotation marks to close the section properly)
The last two lines should look like:
-Duser.country="US" \-Dcom.sun.jndi.ldap.object.disableEndpointIdentification="true""