<?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: ASR deployment on 2 machines in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270844#M223974</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are configuring the deployment receiver on authoring environment, Please see my answer below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Host: This will be the IP address of the receiver machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Port: Don't leave it blank. It would be the RMI port to connect to the destination server. You may put it as 50500.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * URL: You may leave it blank. It is the runtime URL of the destination server. Can be used to preview the deployment, upon a successful deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Username: It is the username to use to connect to the destination server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Password: It is the password for the username provided above to use to connect to the destination server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Source Path: It is a path of the folder to deploy.e.g./ROOT/site1. You may leave it blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Excludes: You may leave it blank. It is a single regular expression of items to exclude from the deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ramesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 13:52:50 GMT</pubDate>
    <dc:creator>romschn</dc:creator>
    <dc:date>2011-01-19T13:52:50Z</dc:date>
    <item>
      <title>ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270839#M223969</link>
      <description>Hi All,I am facing below error while I try to deploy the webproject to some other machine. It is working fine if I try to deploy on the same machine, give error only if i try depoying to other machine.Error : Deployment Failed11170016 Could not connect to remote deployment receiver, transportName:de</description>
      <pubDate>Fri, 17 Dec 2010 14:34:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270839#M223969</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2010-12-17T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270840#M223970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What O.S. is your receiver on?&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Two things to check.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure that you have not bound 50500 to localhost or 127.0.0.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Make sure you don't have a firewall blocking access.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Dec 2010 16:31:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270840#M223970</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-12-17T16:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270841#M223971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for the response.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried below things to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;At receiver machine, in alfresco-global.properties file, put below entries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.rmi.services.port=50500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.rmi.services.host=Sender's IP address&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At sender's machine, in alfresco-global.properties file, put below entries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.rmi.services.port=50500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco.rmi.services.host=localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it was still giving me the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you please let me know how to solve this problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to check - 'Make sure that you have not bound 50500 to localhost or 127.0.0.1'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 09:05:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270841#M223971</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2010-12-20T09:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270842#M223972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone who will be interested to know about the solution,I got it working fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apart from the settings mentioned above, there is one more configuration required to be done before starting the alfresco server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'-Djava.rmi.server.hostname=Receiver's machine IP address' as the last entry in JAVA_OPTS settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After doing this, you will be able to successfully deploy from one machine to another machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just for your curiosity, it might interest you if you want to know in detail, what are the things I tried doing to achieve this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Alfresco server opens up the 50500 port bound to 127.0.0.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If you try doing telnet to the receiver, it won't be able to communicate as it is bound to 127.0.0.1 and not to the actual IP address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Set up the entry against JAVA_OPTS as mentioned above.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Deployment from one machine to other will be successful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will help to all those who come across such problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ramesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Dec 2010 15:38:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270842#M223972</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2010-12-20T15:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270843#M223973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I was looking at your post to try and learn more about ASR deployment, perhaps you can help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd like to deploy content from &lt;/SPAN&gt;&lt;STRONG&gt;Web Project A&lt;/STRONG&gt;&lt;SPAN&gt; to &lt;/SPAN&gt;&lt;STRONG&gt;Web Project B&lt;/STRONG&gt;&lt;SPAN&gt; on the same Alfresco server (version 3.1.2). What parameters should I use? When I'm configuring the ASR in the Edit Web Project Wizard, I think the important ones are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;Host: &amp;lt;Alfresco server hostname&amp;gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Port: &amp;lt;leave blank to default to 50500?&amp;gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;URL: &amp;lt;not important, leave blank&amp;gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Username: &amp;lt;a valid username for the Alfresco server?&amp;gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Password: &amp;lt;the password for that user?&amp;gt;&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Source Path: ???&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Excludes: &amp;lt;not important?&amp;gt;&lt;/LI&gt;&lt;/UL&gt;&lt;SPAN&gt;I'm confused by the "Source Path" parameter when I configure a new ASR in my web project; what should go in here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jan 2011 23:34:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270843#M223973</guid>
      <dc:creator>dafyddjames</dc:creator>
      <dc:date>2011-01-09T23:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270844#M223974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are configuring the deployment receiver on authoring environment, Please see my answer below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Host: This will be the IP address of the receiver machine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Port: Don't leave it blank. It would be the RMI port to connect to the destination server. You may put it as 50500.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * URL: You may leave it blank. It is the runtime URL of the destination server. Can be used to preview the deployment, upon a successful deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Username: It is the username to use to connect to the destination server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Password: It is the password for the username provided above to use to connect to the destination server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Source Path: It is a path of the folder to deploy.e.g./ROOT/site1. You may leave it blank.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; * Excludes: You may leave it blank. It is a single regular expression of items to exclude from the deployment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ramesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 13:52:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270844#M223974</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2011-01-19T13:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270845#M223975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ramsche&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can u tell me how to deploy within same machine,i dont get preview,deploy successful,it shows the same error what u mentioned for other machine,pls tell me the clear steps for preview and deploy to the same machine first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry to ask in ur question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 14:11:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270845#M223975</guid>
      <dc:creator>vinothkumar</dc:creator>
      <dc:date>2012-08-30T14:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASR deployment on 2 machines</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270846#M223976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hope you have started the virtualization server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if not you will need to start the Alfresco Virtualization server:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- on Windows run virtual_start.bat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- on Linux run sh virtual_alf.sh start&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do give a point if it was helpful to you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 07:14:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/asr-deployment-on-2-machines/m-p/270846#M223976</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2012-08-31T07:14:48Z</dc:date>
    </item>
  </channel>
</rss>

