<?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: Tomcat failure after patch in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293390#M246520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 May 2014 20:40:21 GMT</pubDate>
    <dc:creator>kruger</dc:creator>
    <dc:date>2014-05-01T20:40:21Z</dc:date>
    <item>
      <title>Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293369#M246499</link>
      <description>Hello. I had problems with google.docs when working in /share. So i found this topic https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/integration-other-systems/google-docs-cannotAs it was mentioned in it, I downloaded from here:http://wiki.alfresco.com/wiki/Community</description>
      <pubDate>Wed, 30 Apr 2014 11:22:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293369#M246499</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T11:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293370#M246500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to copy those files back and run this script again. So now Tocat is dead (it works on the server but not online):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Status 404 - /share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;type Status report&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;message /share/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;description The requested resource is not available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apache Tomcat/7.0.30&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:25:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293370#M246500</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T11:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293371#M246501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These are my log files that might help &lt;/SPAN&gt;&lt;A href="https://dl.dropboxusercontent.com/u/64522711/logs.rar" rel="nofollow noopener noreferrer"&gt;https://dl.dropboxusercontent.com/u/64522711/logs.rar&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:39:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293371#M246501</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T11:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293372#M246502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This script deleted some folders. It seems that they were important)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:24:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293372#M246502</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T12:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293373#M246503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So I installed a clean alfresco and ran this script again - same result. it deletes some folders wich are not made afterwords&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;here is the script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;@echo off&lt;BR /&gt;rem ——-&lt;BR /&gt;rem Script for apply AMPs to installed WAR&lt;BR /&gt;rem ——-&lt;BR /&gt;&lt;BR /&gt;set ALF_AMP_PARAMS=&lt;BR /&gt;set ALF_AMP_NOWAIT=&lt;BR /&gt;&lt;BR /&gt;:ParamsLoop&lt;BR /&gt;if "%~1"=="" goto ParamsLoopContinue&lt;BR /&gt;if "%~1"=="nowait" shift &amp;amp; set ALF_AMP_NOWAIT=yes&amp;amp; goto ParamsLoop&lt;BR /&gt;set ALF_AMP_PARAMS=%ALF_AMP_PARAMS% %1&lt;BR /&gt;shift&lt;BR /&gt;goto :ParamsLoop&lt;BR /&gt;&lt;BR /&gt;:ParamsLoopContinue&lt;BR /&gt;set ALF_HOME=D:\Alfresco&lt;BR /&gt;set JAVA_HOME="D:\Alfresco\java"&lt;BR /&gt;set CATALINA_HOME=%ALF_HOME%\tomcat&lt;BR /&gt;&lt;BR /&gt;:start&lt;BR /&gt;echo This script will apply all the AMPs in %ALF_HOME%\amps to the alfresco.war and all the AMPs in %ALF_HOME%\amps_share to the share.war in %CATALINA_HOME%\webapps&lt;BR /&gt;if "%ALF_AMP_NOWAIT%" == "yes" goto nowait1&lt;BR /&gt;echo Press control-c to stop this script . . .&lt;BR /&gt;pause&lt;BR /&gt;:nowait1&lt;BR /&gt;"%JAVA_HOME%\bin\java" -jar "%ALF_HOME%\bin\alfresco-mmt.jar" install "%ALF_HOME%\amps" "%CATALINA_HOME%\webapps\alfresco.war" -directory%ALF_AMP_PARAMS%&lt;BR /&gt;"%JAVA_HOME%\bin\java" -jar "%ALF_HOME%\bin\alfresco-mmt.jar" list "%CATALINA_HOME%\webapps\alfresco.war"&lt;BR /&gt;"%JAVA_HOME%\bin\java" -jar "%ALF_HOME%\bin\alfresco-mmt.jar" install "%ALF_HOME%\amps_share" "%CATALINA_HOME%\webapps\share.war" -directory%ALF_AMP_PARAMS%&lt;BR /&gt;"%JAVA_HOME%\bin\java" -jar "%ALF_HOME%\bin\alfresco-mmt.jar" list "%CATALINA_HOME%\webapps\share.war"&lt;BR /&gt;echo .&lt;BR /&gt;echo About to clean out %ALF_HOME%/tomcat/webapps/alfresco directory and temporary files…&lt;BR /&gt;if "%ALF_AMP_NOWAIT%" == "yes" goto nowait2&lt;BR /&gt;pause&lt;BR /&gt;:nowait2&lt;BR /&gt;set ALF_AMP_PARAMS=&lt;BR /&gt;set ALF_AMP_NOWAIT=&lt;BR /&gt;rmdir /S /Q "%CATALINA_HOME%\webapps\alfresco"&lt;BR /&gt;rmdir /S /Q "%CATALINA_HOME%\webapps\share"&lt;BR /&gt;call "%ALF_HOME%\bin\clean_tomcat.bat"&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;/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;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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It also trigers clean_tomcat script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rem @echo off&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rem ———————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rem Script to clean Tomcat temp files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rem ———————————&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;set ALF_HOME=D:\Alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set CATALINA_HOME=%ALF_HOME%\tomcat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;echo Cleaning temporary Alfresco files from Tomcat…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rmdir /S /Q "%CATALINA_HOME%\temp\Alfresco" "%CATALINA_HOME%\work\Catalina\localhost\alfresco"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rmdir /S /Q "%CATALINA_HOME%\work\Catalina\localhost\share"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rmdir /S /Q "%CATALINA_HOME%\work\Catalina\localhost\awe"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rmdir /S /Q "%CATALINA_HOME%\work\Catalina\localhost\wcmqs"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;\code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 12:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293373#M246503</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T12:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293374#M246504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see that I sould have stoped tomcat before executin apply_amps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But how to restore ut now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 14:26:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293374#M246504</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T14:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293375#M246505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I stoped the base ones more and tried this apply_amps again. So now localhost:8080/share/ starts but with old interface pre 4.0 but localhost:8080/alfresco/ gives 404 error&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My passwords are not working. non of my users or admin can enter. I tried the password I used when installed alfresco but none of them works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cant even perform a backup script =(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried search. I saw many people with this problem but no one helped them. Alfresco reinstall could help but thats not an option for me due to database not backed up for 3 months=(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that no one reads this forums anymore? =(&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 14:48:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293375#M246505</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T14:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293376#M246506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only thing I can do is to connect to postgre via cmd but that doesnt helps me to make a back up (((&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 14:50:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293376#M246506</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T14:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293377#M246507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is nothing wrong with this script .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is how amp works in alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.There must be a&amp;nbsp; alfresco.war in your tomcat webapps directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.apply_amps script will installs the given AMP(s) file into a the alfresco WAR file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.remvoe directory "%CATALINA_HOME%\webapps\alfresco ,make sure the patch will work&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.when tomcat restart ,it will unpack the alfresco war file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So before you run apply_amps script ,you must first stop your tomcat server.after running apply_amps script ,restart tomcat .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will work fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 14:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293377#M246507</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-30T14:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293378#M246508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your log file is showing an error loading java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory from one of your custom libraries moldavia-rem.jar.&amp;nbsp;&amp;nbsp;&amp;nbsp; That's very strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the apply amps script backs up the war file before applying changes so you should be able to simply revert to the saved amp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your posts above are very vague.&amp;nbsp;&amp;nbsp; What files and folders have you been changing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 15:19:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293378#M246508</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-30T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293379#M246509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I performed this aply_amps script several times so i dont think i can restore them(&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed google.doc amps but then tried to put the old ones back and perform apply_amps once more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing else was done&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 15:32:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293379#M246509</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T15:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293380#M246510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I understand that alfresco needed to be stoped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i didnt stoped it. So what to do now?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 15:34:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293380#M246510</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T15:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293381#M246511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We need to understand what went wrong on your first posting.&amp;nbsp;&amp;nbsp;&amp;nbsp; Although running apply amps on a running system is not advisable it shouldn't cause damage.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may like to install another instance of alfresco so you can compare the files below the webapp/alfresco and webapp/share to see what's missing.&amp;nbsp;&amp;nbsp; Also look in your alfresco.log file to get diagnostoic information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The good news is that your database and content haven't been touched so your data is safe.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 15:59:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293381#M246511</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-30T15:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293382#M246512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every time you excecuted apply_amps script ,alfresco will make a backup of the war,so there are several file named alfresco.war-****.bak.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1.stop tomcat server,and rename the oldest one to alfresco .war in "%CATALINA_HOME%\webapps directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.excecut apply_amps script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3.start your tomcat server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 16:02:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293382#M246512</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-30T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293383#M246513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to check the missing files on other computer. I installed 2 ver. Of alfresco. On one of them i ran the script to cause the same damage. I found some folders were empty on the damaged version. I checked folders that r specified in the clean_tomcat %CATALINA_HOME%\work\Catalina\localhost\share"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This folder was empty.and some others&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to simply copy the files from the working app but ot didnt help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Glad to hear my db is not damaged! Tnx for your asist&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 16:05:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293383#M246513</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293384#M246514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The work folders contain temporary stuff.&amp;nbsp; Their contents should not matter.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You still haven't given us details of "the damage".&amp;nbsp;&amp;nbsp; What do you think is wrong?&amp;nbsp;&amp;nbsp;&amp;nbsp; And if you know that then repair is easy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 18:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293384#M246514</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-30T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293385#M246515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So as kaynezhang said I found the oldest alfresco.war and share.war bak, renamed them, stoped tomcat, executed apply_amps script and restarted the server. It did not help. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I installed alfresco on the win7 and checked the tomcat\webapps\alfresco\ folder. It seems that everything is the same with my damaged base. The only folder that is missing on my damaged base is \tomcat\webapps\alfresco\WEB-INF\attachments but I dont think it is important&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to delete \tomcat\webapps\alfresco\ so that tomcat could create a new one, but still no success.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to delete also \webapps\share\ folder. no effect (&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I still get to the same problem:&amp;nbsp; I cannot enter db or localhost:8080/alfresco/ only /share/. I have pass problems + the skin of alfresco is light (wich is set by default) where as my alfresco had blue theme. So maby tomcat created some kind of a new base and tries to connect to the wrong one? I have no clue. Mby I can send some more reports for advise on what to try next?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 21:07:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293385#M246515</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-04-30T21:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293386#M246516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried to restore the old alfresco/share war bak file without applying amps to it. There maybe something wrong with your original alfresco/share war package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From your previous log file ,it seems you are missing some jar package,for example apache common logging.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory&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>Wed, 30 Apr 2014 23:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293386#M246516</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-30T23:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293387#M246517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;kaynezhang&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont really no how can I restore .jar without using aply_amps script. Can you help me on that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If some .jar files r missing, mby I should search for them on the clean install and then copy them to my base?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 08:15:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293387#M246517</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-05-01T08:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Tomcat failure after patch</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293388#M246518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mby I can give access to my server via teamviewer to find the solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 08:48:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/tomcat-failure-after-patch/m-p/293388#M246518</guid>
      <dc:creator>kruger</dc:creator>
      <dc:date>2014-05-01T08:48:12Z</dc:date>
    </item>
  </channel>
</rss>

