On Thu, Jul 26, 2012 at 7:22 PM, seun olotu <[email protected]> wrote: > Thanks for the manual.It worked > But got stocked during dspace installation > got the error below when I ran "ant fresh_install" > see error message below > [java] Error > Error duplicate key value violates unique constraint > "bitstreamformatregistry_short_description_key > [java] Detail: Key <short_description>,unknown> already exists
That's probably because you're running "ant fresh_install" for a second time. It creates tables in the specified database and when you run it a second time, the tables are already there. If the first run was successful, you're supposed to use "ant update" from then on. Or alternatively (if the first run failed for some reason) you can drop all tables in the database, remove contents of the [dspace] directory and run "ant fresh_install" again. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

