Genesys CTI User Forum

Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: gsarwono on February 06, 2007, 04:21:23 PM

Title: Stat Server application stop after beeing started
Post by: gsarwono on February 06, 2007, 04:21:23 PM
Hi Genesys Pro,

I have recently problem with Backup Statserver. I have tried to stop and start the application using SCI and also from local server (via stop/start services) unsuccessfully. I am using statserver 6.5 configmanager 6.5, tserver 6.5.
In the log file I got the following errors;
------
--------
Signal 21 received...
22:47:42.978 Std 01000 StatServer Exiting
22:47:42.978 Trc 04109 Logging service stopped

Do you know what above message? And how to solve the problem, is there any documentation regarding to the errors message and how to solve the problem?

Thanks

Gito
Title: Re: Stat Server application stop after beeing started
Post by: cavagnaro on February 06, 2007, 04:28:39 PM
If you run the bat file?
Title: Re: Stat Server application stop after beeing started
Post by: Gito on February 06, 2007, 10:59:47 PM
Cavagnaro,

Thanks for hint this, it is working now with running from bat file. Do you know, why this happened?

Gito
Title: Re: Stat Server application stop after beeing started
Post by: victor on February 07, 2007, 05:52:15 AM
My initial guess would be - check if you have the license in place. :)
In your log previous to that, see if you have - no license found or something like that. I had this happen to me on more than one occasion.

My second guess would be port: check to make sure that your statserver is not trying to use port already used by some other application. The easiest way to do it is by doing netstat -a when your statserver is not running.

Third, make sure that the standby-mode set in primary statserver for its backup is not hot. Because I do not think that hot-standby statserver makes any sense. If you really want to have a Backup StatServer that starts on switch-over, try warm (even though I have a very weird feeling about this)

Tell me how it went. (Oh, please feel free to post the whole start-stop log for StatServer so that we could get some more info if the top three suggestions did not work.)
Title: Re: Stat Server application stop after beeing started
Post by: cavagnaro on February 07, 2007, 03:46:30 PM
Compare your CME application options to the BAT one. I also had that problem, as Vic says i'll also think on port issue maybe.
And also yes please post all the log  ;D More info is on the initial lines.
Maybe a log with the BAT and a LOG with the service
Title: Re: Stat Server application stop after beeing started
Post by: Mike Kamlet on February 07, 2007, 06:14:00 PM
Also check the lca logs --

we've seen some timing issues where it takes a while for the statserver to start up, and lca will issue the "kill" signal back to stop the statserver
Title: Re: Stat Server application stop after beeing started
Post by: Gito on February 08, 2007, 06:11:42 PM
Thanks everybody for the input.

I have checked the CMG (startinfo) it is the same with the bat script (command to start the statserver). But when I check in the windows services it is different. The different is in the location of the license file. I think I have to change the path to execute (in Windows Services) should be the same with the CMG and the bat script. Now I have to learn how to change it when the applications has been installed?
Do you know how to do it? Should I installed the Statserver from the scratch again?

Thanks in advance.

Gito
Title: Re: Stat Server application stop after beeing started
Post by: catanirex on February 08, 2007, 06:30:16 PM
Hi,

Change the ImagePath ( Regedit / Localmachine/system/currentcontrolSet/Services/<StatServerName>
Title: Re: Stat Server application stop after beeing started
Post by: Gito on February 13, 2007, 04:35:12 PM
Thanks Catanirex,

Gito