<?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: Error creating bean with name 'avmRemoteService' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216048#M169178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error occurs due to port conflicting in your system with other software's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For me due to conflicting of cyberoam port which we are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have started alfresco tomcat server before connecting to cyberoam and it's working fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, Sometime we are not able to start MYSQL server due to port conflict of Skype so for that we have to explicitly stop Skype service at start up and then we need to start MYSQL server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Sep 2014 10:24:00 GMT</pubDate>
    <dc:creator>ranjitsinh_reva</dc:creator>
    <dc:date>2014-09-15T10:24:00Z</dc:date>
    <item>
      <title>Error creating bean with name 'avmRemoteService'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216044#M169174</link>
      <description>hi,After configure LDAP Authentication I am getting error 15:25:26,836 INFO&amp;nbsp; [org.alfresco.web.site.FrameworkHelper] Successfully Initialized Web Framework15:25:37,195 INFO&amp;nbsp; [org.alfresco.config.SystemPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/hibernate-</description>
      <pubDate>Mon, 06 Jul 2009 10:03:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216044#M169174</guid>
      <dc:creator>sunil_aly4u</dc:creator>
      <dc:date>2009-07-06T10:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating bean with name 'avmRemoteService'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216045#M169175</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;BR /&gt;&lt;SPAN&gt;i got the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you found a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Frank&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 06:29:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216045#M169175</guid>
      <dc:creator>frank14</dc:creator>
      <dc:date>2009-07-30T06:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating bean with name 'avmRemoteService'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216046#M169176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your error is:&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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first thing to check is to see if this port is used by something else prior to starting alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 09:19:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216046#M169176</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-07-30T09:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating bean with name 'avmRemoteService'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216047#M169177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are looking to configure tomcat/shared/classes/alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can randomize the ports used by Alfresco (by making them zero).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The following is incomplete but should give you some idea: &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;alfresco.rmi.services.port=0&lt;BR /&gt;alfresco.rmi.services.host=localhost&lt;BR /&gt;avm.rmi.service.port=0&lt;BR /&gt;avmsync.rmi.service.port=0&lt;BR /&gt;attribute.rmi.service.port=0&lt;BR /&gt;authentication.rmi.service.port=0&lt;BR /&gt;repo.rmi.service.port=0&lt;BR /&gt;action.rmi.service.port=0&lt;BR /&gt;wcm-deployment-receiver.rmi.service.port=0&lt;BR /&gt; avm.remote.host=localhost&lt;BR /&gt; avm.remote.port=0&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;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Aug 2010 19:04:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216047#M169177</guid>
      <dc:creator>piousbox</dc:creator>
      <dc:date>2010-08-24T19:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error creating bean with name 'avmRemoteService'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216048#M169178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This error occurs due to port conflicting in your system with other software's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For me due to conflicting of cyberoam port which we are using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have started alfresco tomcat server before connecting to cyberoam and it's working fine for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, Sometime we are not able to start MYSQL server due to port conflict of Skype so for that we have to explicitly stop Skype service at start up and then we need to start MYSQL server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 10:24:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-creating-bean-with-name-avmremoteservice/m-p/216048#M169178</guid>
      <dc:creator>ranjitsinh_reva</dc:creator>
      <dc:date>2014-09-15T10:24:00Z</dc:date>
    </item>
  </channel>
</rss>

