cancel
Showing results for 
Search instead for 
Did you mean: 

Nuxeo Administrator cant login after update to 5.5 (zip-file download)

gunshipx_Dingen
Champ in-the-making
Champ in-the-making

Hello
/> My setup Ubuntu-server 11.10 running in virtualbox

When i update my Nuxeo 5.4.2 to 5.5 the administrator can not login. (username or password wrong) how did i do it?

  • download the nuxeo 5.4.2 zip-file and extract it in /opt.
  • go to the bin-folder and run nuxeoctl (sudo ./nuxeoctl start)
  • Go to the website from the installation (wizard)
  • select the default database option (h2 + derby)
  • Also i did change the data and log path to /var/lib/nuxeo and /var/log/nuxeo

When the wizard is ready, i can login as a administator. Now i do the update to 5.5

  • I stop Nuxeo (sudo ./nuxeoctl stop)
  • download the nuxeo 5.5 zip-file and extract it in /opt.
  • go to the bin-folder and run nuxeoctl (sudo ./nuxeoctl start)
  • Go to the website from the installation (wizard)
  • select the default database option (h2 + derby)
  • Use the same path for the data and log.

When the wizard is ready, i cant login as administator.
/> any idea?

regards

1 ACCEPTED ANSWER

Julien_Carsique
Elite Collaborator
Elite Collaborator

There are ERROR messages in the server.log file.

Default configuration has changed from 5.4.2 to 5.5 and resources definitions have been merged from conf/Catalina/localhost/nuxeo.xml to a common unique resource in conf/server.xml.

On your Nuxeo 5.5, edit templates/default/conf/server.xml and remove "username" and "password" from the "Common datasource for all basic nuxeo datasources". It will work.

Note H2+Derby configuration is for development purpose. Having some data to keep/migrate/backup with is not a good idea.

View answer in original post

3 REPLIES 3

Julien_Carsique
Elite Collaborator
Elite Collaborator

There are ERROR messages in the server.log file.

Default configuration has changed from 5.4.2 to 5.5 and resources definitions have been merged from conf/Catalina/localhost/nuxeo.xml to a common unique resource in conf/server.xml.

On your Nuxeo 5.5, edit templates/default/conf/server.xml and remove "username" and "password" from the "Common datasource for all basic nuxeo datasources". It will work.

Note H2+Derby configuration is for development purpose. Having some data to keep/migrate/backup with is not a good idea.

Mercie Julien,

And its working. Thanks Julien

Getting started

Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.