Sisay,

What are the permissions of the directory where you're installing DSpace?

   $ ls -ld /home/dspace

I'm assuming there's a permissions problem, as you're running `ant fresh_install` as your user, and you're installing to a directory outside your home folder (where you probably don't have permission to write).

Make sure you have permission to write there, or instead do this:

   sudo ant fresh_install
   sudo chown -R tomcat55 /home/dspace

This will install DSpace as root, but then change the owner of those files/folders back to the user who will be running DSpace (Tomcat 5.5 in this case).

Adios,

Alan

On 10/12/2010 04:29 PM, Webshet, Sisay (ILRI) wrote:

Hi All,

dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir$ ant fresh_install

Buildfile: build.xml

init_installation:

BUILD FAILED

/home/xxxxxxxt/dspace-1.5.2-src-release/dspace/target/dspace-1.5.2-build.dir/build.xml:530: Directory /home/dspace/bin creation was not successful for an unknow n reason

How this problem solved. Instead of reinstalling postgresql(works this way)

There is build.xlm file the directory dspace-1.5.2-build.dir

Regards,

sisay



------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2&  L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb


_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to