Closed GoogleCodeExporter closed 8 years ago
Hi,
You are using SMPPServerSession for server side SMPP API which shows
"Unexpected length of byte". Those
exception thrown by JSMPP. JSMPP read the command_length 55, but the reading
only 16.
Is not an error, on network application I think this is a common things. Thats
why there is an exception, so we
can retry the message submission or renew the session (reconnect).
The exception can be caused by the closed connection, either initiate by server
or client. Closing a connection
can be in purpose or is because there is no response in a several seconds so
peer will close the connection in
order to renew one.
To know the the main problem, maybe you need to watch the TCP packet using
packet sniffer, snoop or
ethereal.
I've been test JSMPP it can reach 3000-5000 sms per second, both client and
server using JSMPP. So the
problem might be not in JSMPP.
If you find any clue after snoop the TCP/IP packet and find something that is
JSMPP cause this problem, please
let me know. We will fix it.
Best regards
Original comment by uuda...@gmail.com
on 20 Apr 2009 at 2:24
Original comment by uuda...@gmail.com
on 8 Jun 2011 at 2:58
Original issue reported on code.google.com by
uozt...@gmail.com
on 13 Apr 2009 at 11:13