<?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 run after server loses power in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246475#M199605</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using windows. For linux, you may find similar commands.&lt;BR /&gt;1. In MS-DOS, send command "netstat -ao". You can get network information for all processes.&lt;BR /&gt;2. Find out the one using port 1098, get the PID.&lt;BR /&gt;3. Find out the process with the PID you just run this(3660 is example PID) command "taskkill /F /PID 3660".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 14:25:17 GMT</pubDate>
    <dc:creator>jamil</dc:creator>
    <dc:date>2017-02-13T14:25:17Z</dc:date>
    <item>
      <title>Alfresco won't run after server loses power</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246472#M199602</link>
      <description>Alfresco-3.4.dMySQLCentOSAlfresco was running fine but when our server lost power, after the system was brought back up, Alfresco wouldn’t run. The Share page error after attempting to login is "The remote server may be unavailable or your authentication details have not been recognized"and the alfr</description>
      <pubDate>Thu, 16 Jun 2011 15:43:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246472#M199602</guid>
      <dc:creator>statman99</dc:creator>
      <dc:date>2011-06-16T15:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't run after server loses power</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246473#M199603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the error you need to worry about. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;11:07:56,068 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: 50500; nested exception is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;java.net.BindException: Address already in use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Usually it happens because you are trying to run two instances of alfresco at once.&amp;nbsp;&amp;nbsp; It can also happen if something else grabs that port.&amp;nbsp;&amp;nbsp; Either find out what's using it and shut it down or move alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also please note that you should not be hacking files witin WEB-INF that may be the cause of your other configuration errors.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2011 20:58:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246473#M199603</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2011-06-16T20:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't run after server loses power</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246474#M199604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I rebooted the system and used&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ps -e&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to see if there were any other instances of Alfresco. There was only one java CMD with PID 2444 running so that must be Alfresco. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried netstat to see if another program is using 50500. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tcp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 ::ffff:127.0.0.1:50500&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LISTEN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2444/java&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2444 is Alfresco's pid so I assume Alfresco does have port 50500?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error messages themselves state&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried both FULL and AUTO from the default VALIDATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Ensure that the 'dir.root' property is pointing to the correct data location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So i changed it to an explicit location&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried it with the original settings as well and the error messages are the same. I only went into the WEB-INF files when Alfresco wasn't working and did the editing as per the suggestions of error messages themselves.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2011 23:05:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246474#M199604</guid>
      <dc:creator>statman99</dc:creator>
      <dc:date>2011-06-17T23:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco won't run after server loses power</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246475#M199605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using windows. For linux, you may find similar commands.&lt;BR /&gt;1. In MS-DOS, send command "netstat -ao". You can get network information for all processes.&lt;BR /&gt;2. Find out the one using port 1098, get the PID.&lt;BR /&gt;3. Find out the process with the PID you just run this(3660 is example PID) command "taskkill /F /PID 3660".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:25:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-won-t-run-after-server-loses-power/m-p/246475#M199605</guid>
      <dc:creator>jamil</dc:creator>
      <dc:date>2017-02-13T14:25:17Z</dc:date>
    </item>
  </channel>
</rss>

