"Authentication Failed" error returned from "nohup sh run.sh" command

"Authentication Failed" error returned from "nohup sh run.sh" command

When starting the application I get the following error:

./../classes/:./../lib/HTTPClient.jar:./../lib/ZohoTeleAdapter.jar:./../lib/json.jar:./../lib/AdvWmsServerCommon.jar:./../lib/AdvWmsCommon.jar:./../teleadapters/elastix16/lib/ZTIElastix16Impl.jar:./../teleadapters/elastix16/lib/asterisk-java-1.0.0.M3.jar
===============================================================================
.
.
REMOTE_HOME: ./..
.
JAVA: /usr/bin/java
.
JAVA_OPTS: -Dadapter.home=./.. -Djava.util.logging.config.file=../conf/logging.properties
.
CLASSPATH: ./../classes/:./../lib/HTTPClient.jar:./../lib/ZohoTeleAdapter.jar:./../lib/json.jar:./../lib/AdvWmsServerCommon.jar:./../lib/AdvWmsCommon.jar:./../teleadapters/elastix16/lib/ZTIElastix16Impl.jar:./../teleadapters/elastix16/lib/asterisk-java-1.0.0.M3.jar
.
PARAM:
.
===============================================================================
.
Reading conf from --->../conf/zti.properties
Loading props ./../conf/taskengine/taskengine.conf
Loading props ./../conf/taskengine/tele.properties
Loading props ./../conf/taskengine/zoho.properties
Unauthorized user....Please Check the username password

I also looked at the HTTP call to Zoho and saw it said I was not able to authenticate:

http://74.201.154.191/register?prd=ZT&zuid=<MY_USER_ID_WAS_HERE>&ticket=<MY_AUTH_KEY_WAS_HERE>&config=16&iscscope=ZTI&authtype=1


Returned:

[{"prd":"PS","mtype":"-5","msg":{"reason":"Authentication Failed"}}]