marsav / lindat-dspace

CLARIN-LT digital repository based on DSpace
http://clarin.vdu.lt/xmlui
Other
1 stars 0 forks source link

IllegalStateException: Error, no admin group (group 1) found #9

Closed marsav closed 8 years ago

marsav commented 8 years ago

While trying to create an admin user. It's a known bug, a PR exists at DSpace (pull/1132)

marsav commented 8 years ago

This is a known issue that occurs when you start Tomcat prior to running 'create-administrator' when doing a fresh install of DSpace 5.x. It's a "race condition" that only occurs when certain webapps (namely OAI, REST or RDF) load prior to the Administrator group being created. It's described in more detail here:

https://jira.duraspace.org/browse/DS-2408

Fixed using a workaround from https://groups.google.com/forum/#!topic/dspace-tech/9RESJYABb_k