<?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 keystore location in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266968#M220098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I successfully installed alfresco-4.0.e with no problems on a linux instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I simply moved the alf_data location to a /mnt directory such that its now located at /mnt/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I change the alfresco-global.properties to reflect this change. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;dir.root=/mnt/alf_data&lt;BR /&gt;dir.keystore=/mnt/alf_data/keystore&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;yet when I start I get this error in the log:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;SEVERE: Failed to load keystore type JCEKS with path /opt/alfresco-4.0.e/alf_data/keystore/ssl.keystore due to /opt/alfresco-4.0.e/alf_data/keystore/ssl.keystore (No such file or directory)&lt;BR /&gt;java.io.FileNotFoundException: /opt/alfresco-4.0.e/alf_data/keystore/ssl.keystore (No such file or directory)&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;which is of course correct, as I moved it.&amp;nbsp; Why wont it pick up the new directory?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have also tried adding this to the properties file to no avail:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;alfresco.encryption.ssl.keystore.location=/mnt/alf_data/keystore/ssl.keystore&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2012 03:01:25 GMT</pubDate>
    <dc:creator>mangar</dc:creator>
    <dc:date>2012-10-03T03:01:25Z</dc:date>
    <item>
      <title>keystore location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266968#M220098</link>
      <description>I successfully installed alfresco-4.0.e with no problems on a linux instance.I simply moved the alf_data location to a /mnt directory such that its now located at /mnt/alf_dataI change the alfresco-global.properties to reflect this change. dir.root=/mnt/alf_datadir.keystore=/mnt/alf_data/keystore‍‍‍</description>
      <pubDate>Wed, 03 Oct 2012 03:01:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266968#M220098</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2012-10-03T03:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: keystore location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266969#M220099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;make sure that alfresco-global.properties file you have removed the extension "sample".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also make sure those properties are not commented.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also check if there is any other alfresco-global.property file present at any other location in your installation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 07:07:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266969#M220099</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-10-03T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: keystore location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266970#M220100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did a quick find . -name alfresco-global.properties&amp;nbsp; and did find another file in tomcat/shared/classes.&amp;nbsp; I changed that as well, still no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So where should the alfresco-global.properties file be?&amp;nbsp; It does not seem right to me that there should be more than one "global" properties file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also I moved just the keystore directory back to /opt/alfresco-4.0.e/alf_data/keystore and the repository in /mnt/alf_data and everything seems to work.&amp;nbsp; So my problem is solved anyway as the files will be stored on the /mnt directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it's a hack, and I don't like it. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where else can I look?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2012 14:38:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266970#M220100</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2012-10-03T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: keystore location</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266971#M220101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And the answer is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are 2 hidden properties files in :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/alf_data/solr/workspace-SpacesStore/conf/solrcore.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/alf_data/solr/archive-SpacesStore/conf/solrcore.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you need to change those too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2012 23:57:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/keystore-location/m-p/266971#M220101</guid>
      <dc:creator>mangar</dc:creator>
      <dc:date>2012-10-11T23:57:37Z</dc:date>
    </item>
  </channel>
</rss>

