<?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 IO error when deploying AMP modules. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311550#M264680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I m getting an IO error while deploying AMP modules in windows server 2008, check the image for more details:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PS i m connecting to the server via Remote desktop as a domain adminstrator, the backup of alfresco.war and share.war were successfully created(so i have read/write permission on the webapps folder), i check that i hava the permission to read/write on the war files.any one help please!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2015 13:13:24 GMT</pubDate>
    <dc:creator>wajdi_ghribi</dc:creator>
    <dc:date>2015-05-08T13:13:24Z</dc:date>
    <item>
      <title>IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311550#M264680</link>
      <description>Hi, I m getting an IO error while deploying AMP modules in windows server 2008, check the image for more details&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;S i m connecting to the server via Remote desktop as a domain adminstrator, the backup of alfresco.war and share.war were successfully created(so i have read/write permission on the weba</description>
      <pubDate>Fri, 08 May 2015 13:13:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311550#M264680</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2015-05-08T13:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311551#M264681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've faced the same problem and couldn't find a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did to solve it was to install my amps using my laptop, and then transfering the final war to the server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2015 23:53:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311551#M264681</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2015-05-09T23:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311552#M264682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It does not seem to be a good practice, specially for an end user, can anybody try to reproduce the problem and propose a workaround please!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 May 2015 15:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311552#M264682</guid>
      <dc:creator>wajdi_ghribi</dc:creator>
      <dc:date>2015-05-11T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311553#M264683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try to install the amp using manual execution like following :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1.Start a new CMD shell using administrator account and Browse to the D:\Alfresco\bin directory: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.Then run following command&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;install &amp;lt;AMPFileLocation&amp;gt; &amp;lt;WARFileLocation&amp;gt; [options]&lt;BR /&gt;&lt;BR /&gt;valid options:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; -verbose&amp;nbsp;&amp;nbsp; : enable verbose output&lt;BR /&gt;&amp;nbsp;&amp;nbsp; -directory : indicates that the amp file location specified is a directory.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All amp files found in the directory and its sub directories are installed.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; -force&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : forces installation of AMP regardless of currently installed module version or file overrides&lt;BR /&gt;&amp;nbsp;&amp;nbsp; -preview&amp;nbsp;&amp;nbsp; : previews installation of AMP without modifying WAR file&lt;BR /&gt;&amp;nbsp;&amp;nbsp; -nobackup&amp;nbsp; : indicates that no backup should be made of the WAR&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;/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;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;for example&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;D:\alfresco\bin&amp;gt;java -jar alfresco-mmt.jar install D:\alfresco\amps\wcmqs.amp D:\alfresco\tomcat\webapps\alfresco.war -verbose&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;And see what is going on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 May 2015 14:43:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311553#M264683</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2015-05-15T14:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311554#M264684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Definitively not a good practice, but I couldn't make it work on Windows&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:10:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311554#M264684</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2015-05-25T13:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: IO error when deploying AMP modules.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311555#M264685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried that too instead of using the apply amps script, but got the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is not on the script for sure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 13:11:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/io-error-when-deploying-amp-modules/m-p/311555#M264685</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2015-05-25T13:11:56Z</dc:date>
    </item>
  </channel>
</rss>

