PhoneBridge Asterisk module not receiving ZUID

PhoneBridge Asterisk module not receiving ZUID

We are integrating Zoho Phonebridge with CRM on an Asterisk 1.8 (FreePBX) server. The module is loaded but when the nohup command is executed, there is a java error stating that the ZUID is not found as well as an HTTP error 400.

Here the output file. Any ideas on how to solve the issue?

./../classes/:./../lib/AdvWmsServerCommon.jar:./../lib/HTTPClient.jar:./../lib/AdvWmsCommon.jar:./../lib/json.jar:./../lib/ZohoTeleAdapter.jar:./../teleadapters/asterisk14/lib/asterisk-java-1.0.0.M3.jar:./../teleadapters/asterisk14/lib/ZTIAsterisk14Impl.jar
===============================================================================
.
.
REMOTE_HOME: ./..
.
JAVA: /usr/bin/java
.
JAVA_OPTS: -Dadapter.home=./.. -Djava.util.logging.config.file=../conf/logging.properties
.
CLASSPATH: ./../classes/:./../lib/AdvWmsServerCommon.jar:./../lib/HTTPClient.jar:./../lib/AdvWmsCommon.jar:./../lib/json.jar:./../lib/ZohoTeleAdapter.jar:./../teleadapters/asterisk14/lib/asterisk-java-1.0.0.M3.jar:./../teleadapters/asterisk14/lib/ZTIAsterisk14Impl.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
 Http Status code 400
java.lang.Exception: Unable to get ZUID for the AuthToken
    at com.zohocorp.zoho.ztiadapter.util.AuthUtil.setZUID(AuthUtil.java:37)
    at com.zohocorp.zoho.ztiadapter.util.AuthUtil.login(AuthUtil.java:61)
    at com.zohocorp.zoho.ztiadapter.ZTIAdapter.initialize(ZTIAdapter.java:57)
    at com.zohocorp.zoho.ztiadapter.Starter.main(Starter.java:19)
 Unable to login, quiting....