While invoking external systems with help of Business service, sometimes we might get error like below in the logs,
BEA-380000: Request Entity Too large or
BEA-381304: <Exception in HttpTransportServlet.service: java.io.IOException: java.net.SocketException: Broken pipe
Even though the size of the XML is too small we might get this error because of Chunked streaming mode.
To eliminate these error,
• Go to the configuration of the business service
• Go to the HTTP Transport tab
• Disable “Use Chunked Streaming Mode"
BEA-380000: Request Entity Too large or
BEA-381304: <Exception in HttpTransportServlet.service: java.io.IOException: java.net.SocketException: Broken pipe
Even though the size of the XML is too small we might get this error because of Chunked streaming mode.
To eliminate these error,
• Go to the configuration of the business service
• Go to the HTTP Transport tab
• Disable “Use Chunked Streaming Mode"
No comments:
Post a Comment