<?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 2 Installs on 1 machine in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/2-installs-on-1-machine/m-p/230507#M183637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have being tring to install two instances of Alfresco on the same machine. I have 1 instance up and running with Tomcat - Mysql - Solaris&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now when I configure and try start the 2nd install I'm getting the error message below. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There seems to be a problem with port numbers and I do not know how I might change them. Cannot anyony point me in the right direction.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:44:15,675 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'avmRemoteService' defined in class path resource [alfresco/remote-services-context.xml]: Invocation of init method failed; nested exception is java.rmi.server.ExportException: Port already in use: 50501; nested exception is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;java.net.BindException: Address already in use&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: java.rmi.server.ExportException: Port already in use: 50501; nested exception is:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2010 16:46:45 GMT</pubDate>
    <dc:creator>gmurphy</dc:creator>
    <dc:date>2010-01-18T16:46:45Z</dc:date>
    <item>
      <title>2 Installs on 1 machine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/2-installs-on-1-machine/m-p/230507#M183637</link>
      <description>Folks,I have being tring to install two instances of Alfresco on the same machine. I have 1 instance up and running with Tomcat - Mysql - SolarisNow when I configure and try start the 2nd install I'm getting the error message below. There seems to be a problem with port numbers and I do not know how</description>
      <pubDate>Mon, 18 Jan 2010 16:46:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/2-installs-on-1-machine/m-p/230507#M183637</guid>
      <dc:creator>gmurphy</dc:creator>
      <dc:date>2010-01-18T16:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Installs on 1 machine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/2-installs-on-1-machine/m-p/230508#M183638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It can be done, as long you re-configure all conflicting ports and ensure each instance point to its own DB schema and root dir (alf_data =&amp;gt; content store &amp;amp; lucene indexes) etc. As an alternative, you may prefer to use VM virtualization or Alfresco multi-tenancy (to host multiple "tenants" on a single instance).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using Alfresco 3.2 with Tomcat and then you could start with editing the config for the 2nd instance. For example, edit "…/tomcat/shared/classes/alfresco-global.properties", eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;db.name=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.username=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.password=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.host=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;db.port=…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ftp.enabled=true&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ftp.port=1121&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cifs.enabled=false&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;avm.rmi.service.port=60501&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;avmsync.rmi.service.port=60502&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;attribute.rmi.service.port=60503&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;authentication.rmi.service.port=60504&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;repo.rmi.service.port=60505&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;action.rmi.service.port=60506&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deployment.rmi.service.port=60507&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will also need to edit "…/tomcat/conf/server.xml" and change ports, eg.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;8005 -&amp;gt; 9005&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8080 -&amp;gt; 9080&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;8443 -&amp;gt; 9443&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See also:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=21526" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=8&amp;amp;t=21526&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2010 18:20:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/2-installs-on-1-machine/m-p/230508#M183638</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2010-01-18T18:20:32Z</dc:date>
    </item>
  </channel>
</rss>

