Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: kevinwang on May 14, 2010, 06:15:39 PM
-
START info in cme as below:
Working directory D:\GCTI\GAD\bin
Command Line GDesktopDriver.exe
Arguments -service GDesktop
-
Hi,
Check your JAVA_HOME directory in Environment variables. Also make sure ProcessParameters.ini file has correct path to Java.
Artur
-
Thank your very much, it's java home directory problem, there should not be any space, I just used default installation directory for jsdk installation.
-
We also had this problem that ended up being caused by an incorrect IP address in the hostname table on the linux server. We did an nslookup on the server noticed the incorrect IP address then vi etc/hosts. The Apps would start ok in SCI but would not shut down. We could stop them via the command line.
-
start it with a particular user , not system
-
Environment variables for specific users are often the cause of this kind of issue. The user that runs the LCA is how the applications will start, so you need to make sure you test from the command line with that user.
Also, pro tip - never ever ever run LCA as root. That's just asking for trouble, even more relevant for GDA if you run that.