EPrints Technical Mailing List Archive

Message: #06577


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] IR-Stats not processing


Thanks Enio and John,

Turns out it was a combination of the lock row being present due to a previously broken process, and the current_accessid missing which had caused some double counting of stats, hence the rebuild.  Glad not to have to do that again any time soon! (and to have learned something new about IRStats2)

 

Cheers,

Alan

 

 

From: eprints-tech-bounces@ecs.soton.ac.uk [mailto:eprints-tech-bounces@ecs.soton.ac.uk] On Behalf Of Enio Carboni
Sent: 09 June 2017 10:05
To: eprints-tech@ecs.soton.ac.uk
Subject: Re: [EP-tech] IR-Stats not processing

 

Hi Alan,
 first, you should be careful not to have another active irstats2 process then connect to the mysql database to see if the lock exists:
  select value from irstats2_internal where objectid='access.lock';

If lock exists you may try to delete the row:
  delete from irstats2_internal where objectid='access.lock';

 

Il 09/06/2017 10:26, Alan.Stiles ha scritto:

Hi all,

I’m trying to update the stats on our new servers but every time I run the job I get the message

 

Dataset 'access' is currently locked by another process.

 

Any clues what might be locking it – I’m rather confused now.

 

Alan

 

-- The Open University is incorporated by Royal Charter (RC 000391), an exempt charity in England & Wales and a charity registered in Scotland (SC 038302). The Open University is authorised and regulated by the Financial Conduct Authority.


*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/
*** EPrints developers Forum: http://forum.eprints.org/