Project

General

Profile

bug #5191

Updated by Andreas Müller almost 5 years ago

 
 
 This occurred when running the TransmissionEngineDistribution on the Cichorieae database from Rank _Genus_ to _Kingdom_: 


 


 http://api.cybertaxonomy.org/cichorieae/description/accumulateDistributions?mode=byAreasAndRanks&targetAreaLevel=25b563b6-6a6c-401b-b090-c9498886c50b&priority=7&upperRank=fbe7109d-66b3-498c-a697-c6c49c686162&lowerRank=1b11c34c-48a8-4efa-98d5-84f7f66ef43a&frontendBaseUrl=http%3A%2F%2Fapi.cybertaxonomy.org%2Fcichorieae%2F 


 


 The TransmissionEngineDistribution stops at 24% 

 

 ~~~ 
 
 leted Task: Accumulating distributions to super areas) 
 
 2015-09-03 08:44:38,629 INFO [eu.etaxonomy.cdm.common.monitor.DefaultProgressMonitor] - 24.55197883154309% done (Compl 
 
 eted Task: Accumulating distributions to super areas) 
 
 2015-09-03 08:44:38,646 INFO [eu.etaxonomy.cdm.common.monitor.DefaultProgressMonitor] - 24.555024652106184% done (Comp 
 
 leted Task: Accumulating distributions to super areas) 
 
 ~~~ 

 

 ~~~ 
 
 <RestServiceProgressMonitor> 
  
  <canceled type="boolean">false</canceled> 
   
   <class type="string">RestServiceProgressMonitor</class> 
   
   <done type="boolean">false</done><failed type="boolean">false</failed> 
   
   <origin type="string"/> 
   
   <percentage type="number">24.615941063368073</percentage> 
   
   <subTask type="string">Accumulating distributions to super areas</subTask> 
   
   <taskName type="string">Accumulating distributions</taskName> 
   
   <totalWork type="number">401</totalWork> 
   
   <workDone type="number">98.70992366410597</workDone> 
 
 </RestServiceProgressMonitor> 
 
 ~~~ 

 

 The logfile does not reveal any hint why this happend. Maybe the calculation of the total work is wrong or an caught Exception occurs which is not handled property. 


 


Back