<?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 while installing Alfresco-search-services 1.3 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113221#M31504</link>
    <description>&lt;P&gt;No i had installed Imagebrick manually then done the step 22. And there is no tomcat and log files.&lt;/P&gt;&lt;P&gt;How to connect to postgresql using command line i am doing the installation on ubuntu 18.04.&lt;/P&gt;&lt;P&gt;Alfresco-global-properties:-&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Set this property unless you have explicitly chosen to expose some repository APIs without authentication&lt;/P&gt;&lt;P&gt;index.subsystem.name=solr6&lt;BR /&gt;solr.secureComms=none&lt;BR /&gt;solr.port=8983&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Custom content and index data location&lt;BR /&gt;#&lt;BR /&gt;dir.root=/home/dmsju/alf_install/acs/alf_data&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Choose DB connection properties for your database, e.g. for PostgreSQL&lt;BR /&gt;#&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/alfresco&lt;/P&gt;&lt;P&gt;db.pool.max=275&lt;BR /&gt;db.pool.validate.query=SELECT 1&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# URL Generation Parameters (The ${localname} token is replaced by the local server name)&lt;BR /&gt;#-------------&lt;BR /&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=localhost&lt;BR /&gt;alfresco.port=8080&lt;BR /&gt;alfresco.protocol=http&lt;/P&gt;&lt;P&gt;share.context=share&lt;BR /&gt;share.host=localhost&lt;BR /&gt;share.port=8080&lt;BR /&gt;share.protocol=http&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# External executable locations #&lt;BR /&gt;alfresco-pdf-renderer.root=/home/dmsju/alf_install/acs/alfresco-pdf-renderer&lt;BR /&gt;alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2020 14:10:56 GMT</pubDate>
    <dc:creator>akash251998</dc:creator>
    <dc:date>2020-07-10T14:10:56Z</dc:date>
    <item>
      <title>Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113212#M31495</link>
      <description>&lt;P&gt;I am installing Alfresco community version 6.0.7 on Ubuntu 18.04 LTS with alfresco-search-services.&lt;/P&gt;&lt;P&gt;While installing alfresco-search-services in ubuntu 18.04 LTS when i am running the command:-&lt;/P&gt;&lt;P&gt;&lt;FONT size="5" color="#800000"&gt;./solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I am getting the error described below:-&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.nio.file.AccessDeniedException: /home/dms/acs/alfresco-search-services/solr/server/../../logs/archived&lt;BR /&gt;at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)&lt;BR /&gt;at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)&lt;BR /&gt;at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)&lt;BR /&gt;at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)&lt;BR /&gt;at java.nio.file.Files.createDirectory(Files.java:674)&lt;BR /&gt;at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)&lt;BR /&gt;at java.nio.file.Files.createDirectories(Files.java:767)&lt;BR /&gt;at org.apache.solr.util.SolrCLI$UtilsTool.archiveGcLogs(SolrCLI.java:3889)&lt;BR /&gt;at org.apache.solr.util.SolrCLI$UtilsTool.runTool(SolrCLI.java:3872)&lt;BR /&gt;at org.apache.solr.util.SolrCLI.main(SolrCLI.java:257)&lt;BR /&gt;Failed archiving old GC logs&lt;BR /&gt;Exception in thread "main" java.nio.file.AccessDeniedException: /home/dms/acs/alfresco-search-services/solr/server/../../logs/archived&lt;BR /&gt;at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)&lt;BR /&gt;at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)&lt;BR /&gt;at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)&lt;BR /&gt;at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)&lt;BR /&gt;at java.nio.file.Files.createDirectory(Files.java:674)&lt;BR /&gt;at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)&lt;BR /&gt;at java.nio.file.Files.createDirectories(Files.java:767)&lt;BR /&gt;at org.apache.solr.util.SolrCLI$UtilsTool.archiveConsoleLogs(SolrCLI.java:3918)&lt;BR /&gt;at org.apache.solr.util.SolrCLI$UtilsTool.runTool(SolrCLI.java:3875)&lt;BR /&gt;at org.apache.solr.util.SolrCLI.main(SolrCLI.java:257)&lt;BR /&gt;Failed archiving old console logs&lt;/P&gt;&lt;P&gt;ERROR: Logs directory ../../logs is not writable. Exiting&lt;/P&gt;&lt;P&gt;What is the error.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 11:24:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113212#M31495</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-07T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113213#M31496</link>
      <description>&lt;P&gt;Maybe a permissions error ? Is dms user able to write in this path ? Maybe some files have root owner.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 12:55:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113213#M31496</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2020-07-07T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113214#M31497</link>
      <description>&lt;P&gt;When i am&amp;nbsp; logged in as su and when running the command as su login it is giving the error:&lt;/P&gt;&lt;P&gt;root@dmsjupro:/home/dms/acs/alfresco-search-services# ./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"&lt;BR /&gt;WARNING: Starting Solr as the root user is a security risk and not considered best practice. Exiting.&lt;BR /&gt;Please consult the Reference Guide. To override this check, start with argument '-force'&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:08:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113214#M31497</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-07T13:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113215#M31498</link>
      <description>&lt;P&gt;OK, try to stop the process and change all perms to dms&amp;nbsp;"sudo chown -R dms: /home/dms/acs/"&lt;/P&gt;&lt;P&gt;Then restart solr with dms user, not root.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;--C.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:23:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113215#M31498</guid>
      <dc:creator>cesarista</dc:creator>
      <dc:date>2020-07-07T13:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113216#M31499</link>
      <description>&lt;P&gt;Sir, I am getting this on running above command&lt;/P&gt;&lt;P&gt;chown: missing operand after ‘/home/dms/acs/’&lt;BR /&gt;Try 'chown --help' for more information.&lt;BR /&gt;root@dmsjupro:/# sudo chown -R dms: /home/dms/acs/&lt;BR /&gt;chown: invalid spec: ‘dms:’&lt;BR /&gt;root@dmsjupro:/#&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:33:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113216#M31499</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-07T13:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113217#M31500</link>
      <description>&lt;P&gt;I solved the issue instead running the command&amp;nbsp; :&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;./solr/bin/solr start -a "-Dcreate.alfresco.defaults=alfresco,archive"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;Run this command:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;./solr/bin/solr start -force "-Dcreate.alfresco.defaults=alfresco,archive"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;It solves my issue.&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Jul 2020 08:24:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113217#M31500</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-10T08:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113218#M31501</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79410"&gt;@akash251998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Well done for resolving your issue &amp;amp; thanks for updating us on how you did it - really helpful.&lt;/P&gt;
