<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error if you change nuxeodm database password during initial configuration in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322128#M9129</link>
    <description>&lt;P&gt;This sounds like a bug report and nuxeo's JIRA system would be more  appropriate for posting this kind of content. Please use&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2011 20:01:54 GMT</pubDate>
    <dc:creator>Wojciech_Sulejm</dc:creator>
    <dc:date>2011-10-05T20:01:54Z</dc:date>
    <item>
      <title>Error if you change nuxeodm database password during initial configuration</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322127#M9128</link>
      <description>&lt;P&gt;Using Ubuntu Linux Ubuntu 10.04.3 LTS
I installed nuxeo-dm using synaptic. This also installed Postgres.&lt;/P&gt;
&lt;P&gt;During the configuration screens, I saw a password for the postgres
database user which I did not know (it was blanked out), so I changed
the password for the nuxeodm user.&lt;/P&gt;
&lt;P&gt;I could then access the webpage
&lt;A href="http://localhost:8080" target="test_blank"&gt;http://localhost:8080&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But I could not login using the Administrator/Administrator name/password.&lt;/P&gt;
&lt;P&gt;Investigating with the help of &lt;A href="http://forum.nuxeo.com/t/4433/" target="test_blank"&gt;http://forum.nuxeo.com/t/4433/&lt;/A&gt;
I saw that Nuxeo was failing to connect to the Postgres database.&lt;/P&gt;
&lt;P&gt;Trying&lt;/P&gt;
&lt;P&gt;psql -h localhost -p 5433 -U nuxeodm -W nuxeodm&lt;/P&gt;
&lt;P&gt;manually, I could login using the ORIGINAL nuxeodm password, but not
with the new password that I had set. Looking in /etc/nuxeo-dm/nuxeo.conf I saw&lt;/P&gt;
&lt;P&gt;nuxeo.db.password={original password}
#nuxeo.db.password={original password}
nuxeo.db.password={new password}&lt;/P&gt;
&lt;P&gt;ie there were two uncommented nuxeo.db.password lines. It seems as tho the
postgres database was set up to use the original password, but Nuxeo was
trying to connect using the new password.&lt;/P&gt;
&lt;P&gt;I got it working by reinstalling Nuxeo and postgres.&lt;/P&gt;
&lt;P&gt;So looks like there is something wrong about the configuration screens
if you try to use them to change the nuxeodm database user's password.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2011 18:24:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322127#M9128</guid>
      <dc:creator>David_McKelvie</dc:creator>
      <dc:date>2011-10-05T18:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error if you change nuxeodm database password during initial configuration</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322128#M9129</link>
      <description>&lt;P&gt;This sounds like a bug report and nuxeo's JIRA system would be more  appropriate for posting this kind of content. Please use&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2011 20:01:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322128#M9129</guid>
      <dc:creator>Wojciech_Sulejm</dc:creator>
      <dc:date>2011-10-05T20:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error if you change nuxeodm database password during initial configuration</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322129#M9130</link>
      <description>&lt;P&gt;OK. Added as a bug report on JIRA as&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2011 21:12:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322129#M9130</guid>
      <dc:creator>David_McKelvie</dc:creator>
      <dc:date>2011-10-05T21:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error if you change nuxeodm database password during initial configuration</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322130#M9131</link>
      <description>&lt;P&gt;Actually, there's two different things here:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;when you choose to autoconfigure postgresql in the deb package options, it will pick a random password and create a database and user with that password, and set those parameters in nuxeo.conf.
It's just a helper to not have to configure the whole database back-end parameters manually and is not part of the Nuxeo platform per se.&lt;/LI&gt;
&lt;LI&gt;when you change the password in the startup wizard (or the admin center), it just impacts the nuxeo.conf parameters.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;So yes, if you use the automatic database installation then change the password the application uses in the wizard, it won't be able to connect to the database.&lt;/P&gt;
&lt;P&gt;It's not really a bug, but it can certainly be confusing. We should probably have a way to hide the database configuration page in the wizard(or make the fields non-editable) when using the "autoconfigure" option in the package.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2011 14:27:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/error-if-you-change-nuxeodm-database-password-during-initial/m-p/322130#M9131</guid>
      <dc:creator />
      <dc:date>2011-10-06T14:27:00Z</dc:date>
    </item>
  </channel>
</rss>

