<?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 Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124730#M34076</link>
    <description>&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There was an error message as below when I runing Tomcat 9.&lt;/P&gt;&lt;P&gt;'2022-01-19 08:44:07,425 ERROR [web.context.ContextLoader] [main] Context initialization failed&lt;/P&gt;&lt;P&gt;org.alfresco.error.AlfrescoRuntimeException: 00190004 Keystores are invalid&lt;/P&gt;&lt;P&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 00190003 Failed to create key: metadata&lt;/P&gt;&lt;P&gt;&amp;nbsp;in key store:&lt;BR /&gt;Location: D:/Alfresco/alf_data/keystore/keystore&lt;BR /&gt;Provider: null&lt;BR /&gt;Type: pkcs12'&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So would you please show me what can I do?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jan 2022 14:13:49 GMT</pubDate>
    <dc:creator>YanFeiHu</dc:creator>
    <dc:date>2022-01-19T14:13:49Z</dc:date>
    <item>
      <title>Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124730#M34076</link>
      <description>&lt;P&gt;Hi;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There was an error message as below when I runing Tomcat 9.&lt;/P&gt;&lt;P&gt;'2022-01-19 08:44:07,425 ERROR [web.context.ContextLoader] [main] Context initialization failed&lt;/P&gt;&lt;P&gt;org.alfresco.error.AlfrescoRuntimeException: 00190004 Keystores are invalid&lt;/P&gt;&lt;P&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 00190003 Failed to create key: metadata&lt;/P&gt;&lt;P&gt;&amp;nbsp;in key store:&lt;BR /&gt;Location: D:/Alfresco/alf_data/keystore/keystore&lt;BR /&gt;Provider: null&lt;BR /&gt;Type: pkcs12'&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So would you please show me what can I do?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 14:13:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124730#M34076</guid>
      <dc:creator>YanFeiHu</dc:creator>
      <dc:date>2022-01-19T14:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124731#M34077</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/89506"&gt;@YanFeiHu&lt;/A&gt;&amp;nbsp;checkout the solution here:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-installing-alfresco-content-services-7-0-on-windows-10/m-p/311071#M26511" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/problem-installing-alfresco-content-services-7-0-on-windows-10/m-p/311071#M26511&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Fix the &lt;STRONG&gt;JAVA_TOOL_OPTIONS&lt;/STRONG&gt; config in &lt;A href="https://github.com/abhinavmishra14/alfresco7-solr-localtransform-dist-setup/blob/main/windows-platform/alfresco-community70/tomcat/bin/catalina.bat#L221" target="_self" rel="nofollow noopener noreferrer"&gt;tomcat/bin/catalina.bat&lt;/A&gt; so that &lt;SPAN&gt;keystore&lt;/SPAN&gt; can be read. Make sure you copy the keystore files here: &lt;SPAN&gt;D:/Alfresco&lt;/SPAN&gt;/tomcat/shared/classes/alfresco/extension/keystore/metadata-keystore&lt;/P&gt;
&lt;PRE&gt;set "JAVA_TOOL_OPTIONS=-Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=&lt;SPAN&gt;D:/Alfresco&lt;/SPAN&gt;/tomcat/shared/classes/alfresco/extension/keystore/metadata-keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede"&lt;/PRE&gt;
&lt;P&gt;See example here:&amp;nbsp;&lt;A href="https://github.com/abhinavmishra14/alfresco7-solr-localtransform-dist-setup/blob/main/windows-platform/alfresco-community70/tomcat/bin/catalina.bat#L221" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/abhinavmishra14/alfresco7-solr-localtransform-dist-setup/blob/main/windows-platform/alfresco-community70/tomcat/bin/catalina.bat#L221&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 15:57:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124731#M34077</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2022-01-21T15:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124732#M34078</link>
      <description>&lt;P&gt;Dear Abhinav;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you so much for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; After I f&lt;SPAN&gt;ixed the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG&gt;JAVA_TOOL_OPTIONS&lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;config in catalina.bat &lt;/SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;as below&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt; and then copied &lt;SPAN&gt;the keystore files to "D:/ProgramFiles/ApacheSWFDT/Tomcat90/shared/classes/alfresco/extension/keystore/metadata-keystore", there still have the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set "JAVA_TOOL_OPTIONS=-Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=D:/ProgramFiles/ApacheSWFDT/Tomcat90/shared/classes/alfresco/extension/keystore/metadata-keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede"&lt;/P&gt;&lt;P&gt;By the way, this is my first time to try install Alfresco Community Editon, So I am afriad is there have some wrong else?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="baseDir.png" 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/1387i65E3B1D021D251F6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.png" 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/1394iF7CE9A7FB42413FF/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jan 2022 08:12:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124732#M34078</guid>
      <dc:creator>YanFeiHu</dc:creator>
      <dc:date>2022-01-22T08:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124733#M34079</link>
      <description>&lt;P&gt;I'm facing the same issue... did you solved it? Thank you!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 13:13:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124733#M34079</guid>
      <dc:creator>tcuser</dc:creator>
      <dc:date>2022-02-25T13:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Deploying Alfresco Community Edition 7.1 on Tomcat with zip have error messages</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124734#M34080</link>
      <description>&lt;P&gt;Not yet!&lt;/P&gt;&lt;P&gt;And I would prefer some human experts to show me what I should to do.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 14:19:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/deploying-alfresco-community-edition-7-1-on-tomcat-with-zip-have/m-p/124734#M34080</guid>
      <dc:creator>YanFeiHu</dc:creator>
      <dc:date>2022-03-02T14:19:17Z</dc:date>
    </item>
  </channel>
</rss>

