<?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: 1.4 to 2.1 Migration failing in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149217#M104220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As described at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/General_Upgrade_Process" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/General_Upgrade_Process&lt;/A&gt;&lt;SPAN&gt;, it's not recommended to do an in-place upgrade of the Alfresco binaries, since this results in a newer version of Alfresco that's configured with old configuration files (Spring application contexts).&amp;nbsp; As described on that page, a better approach is to install the new version of Alfresco from scratch, then configure it to use the original repository (or better yet a copy of it, to facilitate rollback in the event of problems during the upgrade process).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now as to the specific symptoms you're seeing, they do look like file permission issues, probably somewhere within the /opt/jboss tree (although the exact location depends on how the JBoss startup scripts set the current working directory before starting the JVM - something I don't recall off the top of my head).&amp;nbsp; Did you recursively apply 777 permissions to everything underneath /opt/jboss?&amp;nbsp; Is the user that owns /opt/jboss being used to start JBoss as well? Also, can you print out the current working directory in the JBoss startup scripts, immediately prior to the JVM being started?&amp;nbsp; That may give some better ideas about where that log file is attempting to be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Mar 2008 23:27:23 GMT</pubDate>
    <dc:creator>pmonks</dc:creator>
    <dc:date>2008-03-23T23:27:23Z</dc:date>
    <item>
      <title>1.4 to 2.1 Migration failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149216#M104219</link>
      <description>Hi,I am upgrading our existing Alfresco 1.4 environment to Alfresco 2.1. The system environment is JBoss 4.2.2 with JDK 1.5, Linux (Red Hat Enterprise Linux 4), and Oracle 10.2In theory, all we need to do is place the updated alfresco.war in the deploy directory and Alfresco will perform the necessa</description>
      <pubDate>Sat, 22 Mar 2008 22:21:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149216#M104219</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-03-22T22:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4 to 2.1 Migration failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149217#M104220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As described at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/General_Upgrade_Process" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/General_Upgrade_Process&lt;/A&gt;&lt;SPAN&gt;, it's not recommended to do an in-place upgrade of the Alfresco binaries, since this results in a newer version of Alfresco that's configured with old configuration files (Spring application contexts).&amp;nbsp; As described on that page, a better approach is to install the new version of Alfresco from scratch, then configure it to use the original repository (or better yet a copy of it, to facilitate rollback in the event of problems during the upgrade process).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now as to the specific symptoms you're seeing, they do look like file permission issues, probably somewhere within the /opt/jboss tree (although the exact location depends on how the JBoss startup scripts set the current working directory before starting the JVM - something I don't recall off the top of my head).&amp;nbsp; Did you recursively apply 777 permissions to everything underneath /opt/jboss?&amp;nbsp; Is the user that owns /opt/jboss being used to start JBoss as well? Also, can you print out the current working directory in the JBoss startup scripts, immediately prior to the JVM being started?&amp;nbsp; That may give some better ideas about where that log file is attempting to be created.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 23:27:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149217#M104220</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-03-23T23:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4 to 2.1 Migration failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149218#M104221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did apply 777 permissions recursively to the /opt/jboss directory. The 'jboss' user is also the owner, and I did ensure that it was also the owner of the alf_data directory and the /tmp/Alfresco directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I launched JBoss as the jboss user. The current working directory is /opt/jboss/bin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was also able to get Alf 2.1 working only if I wiped out the alf_data directory AND the database schemas (meaning it worked with the configuration files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the delay in responding - I accidentally wiped out my system and only recently got it working!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 01:20:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149218#M104221</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-03-26T01:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4 to 2.1 Migration failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149219#M104222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe I may have resolved the issue. The key to the problem was indeed the current working directory. I now noticed I was not in /opt/jboss/bin, I was in a different directory. Once I switched to /opt/jboss/bin (or any directory where 'jboss' had write permissions), then the upgrade would work fantastically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time. I hope this helps other Alfresco users in the future!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 17:58:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149219#M104222</guid>
      <dc:creator>curious_george</dc:creator>
      <dc:date>2008-03-26T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4 to 2.1 Migration failing</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149220#M104223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Good find!&amp;nbsp; And thanks for replying with the solution - it's great to share this stuff with everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Peter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 20:10:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-to-2-1-migration-failing/m-p/149220#M104223</guid>
      <dc:creator>pmonks</dc:creator>
      <dc:date>2008-03-26T20:10:06Z</dc:date>
    </item>
  </channel>
</rss>

