I got the following error when I work on my j2me application:
java.io.IOException: error 10054 during TCP read
at com.sun.midp.io.j2me.socket.Protocol.nonBufferedRead(+7)
at com.sun.midp.io.BufferedConnectionAdapter.readBytes(+39)
at com.sun.midp.io.BaseInputStream.read(+39)
at MiniClient.run(+291)
at MiniClient.startApp(+15)
at javax.microedition.midlet.MIDletProxy.startApp(+7)
at com.sun.midp.midlet.Scheduler.schedule(+270)
at com.sun.midp.main.Main.runLocalClass(+28)
at com.sun.midp.main.Main.main(+80)
Actually, I use socket connection between mobiles and computers. I have trace the log that the socket connection in server side is still alive. However, client side got this error.
Does anyone know the reason? Thanks!
