Hello All,
we have below call sequence and facing an issue where the tomcat becomes non responsive at one point.
sequence:
1.OD-app calls LaunchCCXML(….) and MPP selects one of the free H323 port (always from ascending order) and dial to Agent VDN.
2.From Agent VDN call queue to Agent skill and routes to one of the free agent
3.After call get established OD-app plays the agent menu and agent hears full prompt and press some digits.
4.OD-app put the call on hold using CTI node
5.Then OD-app dial to customer using CTI node.
6.Sequence:
6.1.OD-app call the CTI dial node
6.2.Aes-connector.jar initiate the dial operation and wait in Mutex thread for events.
6.3.Before even receiving the alerting event the aes-connector receives disconnect event.
6.4.From aes-connector side it does the cleanup but the thread which is waiting in Mutex is not released for ever.
7.When this problem occurs slowly all the threads get blocked and at one point tomcat is unable to respond for new request until tomcat service restart.
Restart of tomcat services required.
1. Any inputs on how to identify who or from where the disconnect event is raised.?
2. This issue occurs randomly.
Thanks
we have below call sequence and facing an issue where the tomcat becomes non responsive at one point.
sequence:
1.OD-app calls LaunchCCXML(….) and MPP selects one of the free H323 port (always from ascending order) and dial to Agent VDN.
2.From Agent VDN call queue to Agent skill and routes to one of the free agent
3.After call get established OD-app plays the agent menu and agent hears full prompt and press some digits.
4.OD-app put the call on hold using CTI node
5.Then OD-app dial to customer using CTI node.
6.Sequence:
6.1.OD-app call the CTI dial node
6.2.Aes-connector.jar initiate the dial operation and wait in Mutex thread for events.
6.3.Before even receiving the alerting event the aes-connector receives disconnect event.
6.4.From aes-connector side it does the cleanup but the thread which is waiting in Mutex is not released for ever.
7.When this problem occurs slowly all the threads get blocked and at one point tomcat is unable to respond for new request until tomcat service restart.
Restart of tomcat services required.
1. Any inputs on how to identify who or from where the disconnect event is raised.?
2. This issue occurs randomly.
Thanks
Comment