OK, see https://github.com/DSpace/DSpace/pull/2177
Hopefully I have followed the procedures correctly -- you can also followup
on slack...
On Tuesday, August 21, 2018 at 9:09:32 AM UTC-5, Bill T wrote:
>
> I submit a patch asap -- later today.
>
> On Tuesday, August 21, 2018 at 8:09:00 AM UTC-5, Mark H. Wood wrote:
>>
>> On Monday, August 20, 2018 at 3:35:08 PM UTC-4, Bill T wrote:
>>>
>>> Testing that latest upgrade, I do not see any views getting logged in
>>> solr statistics.
>>>
>>> I think this may be a result of this code in SolrLogger.java
>>>
>>> String dbPath =
>>> ConfigurationManager.getProperty("usage-statistics.dbfile");
>>>
>>> at line 173. This should be
>>>
>>> String dbPath =
>>> ConfigurationManager.getProperty("usage-statistics", "dbfile");
>>>
>>> right? Else dbPath is null resulting in dbFile == null as well.
>>>
>>> if dbFile is null, then postView() returns immediately. (There may be
>>> other repercussions as well...)
>>>
>>> If this looks like a a bug (and an unreported one) let me know and I
>>> will submit a patch. At least it fixed the problem for me.
>>>
>>>
>>
>> Yes, the first form would have results identical to the second in DSpace
>> v6 but not in v5. (There was much rewriting of the configuration service
>> in v6.) It's a bug.
>>
>
--
All messages to this mailing list should adhere to the DuraSpace Code of
Conduct: https://duraspace.org/about/policies/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.