mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-03-19
This commit is contained in:
@ -237,3 +237,52 @@ $ ./fix-metadata-values.py -i Correct-21-CRPs-2018-03-16.csv -db dspace -u dspac
|
||||
- Tezira has been having problems accessing CGSpace from the ILRI Nairobi campus since last week
|
||||
- She is getting an HTTPS error apparently
|
||||
- It's working outside, and Ethiopian users seem to be having no issues so I've asked ICT to have a look
|
||||
- CGSpace crashed this morning for about seven minutes and Dani restarted Tomcat
|
||||
- Around that time there were an increase of SQL errors:
|
||||
|
||||
```
|
||||
2018-03-19 09:10:54,856 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL QueryTable Error -
|
||||
...
|
||||
2018-03-19 09:10:54,862 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL query singleTable Error -
|
||||
```
|
||||
|
||||
- But these errors, I don't even know what they mean, because a handful of them happen every day:
|
||||
|
||||
```
|
||||
$ grep -c 'ERROR org.dspace.storage.rdbms.DatabaseManager' dspace.log.2018-03-1*
|
||||
dspace.log.2018-03-10:13
|
||||
dspace.log.2018-03-11:15
|
||||
dspace.log.2018-03-12:13
|
||||
dspace.log.2018-03-13:13
|
||||
dspace.log.2018-03-14:14
|
||||
dspace.log.2018-03-15:13
|
||||
dspace.log.2018-03-16:13
|
||||
dspace.log.2018-03-17:13
|
||||
dspace.log.2018-03-18:15
|
||||
dspace.log.2018-03-19:90
|
||||
```
|
||||
|
||||
- There wasn't even a lot of traffic at the time (8–9 AM):
|
||||
|
||||
```
|
||||
# zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E "19/Mar/2018:0[89]:" | awk '{print $1}' | sort | uniq -c | sort -n | tail -n 10
|
||||
92 40.77.167.197
|
||||
92 83.103.94.48
|
||||
96 40.77.167.175
|
||||
116 207.46.13.178
|
||||
122 66.249.66.153
|
||||
140 95.108.181.88
|
||||
196 213.55.99.121
|
||||
206 197.210.168.174
|
||||
207 104.196.152.243
|
||||
294 54.198.169.202
|
||||
```
|
||||
|
||||
- ICT responded that they "fixed" the CGSpace connectivity issue in Nairobi without telling me the problem
|
||||
- When I asked, Robert Okal said CGNET messed up when updating the DNS for cgspace.cgiar.org last week
|
||||
- I told him that my request last week was for dspacetest.cgiar.org, not cgspace.cgiar.org!
|
||||
- So they updated the wrong fucking DNS records
|
||||
- Magdalena from CCAFS wrote to ask about one record that has a bunch of metadata missing in her Listings and Reports export
|
||||
- It appears to be this one: https://cgspace.cgiar.org/handle/10568/83473?show=full
|
||||
- The title is "Untitled" and there is some metadata but indeed the citation is missing
|
||||
- I don't know what would cause that
|
||||
|
Reference in New Issue
Block a user