" /> GDesktop Hangs during Login attempt - Genesys CTI User Forum

Author Topic: GDesktop Hangs during Login attempt  (Read 3967 times)

Offline pspenning

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 0
    • West Interactive
GDesktop Hangs during Login attempt
« on: December 19, 2008, 05:41:44 PM »
Advertisement
Good Day everyone,
We have a very frustrating problem that we, nor Genesys, can seem to put their finger on.
We have 3 GAD servers running Apache 2.2 and Tomcat 5.x (GAD A, GAD B, and GAD C).  Our agents in all 3 call centers have sporadic luck in logging in to any of the three servers.  One agent will attempt to log in to GAD A and will get past the first screen.  When they go to the second screen and type their Avaya agent login information and click submit, the screen will just sit there forever.  The progress bar VERY slowly moves like it is waiting for some response from the server.
The strange thing is that someone else can log in to the same server on the same computer and they can log in with no problem.
Then, the user who couldn't log in to GAD A can go to GAD B and they can log in just fine.  Another scenario would be that the agent who couldn't log in to GAD A can go to another computer and log in to GAD A with no problem.
We have found that SOMETIMES if we restart Tomcat and Apache, the problem is fixed for a short time, but it always comes back.
Has anyone seen this problem?
We are using GAD 7.6
Thanks!
Perry

Offline barleycorn

  • Jr. Member
  • **
  • Posts: 73
  • Karma: 2
Re: GDesktop Hangs during Login attempt
« Reply #1 on: December 19, 2008, 06:05:16 PM »
Logs with details of the agent that is having the problem please! :)

Offline pspenning

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 0
    • West Interactive
Re: GDesktop Hangs during Login attempt
« Reply #2 on: December 19, 2008, 07:01:28 PM »
That's the really strange part.  I was just watching my logs while the agent attempted to log in.  I got nothing...  I got other agents who were able to log in with no problem.  But this agent who couldn't get past the 2nd page did not show up in the logs...

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GDesktop Hangs during Login attempt
« Reply #3 on: December 19, 2008, 07:21:11 PM »
Perry,

If there is no record in GDesktop log then (with high probability) the request haven't been passed by Apache to Tomcat. Please check jk_mod log - maybe the communication bus (number of threads) between Apache and Tomcat is full.

R.

Offline pspenning

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 0
    • West Interactive
Re: GDesktop Hangs during Login attempt
« Reply #4 on: December 19, 2008, 09:28:00 PM »
Perhaps I have something configured wrong because the mod_jk.log file is empty.  Or is that actually a good thing?  The JkLogLevel is 'emerg' and is pointed to a valid path.

Thanks,

Offline barleycorn

  • Jr. Member
  • **
  • Posts: 73
  • Karma: 2
Re: GDesktop Hangs during Login attempt
« Reply #5 on: December 19, 2008, 09:42:44 PM »
You could try setting loglevel to debug.
Are all your agents using same URL for connecting to GAD?  Are the three instances load-balanced under Apache?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: GDesktop Hangs during Login attempt
« Reply #6 on: December 19, 2008, 09:46:36 PM »
If the log is empty then there was no emergency (error) event. That's a good message ;)

You can try to decrease log level to find out if the request is passed from Apache to Tomcat. You can check Apache logs as well. I think we need to find out why the request isn't process by GDesktop = where and by what component is stopped or processed incorrectly.

R.

Offline pspenning

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 0
    • West Interactive
Re: GDesktop Hangs during Login attempt
« Reply #7 on: December 19, 2008, 10:16:14 PM »
Thanks so much for the feedback.
Apache isn't load balancing any instances of Tomcat - Yet...  They are still one pair for one.

I will lower the log level to Debug and take a look.

Thanks Again,
Perry