Thanks all who replied. I had tried leaving those fields blank, but the server failed to start, and I mistakenly assumed that was the problem. I have now left them blank and everything compiles fine. Turned out the reason the xmliu wasn't starting was that solr isn't starting. I've turned discovery off, and can get dspace 3.0 xmlui up, but am now trying to figure out why solr won't start. It looks from the logs like it is looking for the oai indexes:
SEVERE: java.lang.RuntimeException: org.apache.lucene.index.IndexNotFoundException: no segments* file found in org.apache.luce ne.store.MMapDirectory@/dspace/solr/oai/data/index lockFactory=org.apache.lucene.store.NativeFSLockFactory@2a40ba0c I tried running the oai update as listed in the upgrade instructions [dspace]/bin/dspace oai import but that fails, I believe, because the solr index isn't up. It gives the following: org.dspace.xoai.solr.exceptions.DSpaceSolrIndexerException: Error executing query ….. So I feel like I'm stuck in a catch 22 - can't get solr running w/o oai update, but can't update oai without solr running. I'm guessing that I'm totally misunderstanding something. I did try editing the oai.cfg to NOT use solr, but that didn't prevent the SEVERE startup error above. Any ideas? On Dec 5, 2012, at 12:25 PM, helix84 wrote: > On Wed, Dec 5, 2012 at 9:16 PM, Sara Amato <[email protected]> wrote: >> In both {source}/build.properties and {installed}/config/dspace.cfg the >> following two lines are commented out, so I'm confused as to why it > > Seems like an error. But as a workaround, try *not* commenting them > out (in build.properties and > [dspace-source]/dspace/config/dspace.cfg), just leaving them empty > (that's the default and it works fine for me). > > > Regards, > ~~helix84 > > Compulsory reading: DSpace Mailing List Etiquette > https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

