开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Cannot invoke "java.io.DataInputStream.read(byte[], int, int)" because "this.m_dis" is null


 

Lately, since a couple of weeks, am I getting this error message every now and then:
?
Exception: Cannot invoke "java.io.DataInputStream.read(byte[], int, int)" because "this.m_dis" is null
?
I have tried to figure out whether it is somehow related to my application software. It occurs after I disconnect a client from Gateway.
I believe that this exception message is coming from the API Java class EClientSocket (method eConnect()), but am not sure. I am using API10.19 and Gateway 10.31.
Is this an indication that there is something wrong in my application software? Or should I simply ignore this because I already disconnected the client?