protected void stopService() throws Exception {
   scheduler.stopScheduler(
       timerIDCheckPendingSeriesStored, listenerID, checkPendingSeriesStoredListener);
   super.stopService();
 }