Re: DSpace Issue

From: Sean Xiao Zhao <xiaofeng.zhao_at_nyob>
Date: Thu, 15 Jan 2015 16:00:17 -0500
To: CODE4LIB_at_LISTSERV.ND.EDU
Hi

Marking an item as private is controlled by the "discoverable" boolean column in the item table in the database. Can you please verify that the values of that column are not False or f?

The solr indexing issue seems to be caused by empty aat/contributor fields in some of your items. See here: https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/browse/SolrBrowseCreateDAO.java#L160

As for the last error, could you please verify that the ORA-00942 table exists?

-Sean
Received on Thu Jan 15 2015 - 16:01:29 EST