<?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: Problem binding port 50500 with WCM Alfresco 2.9B in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163423#M117225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure that the hosts file references your host name and the ip/ localhost ip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;localhost heidegger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List both localhost and the actual host name of the machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2008 18:11:23 GMT</pubDate>
    <dc:creator>jottley</dc:creator>
    <dc:date>2008-03-13T18:11:23Z</dc:date>
    <item>
      <title>Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163422#M117224</link>
      <description>Hello,When I try to start the virtual tomcat, I'm seeing some errors in the log.There seems to be a problem binding port 50500.&amp;nbsp; It's a clean machine.&amp;nbsp; I don't have anything using port 50500.But I do see 50500 referenced in the standard tomcat distributed with the alfresco/tomcat bundle.Do I need to</description>
      <pubDate>Thu, 13 Mar 2008 15:38:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163422#M117224</guid>
      <dc:creator>ghernando</dc:creator>
      <dc:date>2008-03-13T15:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163423#M117225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Make sure that the hosts file references your host name and the ip/ localhost ip&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;127.0.0.1&amp;nbsp;&amp;nbsp;&amp;nbsp;localhost heidegger&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;List both localhost and the actual host name of the machine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 18:11:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163423#M117225</guid>
      <dc:creator>jottley</dc:creator>
      <dc:date>2008-03-13T18:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163424#M117226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my hosts. file&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;127.0.0.1&amp;nbsp; localhost&amp;nbsp; server8&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 18:10:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163424#M117226</guid>
      <dc:creator>torsten_e</dc:creator>
      <dc:date>2008-03-28T18:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163425#M117227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried the /etc/hosts tricks and that did me no good, and after a long time digging around for this I found that NFS was bound to that particular port, so if you are running an NFS server on the same system that you are trying to setup Alfresco on beware. A 'netstat -an | grep 50500' will tell you whether the port is bound by something else. Interestingly lsof -i :50500 didn't come up with anything because there were no open files associated with that port. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize this post is from months ago, but just in case anyone else comes across this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Erinn&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2008 16:11:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163425#M117227</guid>
      <dc:creator>erinn</dc:creator>
      <dc:date>2008-07-21T16:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163426#M117228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just spent the better part of two days trying to install Alfresco - I have the same problem.&amp;nbsp; Is there a work around?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 18:48:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163426#M117228</guid>
      <dc:creator>matthewboh</dc:creator>
      <dc:date>2008-07-23T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163427#M117229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your local NFS server is always using that port (50500) you can modify alfresco-shared.properties.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 20:54:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163427#M117229</guid>
      <dc:creator>jottley</dc:creator>
      <dc:date>2008-07-23T20:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem binding port 50500 with WCM Alfresco 2.9B</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163428#M117230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It turns out that this error was caused by alfresco having some troubles finding the shared libraries.&amp;nbsp; I found the solution here&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Install_Tomcat6" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Install_Tomcat6&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 21:08:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-binding-port-50500-with-wcm-alfresco-2-9b/m-p/163428#M117230</guid>
      <dc:creator>matthewboh</dc:creator>
      <dc:date>2008-07-23T21:08:22Z</dc:date>
    </item>
  </channel>
</rss>

