<?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: How to display list of workflows of a document in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3354#M1234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Yogesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's great to know that there is api for that. Thanks for sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shagufta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 17:06:25 GMT</pubDate>
    <dc:creator>shagufta1</dc:creator>
    <dc:date>2017-01-17T17:06:25Z</dc:date>
    <item>
      <title>How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3351#M1231</link>
      <description>Hi,I would like to know how I can display list of workflows that a document is a part of. For e.g. if a document was a part of workflow W1 which is now completed and a current workflow W2, I would like to show it to the users when they access the document this information.Please suggest a way on how</description>
      <pubDate>Mon, 16 Jan 2017 05:54:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3351#M1231</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2017-01-16T05:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3352#M1232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hiten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to achieve this is,&amp;nbsp;content id you will have when you upload a document in any process. You can fetch the processInstanceId from that content Id. And that's what you need. Use that processInstanceId to fetch any details related process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Achieve this I am not aware that there is any java api is available or not. You can go through java api docs to find one. And other way could be you can fire a query on db by using Query&amp;nbsp;Api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shagufta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 14:38:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3352#M1232</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2017-01-17T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3353#M1233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Alfresco OOTB workflow service API :&amp;nbsp;&lt;A class="link-titled" href="http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowService.html#getWorkflowsForContent-org.alfresco.service.cmr.repository.NodeRef-boolean-" title="http://dev.alfresco.com/resource/docs/java/org/alfresco/service/cmr/workflow/WorkflowService.html#getWorkflowsForContent-org.alfresco.service.cmr.repository.NodeRef-boolean-" rel="nofollow noopener noreferrer"&gt;WorkflowService (Alfresco 5.2-SNAPSHOT API)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is giving list of workflows started on document both active and completed based on boo-lean argument.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:57:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3353#M1233</guid>
      <dc:creator>yogeshpj</dc:creator>
      <dc:date>2017-01-17T15:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3354#M1234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Yogesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's great to know that there is api for that. Thanks for sharing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shagufta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:06:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3354#M1234</guid>
      <dc:creator>shagufta1</dc:creator>
      <dc:date>2017-01-17T17:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3355#M1235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For future reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the below mentioned&amp;nbsp;addon that fills my requirement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://addons.alfresco.com/addons/complete-workflow-history" title="https://addons.alfresco.com/addons/complete-workflow-history" rel="nofollow noopener noreferrer"&gt;Complete Workflow History | Alfresco Add-ons - Alfresco Customizations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2017 11:54:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3355#M1235</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2017-02-03T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3356#M1236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Hiten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have installed the "Complete Workflow History" addon following the Github instruction, but I don't see any icon or section for Workflow History functionality. Could you tell me how to access it? If you could attach a printscreen, that will be very help full for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Gerardo Rodriguez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 22:04:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3356#M1236</guid>
      <dc:creator>rodrigerar</dc:creator>
      <dc:date>2018-09-27T22:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3357#M1237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gerardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to see the action&amp;nbsp;&lt;STRONG&gt;View All Workflow&amp;nbsp;&lt;/STRONG&gt;on documents after applying the share and repo amps.&lt;/P&gt;&lt;P&gt;I hope you are applying the amps correctly as I am still using this amp in my production server and it is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 11:44:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3357#M1237</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2018-09-28T11:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3358#M1238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hiten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your quickly response!&lt;BR /&gt;Looking a little more deeply, I&amp;nbsp;discovered that the amps applying is failing. The output of the /opt/alfresco-community/bin/apply_amps.sh command shows:&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;&lt;STRONG&gt;java.io.FileNotFoundException: /opt/alfresco-community/amps/completewfhistory-repo.amp/module.properties&lt;/STRONG&gt;&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;&lt;STRONG&gt;java.io.FileNotFoundException: /opt/alfresco-community/amps_share/completewfhistory-share.amp/module.properties&lt;/STRONG&gt;&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;I'm following the steps described in the Github Project page:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://github.com/aaditmajmudar/completeworkflowhistory" rel="nofollow noopener noreferrer" target="_blank"&gt;https://github.com/aaditmajmudar/completeworkflowhistory&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I allways get the described error.&lt;BR /&gt;Any idea what I'm doing wrong?&lt;BR /&gt;Thank you in advance for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Gerardo Rodriguez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2018 14:42:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3358#M1238</guid>
      <dc:creator>rodrigerar</dc:creator>
      <dc:date>2018-09-28T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to display list of workflows of a document</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3359#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the below command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/bin/apply_amps.sh -force -verbose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at the below documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;http://docs.alfresco.com/5.2/tasks/amp-install.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hiten Rastogi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sr. Software Engineer&lt;/P&gt;&lt;P&gt;Mobile:   +91 9899586608&lt;/P&gt;&lt;P&gt;Email:     hiten.rastogi@eisenvault.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;https://eisenvault.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2018 05:20:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-display-list-of-workflows-of-a-document/m-p/3359#M1239</guid>
      <dc:creator>hiten_rastogi1</dc:creator>
      <dc:date>2018-10-02T05:20:55Z</dc:date>
    </item>
  </channel>
</rss>

