MazWoz / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

ProcessRequestException coming very oftenly #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i am getting null pointer exception in the method given below
    public void onAcceptDeliverSm(DeliverSm deliverSm) throws 
ProcessRequestException
    {}
although my session is constantly bound and i am constantly receiving 
messages. Please let me know the reason and solution to the problem.

regards,

Original issue reported on code.google.com by syedahsa...@gmail.com on 16 Mar 2009 at 8:40

GoogleCodeExporter commented 8 years ago
What is the exception message? Where did the NullPointerException happen?

Original comment by uuda...@gmail.com on 8 Apr 2009 at 11:41

GoogleCodeExporter commented 8 years ago
That is because you create string from deliverSm.getShortMessage(), but it 
return null value.
This is normal, the message might come on the optional parameters.

This issue closed because there is no response from reporter.

Original comment by uuda...@gmail.com on 20 Apr 2009 at 3:01