Changes between Version 2 and Version 3 of DespoinaLog/2010/12/15
- Timestamp:
- 2010-12-15T12:29:02+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DespoinaLog/2010/12/15
v2 v3 1 1 == import xls data (bbmri into gcc) : == 2 problem with unrecognized duplicate entries. 2 problem with unrecognized duplicate entries.: 3 4 * Missing from biobank (xls) (but doesn't seem a problem) : 5 * publications_id (mref, required) 6 * contacts_id (mref, required) 7 * Existing in xls but not in the model 8 * person_lastName (Is this the xref to Contact/person Entity)? 9 * GWA data n = 10 * GWA platform 11 * GWA comments 12 3 13 4 14 == Build index into gcc == 5 15 * Lock obtain timed out: NativeFSLock@/Users/despoina/Documents/Indexes/DbIndex/write.lock: 6 * Use SimpleFSLockFactory. The default, '''NativeFSLockFactory''', doesn't play well with NFS. 7 * http://lucene.472066.n3.nabble.com/Lock-obtain-timed-out-td825516.html 8 * 16 * Use SimpleFSLockFactory. The default, '''NativeFSLockFactory''', doesn't play well with NFS. 17 * http://lucene.472066.n3.nabble.com/Lock-obtain-timed-out-td825516.html *