Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2014-06-11 Thread Anna Goslen
Hi, I'm having the same issue as Michael. Has anyone had success resolving the issue? Thanks, Anna On Mon, Sep 23, 2013 at 9:50 AM, helix84 heli...@centrum.sk wrote: While waiting for someone else to respond, you may want to check out ElasticSearch stats [1], which use a similar procedure,

[Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread Michael White
Hi, I’m in the process of moving from v1.6 to v3.1 – I have a v3.1 DEV system up and running that contains an up to date/upgraded copy of my v1.6 PROD database/assetstore and I am now starting to look at SOLR statistics on my v3.1 DEV system. SOLR stats appear to be working on the DEV system

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
Hi Michael, no solution, just some notes. I see nothing obviously wrong in what you're doing. The high-level procedure is correct. The NullPointerException happens on this line [1], which indicates that metadataStorageInfo.keySet() is null. But I don't see where metadataStorageInfo is actually

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread Michael White
Hi helix84, I see nothing obviously wrong in what you're doing. The high-level procedure is correct. OK, thanks - always good to know that I'm on the right track at least and not doing anything obviously stupid :-) The NullPointerException happens on this line [1], which indicates that

Re: [Dspace-tech] SOLR: stats-log-importer NullPointerException

2013-09-23 Thread helix84
While waiting for someone else to respond, you may want to check out ElasticSearch stats [1], which use a similar procedure, but the second step differs (stats-log-converter, stats-log-importer-elasticsearch). I've been using them successfully. Make sure to read my comments down on that page,