&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 08:39:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113218#M31501</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-10T08:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113219#M31502</link>
      <description>&lt;P&gt;I have installed Alfresco 6.0.7 using the link :&lt;A href="http://alfrescoeasy.blogspot.com/2019/02/install-alfresco-content-service-60-on.html" target="_blank" rel="noopener nofollow noreferrer"&gt;http://alfrescoeasy.blogspot.com/2019/02/install-alfresco-content-service-60-on.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;At step 20 i have installed postgresql instead Mysql .&lt;/P&gt;&lt;P&gt;And i have manually installed tomcat and postgresql.&lt;/P&gt;&lt;P&gt;And started tomcat and postgresql using the commands:&lt;/P&gt;&lt;P&gt;root@dmsjupro:/opt/tomcat/bin# ./startup.sh&lt;BR /&gt;Using CATALINA_BASE: /opt/tomcat&lt;BR /&gt;Using CATALINA_HOME: /opt/tomcat&lt;BR /&gt;Using CATALINA_TMPDIR: /opt/tomcat/temp&lt;BR /&gt;Using JRE_HOME: /usr&lt;BR /&gt;Using CLASSPATH: /opt/tomcat/bin/bootstrap.jar:/opt/tomcat/bin/tomcat-juli.jar&lt;BR /&gt;Tomcat started.&lt;/P&gt;&lt;P&gt;root@dmsjupro:/etc/init.d# ./postgresql start&lt;BR /&gt;[ ok ] Starting postgresql (via systemctl): postgresql.service.&lt;/P&gt;&lt;P&gt;But while opening localhost:8080/share/page/ in browser i am getting error as in the image as attached here.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/735iE2B7C9B9D2C8D392/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Pic&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp; will you please look at this. Please let me know where i am doing an mistake. Please help me installing alfresco version 6.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 09:20:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113219#M31502</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-10T09:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113220#M31503</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79410"&gt;@akash251998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Are there any entries in either the tomcat or alfresco log files?&amp;nbsp; If so please add them here.&lt;/P&gt;
