<?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 Problem installing &amp;quot;Complete Workflow History&amp;quot; module in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7282#M3453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thank you very much in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to install the "Complete Workflow History" module in my Alfresco Server. I folloewd the steps described in the Github Project page:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/aaditmajmudar/completeworkflowhistory" rel="nofollow noopener noreferrer"&gt;https://github.com/aaditmajmudar/completeworkflowhistory&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After downloaded and copyed completewfhistory-repo.amp and completewfhistory-share.amp files to the described destination, I executed the apply_amps.sh and I got the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;######################################################################&lt;/P&gt;&lt;P&gt;[root@aws-alfresco-restore bin]# ./apply_amps.sh&lt;/P&gt;&lt;P&gt;Found java executable in /opt/alfresco-community/java&lt;/P&gt;&lt;P&gt;This script will apply all the AMPs in amps and amps_share to the alfresco.war and share.war files in /opt/alfresco-community/tomcat/webapps&lt;BR /&gt;Press control-c to stop this script . . .&lt;BR /&gt;Press any other key to continue . . .&lt;/P&gt;&lt;P&gt;java.io.FileNotFoundException: /opt/alfresco-community/amps/completewfhistory-repo.amp/module.properties&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.newInputStream(TFileInputStream.java:108)&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.&amp;lt;init&amp;gt;(TFileInputStream.java:81)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleDetailsHelper.createModuleDetailsFromPropertyLocation(ModuleDetailsHelper.java:105)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:229)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:172)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:155)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:837)&lt;BR /&gt;Caused by: java.util.zip.ZipException: Expected Local File Header or (ZIP64) End Of Central Directory Record!&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.checkZipFileSignature(RawZipFile.java:179)&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.&amp;lt;init&amp;gt;(RawZipFile.java:148)&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.&amp;lt;init&amp;gt;(RawZipFile.java:129)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipInputShop.&amp;lt;init&amp;gt;(ZipInputShop.java:45)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipDriver.newInputShop(ZipDriver.java:498)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipDriver.newInputShop(ZipDriver.java:481)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsTargetArchiveController.mount0(FsTargetArchiveController.java:197)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsTargetArchiveController.mount(FsTargetArchiveController.java:155)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFileSystemArchiveController$ResetFileSystem.autoMount(FsFileSystemArchiveController.java:85)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFileSystemArchiveController.autoMount(FsFileSystemArchiveController.java:37)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController.autoMount(FsBasicArchiveController.java:113)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController$1Input.getLocalTarget(FsBasicArchiveController.java:185)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController$1Input.getDelegate(FsBasicArchiveController.java:200)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.getBoundSocket(DelegatingInputSocket.java:43)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.newInputStream(DelegatingInputSocket.java:63)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsContextController$Input.newInputStream(FsContextController.java:273)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsResourceController$Input.newInputStream(FsResourceController.java:252)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.newInputStream(DelegatingInputSocket.java:63)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsSyncController$Input.newInputStream(FsSyncController.java:400)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input$1NewInputStream.call(FsLockController.java:455)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input$1NewInputStream.call(FsLockController.java:452)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController.locked(FsLockController.java:328)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController.writeLocked(FsLockController.java:268)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input.newInputStream(FsLockController.java:459)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFinalizeController$Input.newInputStream(FsFinalizeController.java:177)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:333)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:326)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$TryChild.call(FsFalsePositiveArchiveController.java:507)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController.call(FsFalsePositiveArchiveController.java:104)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input.newInputStream(FsFalsePositiveArchiveController.java:323)&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.newInputStream(TFileInputStream.java:104)&lt;BR /&gt;... 6 more&lt;BR /&gt;Suppressed: java.nio.file.FileSystemException: /opt/alfresco-community/amps/completewfhistory-repo.amp/module.properties: Not a directory&lt;BR /&gt;at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)&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.newByteChannel(UnixFileSystemProvider.java:214)&lt;BR /&gt;at java.nio.file.Files.newByteChannel(Files.java:361)&lt;BR /&gt;at java.nio.file.Files.newByteChannel(Files.java:407)&lt;BR /&gt;at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)&lt;BR /&gt;at java.nio.file.Files.newInputStream(Files.java:152)&lt;BR /&gt;at de.schlichtherle.truezip.fs.nio.file.FileInputSocket.newInputStream(FileInputSocket.java:51)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:333)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:326)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$UseParent.call(FsFalsePositiveArchiveController.java:524)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController.call(FsFalsePositiveArchiveController.java:107)&lt;BR /&gt;... 8 more&lt;BR /&gt;08280001 An error was encountered during deployment of the AMP into the WAR: 08280000 Unable to load module details from property file. File Not Found, /opt/alfresco-community/amps/completewfhistory-repo.amp/module.properties&lt;BR /&gt;Module 'org.alfresco.integrations.google.docs' installed in '/opt/alfresco-community/tomcat/webapps/alfresco.war'&lt;BR /&gt;- Title: Alfresco / Google Docs Integration&lt;BR /&gt;- Version: 3.0.4&lt;BR /&gt;- Install Date: Fri Sep 28 10:54:50 ART 2018&lt;BR /&gt;- Description: The Repository side artifacts of the Alfresco / Google Docs Integration.&lt;BR /&gt;Module 'alfresco-aos-module' installed in '/opt/alfresco-community/tomcat/webapps/alfresco.war'&lt;BR /&gt;- Title: Alfresco Office Services Module&lt;BR /&gt;- Version: 1.1.6&lt;BR /&gt;- Install Date: Fri Sep 28 10:54:50 ART 2018&lt;BR /&gt;- Description: Allows applications that can talk to a SharePoint server to talk to your Alfresco installation&lt;BR /&gt;Module 'alfresco-share-services' installed in '/opt/alfresco-community/tomcat/webapps/alfresco.war'&lt;BR /&gt;- Title: Alfresco Share Services AMP&lt;BR /&gt;- Version: 5.2.0&lt;BR /&gt;- Install Date: Fri Sep 28 10:54:49 ART 2018&lt;BR /&gt;- Description: Module to be applied to alfresco.war, containing APIs for Alfresco Share&lt;BR /&gt;java.io.FileNotFoundException: /opt/alfresco-community/amps_share/completewfhistory-share.amp/module.properties&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.newInputStream(TFileInputStream.java:108)&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.&amp;lt;init&amp;gt;(TFileInputStream.java:81)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleDetailsHelper.createModuleDetailsFromPropertyLocation(ModuleDetailsHelper.java:105)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModule(ModuleManagementTool.java:229)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:172)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.installModules(ModuleManagementTool.java:155)&lt;BR /&gt;at org.alfresco.repo.module.tool.ModuleManagementTool.main(ModuleManagementTool.java:837)&lt;BR /&gt;Caused by: java.util.zip.ZipException: Expected Local File Header or (ZIP64) End Of Central Directory Record!&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.checkZipFileSignature(RawZipFile.java:179)&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.&amp;lt;init&amp;gt;(RawZipFile.java:148)&lt;BR /&gt;at de.schlichtherle.truezip.zip.RawZipFile.&amp;lt;init&amp;gt;(RawZipFile.java:129)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipInputShop.&amp;lt;init&amp;gt;(ZipInputShop.java:45)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipDriver.newInputShop(ZipDriver.java:498)&lt;BR /&gt;at de.schlichtherle.truezip.fs.archive.zip.ZipDriver.newInputShop(ZipDriver.java:481)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsTargetArchiveController.mount0(FsTargetArchiveController.java:197)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsTargetArchiveController.mount(FsTargetArchiveController.java:155)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFileSystemArchiveController$ResetFileSystem.autoMount(FsFileSystemArchiveController.java:85)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFileSystemArchiveController.autoMount(FsFileSystemArchiveController.java:37)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController.autoMount(FsBasicArchiveController.java:113)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController$1Input.getLocalTarget(FsBasicArchiveController.java:185)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsBasicArchiveController$1Input.getDelegate(FsBasicArchiveController.java:200)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.getBoundSocket(DelegatingInputSocket.java:43)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.newInputStream(DelegatingInputSocket.java:63)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsContextController$Input.newInputStream(FsContextController.java:273)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsResourceController$Input.newInputStream(FsResourceController.java:252)&lt;BR /&gt;at de.schlichtherle.truezip.socket.DelegatingInputSocket.newInputStream(DelegatingInputSocket.java:63)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsSyncController$Input.newInputStream(FsSyncController.java:400)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input$1NewInputStream.call(FsLockController.java:455)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input$1NewInputStream.call(FsLockController.java:452)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController.locked(FsLockController.java:328)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController.writeLocked(FsLockController.java:268)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsLockController$Input.newInputStream(FsLockController.java:459)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFinalizeController$Input.newInputStream(FsFinalizeController.java:177)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:333)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:326)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$TryChild.call(FsFalsePositiveArchiveController.java:507)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController.call(FsFalsePositiveArchiveController.java:104)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input.newInputStream(FsFalsePositiveArchiveController.java:323)&lt;BR /&gt;at de.schlichtherle.truezip.file.TFileInputStream.newInputStream(TFileInputStream.java:104)&lt;BR /&gt;... 6 more&lt;BR /&gt;Suppressed: java.nio.file.FileSystemException: /opt/alfresco-community/amps_share/completewfhistory-share.amp/module.properties: Not a directory&lt;BR /&gt;at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91)&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.newByteChannel(UnixFileSystemProvider.java:214)&lt;BR /&gt;at java.nio.file.Files.newByteChannel(Files.java:361)&lt;BR /&gt;at java.nio.file.Files.newByteChannel(Files.java:407)&lt;BR /&gt;at java.nio.file.spi.FileSystemProvider.newInputStream(FileSystemProvider.java:384)&lt;BR /&gt;at java.nio.file.Files.newInputStream(Files.java:152)&lt;BR /&gt;at de.schlichtherle.truezip.fs.nio.file.FileInputSocket.newInputStream(FileInputSocket.java:51)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:333)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$1Input$NewInputStream.call(FsFalsePositiveArchiveController.java:326)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController$UseParent.call(FsFalsePositiveArchiveController.java:524)&lt;BR /&gt;at de.schlichtherle.truezip.fs.FsFalsePositiveArchiveController.call(FsFalsePositiveArchiveController.java:107)&lt;BR /&gt;... 8 more&lt;BR /&gt;08280001 An error was encountered during deployment of the AMP into the WAR: 08280000 Unable to load module details from property file. File Not Found, /opt/alfresco-community/amps_share/completewfhistory-share.amp/module.properties&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Module 'org.alfresco.integrations.share.google.docs' installed in '/opt/alfresco-community/tomcat/webapps/share.war'&lt;BR /&gt;- Title: Alfresco / Google Docs Share Module&lt;BR /&gt;- Version: 3.0.4&lt;BR /&gt;- Install Date: Fri Sep 28 10:54:53 ART 2018&lt;BR /&gt;- Description: The Share side artifacts of the Alfresco / Google Docs Integration.&lt;BR /&gt;About to clean out /opt/alfresco-community/tomcat/webapps/alfresco and share directories and temporary files...&lt;BR /&gt;Press control-c to stop this script . . .&lt;BR /&gt;Press any other key to continue . . .&lt;/P&gt;&lt;P&gt;Cleaning temporary Alfresco files from Tomcat...&lt;/P&gt;&lt;P&gt;######################################################################&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I'm using:&lt;/P&gt;&lt;P&gt;Alfresco Share v5.2.f&lt;BR /&gt;(r137983-b22, Aikau 1.0.101.10, Spring Surf 5.2.f, Spring WebScripts 6.15, Freemarker 2.3.20-alfresco-patched, Rhino 1.7R4-alfresco-patched, Yui 2.9.0-alfresco-20141223)&lt;BR /&gt;Alfresco Community v5.2.0&lt;BR /&gt;(re21f2be5-b22) schema 10057&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;BR /&gt;Gerardo Rodriguez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Oct 2018 16:58:49 GMT</pubDate>
    <dc:creator>rodrigerar</dc:creator>
    <dc:date>2018-10-01T16:58:49Z</dc:date>
    <item>
      <title>Problem installing "Complete Workflow History" module</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7282#M3453</link>
      <description>Hi All,Thank you very much in advance for your help!I'm trying to install the "Complete Workflow History" module in my Alfresco Server. I folloewd the steps described in the Github Project page:https://github.com/aaditmajmudar/completeworkflowhistoryAfter downloaded and copyed completewfhistory-repo</description>
      <pubDate>Mon, 01 Oct 2018 16:58:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7282#M3453</guid>
      <dc:creator>rodrigerar</dc:creator>
      <dc:date>2018-10-01T16:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing "Complete Workflow History" module</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7283#M3454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about the permissions on the amp files?&lt;BR /&gt;Maybe you have downloaded them as root, and then trying to apply them by using another user (alfresco, for example).&lt;/P&gt;&lt;P&gt;Another problem would be that the files are corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just downloaded the amp files from the github page, and it seems they are ok, as the module.properties file is inside the amps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:38:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7283#M3454</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2018-10-09T16:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem installing "Complete Workflow History" module</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7284#M3455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your response!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you suggested in your response the amp files were corrupted. I downloaded both files again. Then following the instructions from the Github Project Page I could finally install the module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realy appreciate your help! It was very usefull for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 20:49:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/problem-installing-quot-complete-workflow-history-quot-module/m-p/7284#M3455</guid>
      <dc:creator>rodrigerar</dc:creator>
      <dc:date>2018-10-09T20:49:18Z</dc:date>
    </item>
  </channel>
</rss>

