Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/21/11 17:29:56 (13 years ago)
Author:
ascheibe
Message:

#1233

  • some Admin UI bugfixes

Slave:

  • fixed bug when Pause is called immediately after Calculate
  • send exceptions when something goes wrong in Pause or Stop
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.4/Core.cs

    r6456 r6464  
    299299        throw;
    300300      }
     301      catch (AppDomainNotCreatedException) {
     302        throw;
     303      }
    301304    }
    302305
     
    394397      heartbeatManager.AwakeHeartBeatThread();
    395398      clientCom.LogMessage(string.Format("Exception occured for job {0}: {1}", e.Value.JobId, e.Value2.ToString()));
     399      wcfService.UpdateJobState(e.Value.JobId, JobState.Waiting, e.Value2.ToString());
    396400    }
    397401
Note: See TracChangeset for help on using the changeset viewer.