[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
On Wed, Aug 22, 2012 at 9:42 PM, Mushashu Mwansa Lumpa 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 up. > > any

Re: [Dspace-tech] create-administrator automation

2012-08-21 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

[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 popul

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 wrote: > Hi Nisreen, >

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. Th

Re: [Dspace-tech] create-administrator

2007-07-20 Thread mfrodrigues
Hello Rodrigo, This directory isn't on your PATH, so you need to write the "./" before the command. Should be: ./create-administrator To avoid the "./" you can also add the current directory "." to you $PATH, but i wouldn't recommend this. Marcelo Quoting Rodrigo Castro Ar

[Dspace-tech] create-administrator

2007-07-20 Thread Rodrigo Castro Artigas
I need Help I INSTALL DSPACE GOOD, but i need create cuenta administrator, but i have the problem: [EMAIL PROTECTED] bin]# ls buildpath.bat dspace_migrate install-configs stat-initial structure-builder checker dsrun log-reporter stat-monthly sub-daily

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 ClassDef

Re: [Dspace-tech] Create administrator exception error

2007-02-27 Thread Dorothea Salo
> Take care of postgresql.jar, restart Tomcat, and see if that doesn't > fix it. Anybody else got better ideas? Er, sorry, spoke too soon. Fix postgresql.jar, *"ant update" DSpace*, and then restart Tomcat. Dorothea - Take S

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 cl

[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 java.lang.VMClassLoader.defineClass(libgc