On Fri, Aug 2, 2013 at 3:58 PM, Clive Gould <cli...@gmail.com> wrote:
> java.io.FileNotFoundException: /${dspace.dir}/config/dspace.cfg (No such
> file or directory)

Somehow you're running with a dspace.cfg that hasn't been through the
ant filtering phase. In this phase, references are replaced with
actual values, so ${dspace.dir} would be replaced with e.g. "/dspace"
or "/opt/dspace" or whatever you defined it to be in build.properties.

To fix this, make sure you have the correct values in
build.properties, run "mvn package" and "ant update" again. Do any
additional edits to dspace.cfg either in [dspace-source] before
running mvn package (this is the officially recommended way, yet
somewhat unpractical), or in [dspace] after ant update.

Alternatively, you can just search for all occurences of ${whatever}
variables in your [dspace]/config/* and replace them manually with
actual values.

Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to