Hi All,
I am currently experiencing an issue in API Connect when attempting to use an encrypted request (Reference: Attached encReq - 2.33MB in size) as described below.
In the DataPower log, I have encountered the following error message: 'Error in stream. Descriptor number unavailable. Additional information: Read error (7)'
The API response I'm receiving is in the form of an HTML error message:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="TEXT/HTML; CHARSET=utf-8" />
<title>Error</title>
</head>
<body>
<H2>Error</H2>
<table summary="Error" border="0" bgcolor="#FEEE7A" cellpadding="0" cellspacing="0" width="400">
<tr>
<td>
<table summary="Error" border="0" cellpadding="3" cellspacing="1">
<tr valign="top" bgcolor="#FBFFDF" align="left">
<td><STRONG>Error</STRONG></td>
</tr>
<tr valign="top" bgcolor="#FFFFFF">
<td>This page can't be displayed. Contact support for additional
information.<br/>The incident ID is: N/A.</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Interestingly, the issue only occurs when using an encReq of size 2.33MB. When I use an encReq of size 1.74MB, everything works as expected.
DataPower Version: 10.5.0.4R
API Connect Version: 10.0.5.4
Please take note that I have already configured parse settings for maximum lengths. Could you kindly assist me in resolving this issue?"
------------------------------
Anusha Pudari
------------------------------