According to documentation, in DSpace 1.5 the command to create a new
administrator was

[dspace]/bin/create-administrator

What you tried might have worked, too, but the issue you're seeing
means that the class wasn't found in your CLASSPATH. You would
probably set CLASSPATH by editing the dsrun script, but I can't verify
that as I don't have any running DSpace 1.5 instance anymore.

If "[dspace]/bin/create-administrator" fails the same way as dsrun,
you can still try the SQL option.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



On Tue, Feb 25, 2014 at 12:19 AM,  <[email protected]> wrote:
> Hi,
>
> I am on DSpace 1.5.2 on windows 2003 server. I need to change the Dspace 
> administrator login i created during the installation. The administrator 
> login is my current email address.
>
> i tried to use dsrun org.dspace.administer.CreateAdministrator, but got the 
> error message below.
>
> E:\DSpace_Test\bin>dsrun org.dspace.administer.CreateAdministrator
> Using DSpace installation in: E:\DSpace_Test
> Exception in thread "main" java.lang.NoClassDefFoundError: 
> org/dspace/administer
> /CreateAdministrator
> Could not find the main class: org.dspace.administer.CreateAdministrator.  
> Program will exit."
>
>
> I am wondering how I can change the DSpace login.
>
> I am looking forward to your reply. thanks in advance.
>
> Lisa
>
>
> <quote author='helix84'>
> On Tue, Feb 4, 2014 at 10:53 AM, SanjibKumarDeka <[email protected]> wrote:
>> I forgot my administrative password to login in the Dspace home page.
>> Please
>> help me how to reset my administrative password.
>
> You can either use the [dspace]/bin/dspace create-administrator script
> to create a new administrator or you can change the password for the
> existing administrator in database. This will work with all versions
> of DSpace so far:
>
> UPDATE eperson SET password=md5('newpassword'), salt=NULL,
> digest_algorithm=NULL where email='[email protected]';
>
>
> Regards,
> ~~helix84
>
> Compulsory reading: DSpace Mailing List Etiquette
> https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> 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
>
> </quote>
> Quoted from:
> http://dspace.2283337.n4.nabble.com/Forget-Admin-password-tp4671054p4671087.html
>
>
> _____________________________________
> Sent from http://dspace.2283337.n4.nabble.com
>

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
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

Reply via email to