Nuxeo Administrator cant login after update to 5.5 (zip-file download)
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
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.
Next week when i,m working on nuxeo again i check this out. Also i keep youre warning about H2+derby in my mind. I did find out that the server i need to update is installed with this configuration :/
thanks for the headup
Regards