" /> config server and java (genesys 5.1) - Genesys CTI User Forum

Author Topic: config server and java (genesys 5.1)  (Read 4562 times)

damien

  • Guest
config server and java (genesys 5.1)
« on: January 01, 1970, 12:00:00 AM »
Advertisement
My purpose is to manage agent's skills via an http browser. I was thinking of a web application solution with a servlet that connect to the genesys config server.
Fisrt of all , i began to test the JStarterApp included in the for java development.

Here's my problem:
trying to make a connection to the config server with the JStarterApp, which use genesys java API, I always got an error "connection failed".
On the other side, i try to connect to the config server with the win32 tool Configuration Manager(which use a cfgconfig.dll) with exactly the same parameters, and it works fine.
Has any one experiments the problem using the java api or the ActiveX(it seems to show the same problem too) ?

Marked as best answer by on May 03, 2025, 05:36:02 PM

Vic

  • Guest
config server and java (genesys 5.1)
« Reply #1 on: January 01, 1970, 12:00:00 AM »
  • Undo Best Answer
  • Hello, Damien,

    I tried for you have mentioned a bit earlier, and did not have any problems connect to config server. What does confserv log say?

    Vic

    damien

    • Guest
    config server and java (genesys 5.1)
    « Reply #2 on: January 01, 1970, 12:00:00 AM »
    Thanks to your answer, i resolve the connection problem.
    In fact, the JStarterApp, added as an applicationin the config server, was based on a Config Manager template in place of a Agent Desktop one.
    This is resolved now.
    My other problem is that, as i can see in the config server log file, the config server send messages to the client connected (i.e.JStarterApp) but JStarterApp seems not to receive these events.
    JStarterApp should be advised of error and ready status cause it registered itself by the CfgInfoDesktopConfiguration object to be notified.
    I was wondering if it should registered itself for certain event types.
    At this moment, all that my log window show is 'Please Wait', as non one one of the callback functions are called.