Hi Sara,

On 06/11/12 06:45, Sara Amato wrote:
The bad news on the discovery module is that with it enabled ( on 1.8, xmlui, following directions at: https://wiki.duraspace.org/display/DSDOC18/Discovery#Discovery-EnablingDiscovery) editing metadata or submitting items result in the following error:

java.lang.IllegalArgumentException: No class configured for consumer named: discover

I'm assuming I must have missed a step, but can't seem to determine what it is :(

Step 2.a of the instructions you linked to tell you to enable the discover event consumer. A few lines down in dspace.cfg, you should have these lines:

# consumer to maintain the discovery index
event.consumer.discovery.class = org.dspace.discovery.IndexEventConsumer
event.consumer.discovery.filters = Community|Collection|Item|Bundle+Add|Create|Modify|Modify_Metadata|Delete|Remove

If they aren't there (likely because you upgraded from an earlier DSpace version), you should just be able to paste them in. Essentially, every event consumer that is enabled needs a "class" and a "filter" line in dspace.cfg.

cheers,
Andrea

-- 
Dr Andrea Schweer
IRR Technical Specialist, ITS Information Systems
The University of Waikato, Hamilton, New Zealand


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to