Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Test stepsTested BySuccess RC2?Notes

FEDORA_AUTH=true
FEDORA_AUDIT=false



 

FEDORA_AUTH=false
FEDORA_AUDIT=false



 

FEDORA_AUTH=true
FEDORA_AUDIT=true

(error)

(tick) Audit events

(tick) Triple Store

(tick) Auth

(error) Reindexing does not work:

What I did:

  • add a single container test1
  • run a query in fuseki to verify that it was there:

    SELECT *
    WHERE {
    <http://localhost:8080/fcrepo/rest/test1> ?p ?o .
    }
    LIMIT 1000

  • run reindexing steps

  • rerun above query: the resource is visible in fedora but not fuseki.

    (tick) Reindexing

    (error) Solr is reporting the following error when adding a new resource:

    org.apache.solr.common.SolrException: ERROR: [doc=http://localhost:8080/fcrepo/rest/test2] unknown field 'type'
    	at org.apache.solr.update.DocumentBuilder.toDocument(DocumentBuilder.java:185)
    	at org.apache.solr.update.AddUpdateCommand.getLuceneDocument(AddUpdateCommand.java:78)
    	at org.apache.solr.update.DirectUpdateHandler2.addDoc0(DirectUpdateHandler2.java:238)
    	at org.apache.solr.update.DirectUpdateHandler2.addDoc(DirectUpdateHandler2.java:164)
    	at org.apache.solr.update.processor.RunUpdateProcessor.processAdd(RunUpdateProcessorFactory.java:69)
    	at org.apache.solr.update.processor.UpdateRequestProcessor.processAdd(UpdateRequestProcessor.java:51)
    	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalAdd(DistributedUpdateProcessor.java:926)
    	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionAdd(DistributedUpdateProcessor.java:1080)
    	at org.apache.solr.update.processor.DistributedUpdateProcessor.processAdd(DistributedUpdateProcessor.java:692)
    	at org.apache.solr.update.processor.LogUpdateProcessor.processAdd(LogUpdateProcessorFactory.java:100)
    	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleAdds(JsonLoader.java:460)
    	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:132)
    	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:106)
    	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:68)

    FEDORA_AUTH=false
    FEDORA_AUDIT=true




    ...