Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Websphere error SRVE0133E: and reason RC: 107

I am getting this error on WebSphere Server Log(s)

SRVE0133E: An error occurred while parsing parameters. java.io.IOException: Async IO operation failed, reason: RC: 107 Transport endpoint is not connected

can anyone help me and guide me about the reason of this error?

Thanks :)

EDIT

SRVE0133E: An error occurred while parsing parameters. java.io.IOException: Async IO operation failed, reason: RC: 107  Transport endpoint is not connected
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:679)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:881)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1497)
like image 761
muneebShabbir Avatar asked Dec 31 '25 22:12

muneebShabbir


2 Answers

This can occur if the client (e.g. a browser) requests content from the server, then closes the connection before the server sends the response.

like image 80
eakst7 Avatar answered Jan 05 '26 07:01

eakst7


There are some tech notes which relates to this.

http://www-304.ibm.com/support/docview.wss?uid=swg1PM10292

Does that apply to your case?

You also have to place in a few more lines from the stack for people to see what is likely happening under the hood.

HTH

like image 22
Manglu Avatar answered Jan 05 '26 07:01

Manglu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!