Hi Terry, The same thing happened to us after importing and sharding our statistics. We got an error with one of the year folders some stats were sharded into. We just renamed the SOLR directory and it solved the issue for us, but doesn’t solve the issue in general.
-- Jake Cameron, BCS(UNB) Systems Support Specialist III Information Systems and Technical Services University of Lethbridge Library Phone:(403)329-2756 This e-mail, including any and all attachments, is only for the use of the intended recipient(s) and may contain information that is confidential or privileged. If you are not the intended recipient, you are advised that any dissemination, copying or other use of this e-mail is prohibited. Please notify the sender of the error in communication by return e-mail and destroy all copies of this e-mail. Thank you. From: [email protected] [mailto:[email protected]] On Behalf Of Terry Brady Sent: Tuesday, January 17, 2017 3:31 PM To: DSpace Technical Support <[email protected]> Subject: [dspace-tech] Fwd: [dspace-tickets] [DuraSpace JIRA] (DS-3457) Tomcat Restart Hangs after Sharding DSpace 6x Statistics If you have expertise with Solr, can you make sense of the following error that I am encountering? If I run the sharding process on a DSpace 6 instance, I am unable to restart DSpace. Terry ---------- Forwarded message ---------- From: Terry Brady (DuraSpace JIRA) <[email protected]<mailto:[email protected]>> Date: Tue, Jan 17, 2017 at 2:28 PM Subject: [dspace-tickets] [DuraSpace JIRA] (DS-3457) Tomcat Restart Hangs after Sharding DSpace 6x Statistics To: [email protected]<mailto:[email protected]> [cid:[email protected]] Terry Brady<https://jira.duraspace.org/secure/ViewProfile.jspa?name=terrywbrady> commented on [Bug] DS-3457<https://jira.duraspace.org/browse/DS-3457> Re: Tomcat Restart Hangs after Sharding DSpace 6x Statistics<https://jira.duraspace.org/browse/DS-3457> The following method is called during shard creation and during service startup. https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/statistics/SolrLoggerServiceImpl.java#L1297-L1308 The shard creation completes successfully, but on start-up the new shards hang. There are 2 things that confuse me in this code. It will take some investigation of the SOLR apis to diagnose the error. 1. Why is "statistics" used rather than coreName in create.setInstanceDir("statistics"); 2. Why isn't the solrServer that is initiated in create.process(solrServer) not the return value from the method? [Add Comment]<https://jira.duraspace.org/browse/DS-3457#add-comment> Add Comment<https://jira.duraspace.org/browse/DS-3457#add-comment> This message was sent by Atlassian JIRA (v7.0.0#70107-sha1:6cd5e8d) [Atlassian logo] -- This is a notification only mailing list. To discuss an individual ticket, please email [email protected]<mailto:[email protected]> --- You received this message because you are subscribed to the Google Groups "DSpace Tickets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/dspace-tickets. For more options, visit https://groups.google.com/d/optout. -- Terry Brady Applications Programmer Analyst Georgetown University Library Information Technology http://georgetown-university-libraries.github.io/<https://www.library.georgetown.edu/lit/code> 425-298-5498 (Seattle, WA) -- 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]<mailto:[email protected]>. To post to this group, send email to [email protected]<mailto:[email protected]>. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout. -- 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.