&lt;P&gt;Also can you post your alfresco.global properties file?&lt;/P&gt;
&lt;P&gt;Can you connect to postgres from the command line - are you sure it's running correctly?&lt;/P&gt;
&lt;P&gt;Did you install ImageMagik as per step 21 in the blog? And then Solr step 22?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;

&lt;P&gt;ps - any reason why you're installing 6.0 rather than the latest, 6.2?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 13:54:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113220#M31503</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-10T13:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113221#M31504</link>
      <description>&lt;P&gt;No i had installed Imagebrick manually then done the step 22. And there is no tomcat and log files.&lt;/P&gt;&lt;P&gt;How to connect to postgresql using command line i am doing the installation on ubuntu 18.04.&lt;/P&gt;&lt;P&gt;Alfresco-global-properties:-&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Set this property unless you have explicitly chosen to expose some repository APIs without authentication&lt;/P&gt;&lt;P&gt;index.subsystem.name=solr6&lt;BR /&gt;solr.secureComms=none&lt;BR /&gt;solr.port=8983&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Custom content and index data location&lt;BR /&gt;#&lt;BR /&gt;dir.root=/home/dmsju/alf_install/acs/alf_data&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Sample database connection properties&lt;BR /&gt;#&lt;BR /&gt;db.username=alfresco&lt;BR /&gt;db.password=alfresco&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# Choose DB connection properties for your database, e.g. for PostgreSQL&lt;BR /&gt;#&lt;BR /&gt;db.driver=org.postgresql.Driver&lt;BR /&gt;db.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://localhost:5432/alfresco&lt;/P&gt;&lt;P&gt;db.pool.max=275&lt;BR /&gt;db.pool.validate.query=SELECT 1&lt;/P&gt;&lt;P&gt;#&lt;BR /&gt;# URL Generation Parameters (The ${localname} token is replaced by the local server name)&lt;BR /&gt;#-------------&lt;BR /&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=localhost&lt;BR /&gt;alfresco.port=8080&lt;BR /&gt;alfresco.protocol=http&lt;/P&gt;&lt;P&gt;share.context=share&lt;BR /&gt;share.host=localhost&lt;BR /&gt;share.port=8080&lt;BR /&gt;share.protocol=http&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;# External executable locations #&lt;BR /&gt;alfresco-pdf-renderer.root=/home/dmsju/alf_install/acs/alfresco-pdf-renderer&lt;BR /&gt;alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/alfresco-pdf-renderer&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 14:10:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113221#M31504</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-07-10T14:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while installing Alfresco-search-services 1.3</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113222#M31505</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/79410"&gt;@akash251998&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;On your Ubunto box you should be able to connect to the database from the cmd prompt like so:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color: #f5f5f5; color: #3e3e3e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 15px;"&gt;psql &lt;/SPAN&gt;&lt;SPAN style="color: #3e3e3e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 15px;"&gt;DBNAME&lt;/SPAN&gt; &lt;SPAN style="color: #3e3e3e; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 15px;"&gt;USERNAME&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;This should show whether postgres is running correctly.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2020 16:07:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-while-installing-alfresco-search-services-1-3/m-p/113222#M31505</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-07-10T16:07:22Z</dc:date>
    </item>
  </channel>
</rss>

