<?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: Alfresco won't start after reboot in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279900#M233030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally fixed the problem. It had something to do with some error I made during installation regarding the data.root is located. I had to do a reinstall before I even figured this out. Its working now though. Thanks to everyone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 09:07:38 GMT</pubDate>
    <dc:creator>bigbrovar</dc:creator>
    <dc:date>2013-05-23T09:07:38Z</dc:date>
    <item>
      <title>Alfresco won't start after reboot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279897#M233027</link>
      <description>Hi guys, I would really appreciate if someone can help me here. I installed alfresco community ed 4.2c on a ubuntu 12.04 server. everything went well during the install and I was able to create users and even setup mod_jk redirect. However when I started the server this morning.&amp;nbsp; the alfresco page g</description>
      <pubDate>Sun, 19 May 2013 11:55:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279897#M233027</guid>
      <dc:creator>bigbrovar</dc:creator>
      <dc:date>2013-05-19T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't start after reboot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279898#M233028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your previous instance has not been shutdown fully&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from the log file&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;nested exception is java.rmi.server.ExportException: Port already in use:&lt;BR /&gt;50500; nested exception is:&lt;BR /&gt;java.net.BindException: Address already in use&lt;BR /&gt;at&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;find the running process and kill them &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or just restart the machine (dirty and fast method) &lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 May 2013 12:10:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279898#M233028</guid>
      <dc:creator>bisana</dc:creator>
      <dc:date>2013-05-19T12:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't start after reboot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279899#M233029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joseph's comment is certainly right.&amp;nbsp; Either tomcat is still running and listening on port 50500, or something else is listening on port 50500.&amp;nbsp; In either case, alfresco won't start.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can do:&amp;nbsp; sudo netstat -anp | grep 50500 | grep LISTEN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that'll show you what process is listening on that port.&amp;nbsp; You could then do, e.g.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps auxw | grep 12345 (if in the netstat it was process 12345 listening on that port).&amp;nbsp; That's either another alfresco instance or possibly just something else listening on 50500.&amp;nbsp; Stop that processes (and moving forward, make sure it doesn't start, maybe remove it via sudo apt-get remove or configure it to listen on another port).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, there's this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: An incompatible version 1.1.22 of the APR based Apache Tomcat Native library is installed, while Tomcat requires version 1.1.24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you fix the 50500 issue and tomcat still won't start, look into this.&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 02:31:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279899#M233029</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2013-05-20T02:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't start after reboot</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279900#M233030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Finally fixed the problem. It had something to do with some error I made during installation regarding the data.root is located. I had to do a reinstall before I even figured this out. Its working now though. Thanks to everyone.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:07:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-start-after-reboot/m-p/279900#M233030</guid>
      <dc:creator>bigbrovar</dc:creator>
      <dc:date>2013-05-23T09:07:38Z</dc:date>
    </item>
  </channel>
</rss>

