<?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: Postgresql Not Starting in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280524#M233654</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to find your postgresql error log probably in /var/alfresco/postgresql/postgresql.log this will tell you the error. Look at the bottom of the file as this log does not get truncated or rolled over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very often it is that permissions are wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2015 19:41:12 GMT</pubDate>
    <dc:creator>rjohnson</dc:creator>
    <dc:date>2015-05-26T19:41:12Z</dc:date>
    <item>
      <title>Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280523#M233653</link>
      <description>Hello,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have alfresco 4.0.c setup in my office. Suddenly alfresco stop working. Postgresql not starting. Tomcat is starting. When i open the link it throws me error 404. and /share link is opening. "/opt/alfresco-4.0.c/postgresql/scripts/ctl.sh : postgresql&amp;nbsp; could not be started"Please help me.</description>
      <pubDate>Tue, 26 May 2015 17:57:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280523#M233653</guid>
      <dc:creator>harshit192</dc:creator>
      <dc:date>2015-05-26T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280524#M233654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to find your postgresql error log probably in /var/alfresco/postgresql/postgresql.log this will tell you the error. Look at the bottom of the file as this log does not get truncated or rolled over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Very often it is that permissions are wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 19:41:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280524#M233654</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-05-26T19:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280525#M233655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thnx but my postgres.log file is empty and i am using alfresco comunity edition without modified. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 19:50:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280525#M233655</guid>
      <dc:creator>harshit192</dc:creator>
      <dc:date>2015-05-26T19:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280526#M233656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First look in /opt/alfresco-4.0.c/postgresql/scripts/ctl.sh, find the definition of POSTGRESQL_START and try running that from the command line. You may get a better error. If not, check /opt/alfresco-4.0.c/postgresql/bin/ctl.sh and check where it is writing your error files in case its somewhere else.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;fialing that add -d 3 to the POSTGRESQL_START command which should give more extensive debuging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is usually a permissions error on the data directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 22:34:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280526#M233656</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-05-26T22:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280527#M233657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;[root@t2 scripts]# /opt/alfresco-4.0.c/postgresql/bin/postgres -d 3 /opt/alfresco-4.0.c/alf_data/postgresql -p 5432&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco-4.0.c/postgresql/bin/postgres: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;error found. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[postgres@tn2 bin]$ ./pg_ctl restart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pg_ctl.bin: PID file "/opt/alfresco-4.0.c/alf_data/postgresql/postmaster.pid" does not exist&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is server running?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;starting server anyway&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;server starting&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i try to run pg_ctl i get the above error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me !!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 13:49:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280527#M233657</guid>
      <dc:creator>harshit192</dc:creator>
      <dc:date>2015-05-27T13:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280528#M233658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you look to have proved here is that the PATH environment for user root does not have the folder that libssl.so.0.9.8 lives in and the user postgres does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What user does Alfresco start under? Do you log in &amp;amp; start Alfresco manually or does it start when you boot the machine? If it starts on boot, check the init.d/alfresco file &amp;amp; see what user it starts under.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you need to make sure is as follows:-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The user that starts alfresco has permissions to read and write alf_data and all files &amp;amp; folders including postgres ones. Do NOT make everything globally writeable, if you do Postgres won't start for other reasons but make sure that user that starts alfresco has read / write (and as appropriate execute) on all of alf_data. Make sure that user has in its path the folder the contains the library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suspect that Alfresco does not run as root (it shouldn't) and that the user it does run under now does not have enough permissions to start postgres.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 14:32:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280528#M233658</guid>
      <dc:creator>rjohnson</dc:creator>
      <dc:date>2015-05-27T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Postgresql Not Starting</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280529#M233659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am starting alfresco from root user. and from past 1 year its working fine and suddenly its stop working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 17:47:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/postgresql-not-starting/m-p/280529#M233659</guid>
      <dc:creator>harshit192</dc:creator>
      <dc:date>2015-05-27T17:47:29Z</dc:date>
    </item>
  </channel>
</rss>

