[Dspace-tech] Create-Administrator Error

2013-09-28 Thread KC Roa
After successfully building ant fresh_install, I tried to create an administrator with the command: dspace create-administrator in C:/DSpace/bin but it fails and the error says: Using DSpace installation in c:/DSpace -Xms64M was unexpected at this time What could be the problem? I have set

Re: [Dspace-tech] create-administrator automation

2012-08-22 Thread helix84
Hi Mushashu, here are the options it accepts: options.addOption(e, email, true, administrator email address); options.addOption(f, first, true, administrator first name); options.addOption(l, last, true, administrator last name); options.addOption(c, language,

Re: [Dspace-tech] create-administrator automation

2012-08-22 Thread helix84
On Wed, Aug 22, 2012 at 9:42 PM, Mushashu Mwansa Lumpa mlu...@cs.uct.ac.za wrote: Hi Helix, for some reason, the prompts still showed up.. here is what i run: create-administrator -e=mlu...@cs.uct.ac.za -f=mushashu -l=lumpa -p=somepassword i tried with commas too, but still prompts showed

[Dspace-tech] create-administrator automation

2012-08-21 Thread Mushashu Mwansa Lumpa
Hi, I am trying fully automate the installation of dspace (using python + fabric). now, on the create-administrator step, I have not seen any documentation on whether it is possible to run it in in single step like below: create-administrator param1 param2 param3. i know i can achieve this

Re: [Dspace-tech] Create Administrator

2011-08-03 Thread Nisreen Kabani
Hello I'm sorry but it was not able to moment in this set up an account manager? What do we do after placing dspace] / bin . / Create-administrator to set up an account manager? What is up for an account and login? Nisreen kabani On 7 July 2011 18:09, Hardik Mishra hardik.dsp...@aol.in

Re: [Dspace-tech] Create Administrator

2011-07-07 Thread Hardik Mishra
Hi Nisreen, Its called DSpace Administrator. Assuming you are using DSpace 1.6.x or above. Browse your DSpace installation directory and run below command 'dspace create-administrator'. [dspace]/bin/dspace create-administrator This will ask a few information to create a new administrator.

[Dspace-tech] Create administrator exception error

2007-02-27 Thread Jeffrey Trimble
We are setting up a third server, for testing purposes and this is what happened when we attempted to create the administrator account: Exception in thread main java.lang.ClassFormatError: org.postgresql.Driver (un recognized class file version) at

Re: [Dspace-tech] Create administrator exception error

2007-02-27 Thread Dorothea Salo
On 2/27/07, Jeffrey Trimble [EMAIL PROTECTED] wrote: We are setting up a third server, for testing purposes and this is what happened when we attempted to create the administrator account: Exception in thread main java.lang.ClassFormatError: org.postgresql.Driver (un recognized class file

Re: [Dspace-tech] Create administrator exception error

2007-02-27 Thread Graham Triggs
From: Dorothea Salo [EMAIL PROTECTED] Exception in thread main java.lang.ClassFormatError: org.postgresql.Driver (un recognized class file version) At a guess, the postgresql.jar isn't right (or isn't present). The postgresql.jar must be present, otherwise it would be a ClassDefNotFound