lgxace / rcsjta

Automatically exported from code.google.com/p/rcsjta
0 stars 0 forks source link

RejectedExecutionException upon contact synchronization #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A RejectedExecutionException occurs if the SyncAdapter service tries to send 
SIP options to all RCS contacts while the stack is starting or shutting down.

Conditions of occurrence:
- At upstart if we try to shutdown the stack again before the task has been 
able to complete (like if you have really many contacts in your address book 
and trying to activate and then deactivate the stack again before all contacts 
has been synched).
- When the stack is shutting down if there is some ongoing synchs or incoming 
new synch requests.
- When there is some too early callback before stack is fully started up and 
ready to handle them.

Original issue reported on code.google.com by lemordan...@gmail.com on 17 Jun 2015 at 8:49

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed by patch 
https://code.google.com/p/rcsjta/source/detail?r=4fd272f5e3f0c109a4c5860652f606e
71d22ec91&name=integration

Original comment by lemordan...@gmail.com on 22 Jun 2015 at 7:22