Hi Alain, I cannot seem to replicate this error with either an "ant fresh_install" or an "ant update". It almost sounds like the Database isn't initialized properly, or the "Administrator" group was accidentally deleted somehow.
Could you send us some more info on how you got this to occur? * Was this on a "fresh_install", or were you upgrading an existing version of DSpace? If it was an upgrade, what version of DSpace were you upgrading from? * Could you check your logs to see if any other errors are reported in the DSpace log files themselves? (Especially look for any errors reported around the time of this "IllegalStateException"...or just *before* it. This could help give us a clue as to why the Administrator group (id=1) is missing from your database.) Thanks for your testing & reporting! Tim On 12/26/2014 6:25 AM, Alain Tschanz wrote: > I successfully installed DSpace 5 RC 3 on CentOS 6.5 (x64) when I try to > create an administrator account I get the following error message: > > ./dspace create-administrator > Creating an initial administrator account > E-mail address: [email protected] > First name: John > Last name: Doe > Password will not display on screen. > Password: > Again to confirm: > Is the above data correct? (y or n): y > Exception: Error, no admin group (group 1) found > java.lang.IllegalStateException: Error, no admin group (group 1) found > at > org.dspace.administer.CreateAdministrator.createAdministrator(CreateAdministrator.java:238) > at > org.dspace.administer.CreateAdministrator.negotiateAdministratorDetails(CreateAdministrator.java:206) > at > org.dspace.administer.CreateAdministrator.main(CreateAdministrator.java:82) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:483) > at > org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:225) > at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:77) > > Alain Tschanz > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > > > > _______________________________________________ > 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 > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ 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

