MID server not responding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2015 01:37 PM
I am currently developing on EUREKA (prior to the move to FUJI) and I am experiencing problems with the MID server not returning responses to JDBC SQL requests agains an SQL server DB. The response that I'm seeing on the Data Source importation is MID server did not respond (within the 300 sec time period). I am seeing the ecc queue being to accumulkate items in the "processing" state and eventually nothing is handler by the MID server. Any one have any suggestion?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-09-2015 04:01 PM
The instance is doing lots of importing through the mid-server but the imports are scheduled to be sequential using the system imports -> Scheduled Imports (each import is launched after the previous (parent) import). If I run this import process manually, rather than through the scheduled import follow the parent approach this seems to be ok. So there is some sort of timing/load/semaphore problem occuring.
This is a single mid-server against a single DB import.
Memory should be fine for this (I'm experiencing this problem on both my local dev set-up and a larger customer set-up).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2015 09:10 AM
Hi Andy,
Possibly the Waiting for connection semaphore indicates your are hitting a maximum number of connections.
This could be related to the number of MID Server threads
http://wiki.servicenow.com/index.php?title=MID_Server_Configuration#Setting_MID_Server_Thread_Use
There are 25 threads available for use I think.
You could increase this as an investigative step.
You can invoke a MID Server Thread Dump - which puts the info in the wrapper log is you are curious.
Or you could look a the threads from Windows or linux.
Also you could I suppose have a connection famine on the target DB.
Best Regards
Tony

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2015 02:10 PM
Did any of the above help you to resolve your issue? I am experiencing the same and there is nothing in the log file showing any issues/errors.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2018 08:41 PM
I have exactly same issue now in kingston version. Any suggestions ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2018 01:51 AM
Have you looked at the ECC queue to see if tasks are in progress?