Hi Cotanio,
you probably don't have the dspace jar files in your classpath that is
used for that command-line script. The directory with the jars is your
[dspace]/lib directory. You can edit the start-handle-server script
and make sure to add this directory to the classpath, separated by a
colon (":").
>From what I see in 3.0, this directory is already added to classpath
if you run it from the [dspace]/bin/ directory, so try that first (cd
[dspace]/bin; ./start-handle-server).
BINDIR=`dirname $0`
DSPACEDIR=`cd "$BINDIR/.." ; pwd`
JARS=`echo $DSPACEDIR/lib/*.jar | sed 's/ /\:/g'`
Regards,
~~helix84
Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
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