" /> genesys service start error - Genesys CTI User Forum

Author Topic: genesys service start error  (Read 15904 times)

Eugene Khoo

  • Guest
genesys service start error
« on: January 01, 1970, 12:00:00 AM »
Advertisement
has anyone encountered this error:
---------------------------
C:\GCTI\StatServer_PHP24F>statserv.exe service statserver_service host cme_php
port 2020 app "StatServer_CCP_PHP" l "7260@cme_php"

service_startup Changing working folder to C:\GCTI\StatServer_PHP24F\
Trying to start Service Control Dispatcher...FAILED
Cannot start Service Control Manager, error code = 1063
Trying to stop the service...DONE
DONE
-----------------------------


Offline gustav

  • Newbie
  • *
  • Posts: 44
  • Karma: 0
Re: genesys service start error
« Reply #1 on: June 01, 2010, 07:10:01 PM »
  • Best Answer
  • Ensure that you have the JAVA_HOME path set, and that it does not have a space ie. "Program Files\"  .  Also, use the startup.bat file in the gdesktop directory, as it will start it as a service (not the .exe).

    Offline Steve

    • Sr. Member
    • ****
    • Posts: 298
    • Karma: 11
    Re: genesys service start error
    « Reply #2 on: June 02, 2010, 10:00:35 AM »
  • Best Answer
  • Don't you need minus signs to show the keys -

    C:\GCTI\StatServer_PHP24F>statserv.exe -service statserver_service -host cme_php -port 2020 -app "StatServer_CCP_PHP" -l "7260@cme_php"

    tony

    • Guest
    Re: genesys service start error
    « Reply #3 on: June 02, 2010, 10:38:46 AM »
  • Best Answer
  • ...And I think there should there be a backslash (not an arrow to show the executable location...?

    C:\GCTI\StatServer_PHP24F\statserv.exe

    instead of:

    C:\GCTI\StatServer_PHP24F>statserv.exe

    Making it;

    C:\GCTI\StatServer_PHP24F\statserv.exe -service statserver_service -host cme_php -port 2020 -app "StatServer_CCP_PHP" -l "7260@cme_php"


    Offline gustav

    • Newbie
    • *
    • Posts: 44
    • Karma: 0
    Re: genesys service start error
    « Reply #4 on: June 07, 2011, 05:37:39 PM »
  • Best Answer
  • This is usually a JAVA_HOME environment variable issue.  Verify both the environment variable and you Java directory to ensure they are in sync.

    From the command prompt run> set

    to see the variable settings or run> echo %JAVA_HOME%

    to update without restarting run> set JAVA_HOME = <full path>

    Offline gustav

    • Newbie
    • *
    • Posts: 44
    • Karma: 0
    Re: genesys service start error
    « Reply #5 on: October 24, 2011, 02:21:56 PM »
  • Best Answer
  • Another thing to check here is the version of Java, I have had this issue when incompatible versions are being used.

    Offline alexnikol

    • Newbie
    • *
    • Posts: 1
    • Karma: 0
    Re: genesys service start error
    « Reply #6 on: October 25, 2011, 07:25:14 AM »
  • Best Answer
  • Which version of Java is incompatible can you please specify and post those versions which you have encountered problem with.

    Offline gustav

    • Newbie
    • *
    • Posts: 44
    • Karma: 0
    Re: genesys service start error
    « Reply #7 on: November 22, 2011, 07:20:06 PM »
  • Best Answer
  • 1.6 for Genesys 7.6-8.1

    I have had issues with later version of 1.6, but have found earlier versions (ie _17) have been successful
    « Last Edit: December 15, 2011, 09:07:38 PM by gustav »