cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.xmii.common.threading.CachedThreadRequestor # Response timed out, request terminated

Former Member
0 Kudos

I am facing this problem and I cant find any information about it. I don't know if it is a problem in my transaction or a bug inside SAP MII or even if it is a miss configuration. Does someone know something about it? What CachedThreadRequestor is responsible for??

Sometimes the following error appears thousands of times in the log with a minimal interval inside a period.

#2.0#2012 06 30 06:01:00:008#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB40000000100000B44#11617050001358046#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_21,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

#2.0#2012 06 30 06:01:00:632#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB50000000100000B44#11617050001358190#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_32,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

#2.0#2012 06 30 06:01:06:404#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB60000000100000B44#11617050001357974#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_34,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

#2.0#2012 06 30 06:01:06:466#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB70000000100000B44#11617050001358118#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_23,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

#2.0#2012 06 30 06:02:14:670#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB70000000300000B44#11617050001358118#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_23,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

#2.0#2012 06 30 06:03:15:167#0-300#Error#com.sap.xmii.common.threading.CachedThreadRequestor#

##sap.com/xapps~xmii~ear#BC305BFE0D690BB70000000500000B44#11617050001358118#sap.com/xapps~xmii~ear#com.sap.xmii.common.threading.CachedThreadRequestor#Guest#0##E75C4C8FBBC011E1952DBC305BFE0D69#e75c4c8fbbc011e1952dbc305bfe0d69#e75c4c8fbbc011e1952dbc305bfe0d69#0#Thread[Managed_Application_Thread_23,5,Managed_Application_Thread]#Plain##

Response timed out, request terminated#

Best Regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

For an error message like this, especially if it is happening so often in your logs, it would be best to log a customer support message.  If there is a bug on the MII side then it can be addressed in a patch or upcoming service pack.

Former Member
0 Kudos

The problem was much simpler than we though.

There is a job running in the database to purge data. This job blocks the database and SAP MII scheduled transactions can not connect. The error does not indicate it is a database time out, but we identified it according to the time. Every time the error appear in the log is the same for the job execution.

So, if a mysterious time out is happening, check your database!!

Tanks.