I am setting up an instance of dspace for a single unique collection. The 
documents do not fit very well into a dublin core schema, so I have created a 
custom metadata schema. I am now trying to alter the indexes to fit this new 
metadata schema. In the dspace.cfg file I have changed the values for the 
search index, browse index, sort-options, and browse links.
 
When I try to run dspace index-init, I get the following error, which is not 
very helpful:
 
Started: 1313094609342
Ended: 1313094609444
Elapsed time: 0 secs (102 msecs)
Exception: Error in SortOptions
org.dspace.browse.BrowseException: Error in SortOptions
        at org.dspace.browse.IndexBrowse.createItemTables(IndexBrowse.java:948)
        at org.dspace.browse.IndexBrowse.prepTables(IndexBrowse.java:756)
        at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1062)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:715)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:183)
Caused by: org.dspace.sort.SortException: Sort options not loaded
        at org.dspace.sort.SortOption.getSortOptions(SortOption.java:304)
        at org.dspace.browse.IndexBrowse.createItemTables(IndexBrowse.java:933)
        ... 8 more
I have quadruple checked my syntax in the config file.  Are there any other 
steps I need to take before I can rebuild the index?
 
-Josh
 
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. 
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to