<?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 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62552#M39040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Setup:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* 1.4.0 Enterprise – WAR installation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Oracle 10g enterprise&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Windows XP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Tomcat 5.5.20&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I go to deploy the WAR in tomcat, I get the following stack trace.&amp;nbsp; Note that I previously had 1.3.2 Enterprise, tried upgrading to 1.4.0 with data in the system, and it hung.&amp;nbsp; I subsequently cleaned out my database (dropped/re-created the user), deleted the files on the filesystem and removed all Alfresco temp data from tomcat.&amp;nbsp; Then I went to deploy the 1.4.0 WAR and got the stack trace, so my Alfresco server won't start up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;12:50:59,671 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:448)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.onBootstrap(ImporterBootstrap.java:670)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:54)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:45)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:225)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:323)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3763)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardContext.start(StandardContext.java:4211)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:809)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:497)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1204)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.manager.ManagerServlet.check(ManagerServlet.java:1377)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.manager.HTMLManagerServlet.doPost(HTMLManagerServlet.java:213)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:833)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:639)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1285)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 27; column 48 due to error: Definition {&lt;A href="http://www.alfresco.org/model/content/1.0}homeFolderProvider" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}homeFolderProvider&lt;/A&gt; is not valid; cannot find in Repository dictionary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:171)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:344)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:211)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:429)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; … 43 more&lt;BR /&gt;Caused by: org.alfresco.service.cmr.view.ImporterException: Definition {&lt;A href="http://www.alfresco.org/model/content/1.0}homeFolderProvider" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.org/model/content/1.0}homeFolderProvider&lt;/A&gt; is not valid; cannot find in Repository dictionary&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.view.ViewParser.processStartElement(ViewParser.java:261)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:157)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; … 46 more&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;/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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2006 22:59:07 GMT</pubDate>
    <dc:creator>pitt1</dc:creator>
    <dc:date>2006-11-30T22:59:07Z</dc:date>
    <item>
      <title>1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62552#M39040</link>
      <description>Setup:* 1.4.0 Enterprise – WAR installation* Oracle 10g enterprise* Windows XP* Tomcat 5.5.20When I go to deploy the WAR in tomcat, I get the following stack trace.&amp;nbsp; Note that I previously had 1.3.2 Enterprise, tried upgrading to 1.4.0 with data in the system, and it hung.&amp;nbsp; I subsequently cleaned ou</description>
      <pubDate>Thu, 30 Nov 2006 22:59:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62552#M39040</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2006-11-30T22:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62553#M39041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Issue 1: The hang&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you check that the process was in fact dead, or was the system just performing the upgrade and executing the patches?&amp;nbsp; What was in the log files to indicate that it had hung?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Issue 2: Clean startup&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you extended the model in your 1.3.2 installation?&amp;nbsp; The type not being found is new to 1.4, which seems to indicate that the system is running on a 1.3 content model.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 11:13:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62553#M39041</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-12-01T11:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62554#M39042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Issue 1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Essentially, I let the upgrade run for about an hour (I don't think it should have taken this long, given that I probably had &amp;lt; 300 documents in the system).&amp;nbsp; The log files indicated that for an hour, it was "checking for patches to apply."&amp;nbsp; During this time, my CPU usage was sustained at 100%, and my system (laptop system w/ 2GHZ pentium M, 2GB RAM) was unresponsive.&amp;nbsp; The task manager indicated that tomcat and oracle were taking up most of the cpu.&amp;nbsp; I was finally able to stop the tomcat service, so undoubtedly the install was at an unstable state.&amp;nbsp; Here's my logfile:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;11:25:13,069 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to execute command: imconvert "C:\Program Files\Apache Software Foundation\Tomcat 5.5\temp\Alfresco\ImageMagickContentTransformer_init_source_37203.gif"&amp;nbsp; "C:\Program Files\Apache Software Foundation\Tomcat 5.5\temp\Alfresco\ImageMagickContentTransformer_init_target_37204.png"&lt;BR /&gt;11:25:15,883 WARN&amp;nbsp; [org.alfresco.util.OpenOfficeConnectionTester] A connection to OpenOffice could not be established.&lt;BR /&gt;11:25:21,461 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script: classpath:alfresco/dbscripts/upgrade/1.4/${db.script.dialect}/AlfrescoSchemaUpdate-1.4-1.sql&lt;BR /&gt;11:25:26,118 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script: classpath:alfresco/dbscripts/upgrade/1.4/${db.script.dialect}/AlfrescoSchemaUpdate-1.4-2.sql&lt;BR /&gt;11:25:46,839 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.SchemaBootstrap] Executing database script: C:\Program Files\Apache Software Foundation\Tomcat 5.5\temp\Alfresco\AlfrescoSchemaUpdate-org.hibernate.dialect.OracleDialect-37207.sql&lt;BR /&gt;11:26:02,332 INFO&amp;nbsp; [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: C:\alfresco&lt;BR /&gt;11:26:03,193 INFO&amp;nbsp; [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;STRONG&gt;Issue 2:&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes indeed.&amp;nbsp; I have not taken the opportunity to understand what changes to the content modeling language or the Alfresco content models themselves that have taken place between 1.3.2 and 1.4.&amp;nbsp; I used the exact same custom models in 1.4 as I did in 1.3.2, which I placed in TOMCAT_HOME/shared/classes/alfresco/extension.&amp;nbsp; One of the models actually extends the "cm" model.&amp;nbsp; For 1.3.2 I was instructed to do this by copying the entire "cm" model into my extension folder and making additions.&amp;nbsp; I bet this is exactly the issue I'm having right now–I need to re-copy the 1.4 "cm" model and make my changes again.&amp;nbsp; I'll try this and let you know if it was successful.&amp;nbsp; Perhaps it is the culprit for Issue 1 as well.&amp;nbsp; Strange that I was previously able to do a successful 1.3.2 to 1.4.0 upgrade with the same custom models in place…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 17:53:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62554#M39042</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2006-12-01T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62555#M39043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As I had surmised, the fact that I was overriding the 1.3.2 content model and not the 1.4.0 one was the problem.&amp;nbsp; I made changes to the 1.4.0 model, deleted the 1.3.2 one, and my server started up, although not without seemingly unrelated hiccups, with PermGen out of memory errors and once a runtime Cryptix error when attempting to login as admin.&amp;nbsp; If these problems persist, I'll post another topic about it…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Dec 2006 22:07:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62555#M39043</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2006-12-01T22:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62556#M39044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;With that number of documents, there is definitely something wrong.&amp;nbsp; We've tested several partners' data before the release - most with many more documents than that.&amp;nbsp; If you're happy that the VM memory allocation is correct, I'd recommend contacting support directly and we can arrange to take a look at the data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 10:57:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62556#M39044</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2006-12-04T10:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62557#M39045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately, I am seeing Issue #1 again now that I'm upgrading our central development server.&amp;nbsp; Our central development server configuration is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* RedHat&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Tomcat 5.5.17&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Oracle 10g&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Upgrade to 1.4.0 from 1.3.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Verified that FK indexes were in place on the database before upgrading&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Using extension (in the form of an override) to Alfresco 1.4.0 cm model (this extension has proven to work on many 1.4.0 install tests in the past).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Log message:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;INFO: Deploying web application archive alfresco.war&lt;BR /&gt;12:14:18,036 WARN&amp;nbsp; [alfresco.util.OpenOfficeConnectionTester] A connection to OpenOffice could not be established.&lt;BR /&gt;12:14:21,005 INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Executing database script: classpath:alfresco/dbscripts/upgrade/1.4/${db.script.dialect}/AlfrescoSchemaUpdate-1.4-1.sql&lt;BR /&gt;12:14:23,127 INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Executing database script: classpath:alfresco/dbscripts/upgrade/1.4/${db.script.dialect}/AlfrescoSchemaUpdate-1.4-2.sql&lt;BR /&gt;12:14:33,547 INFO&amp;nbsp; [domain.schema.SchemaBootstrap] Executing database script: /usr/local/apache-tomcat/apache-tomcat-5.5.17/temp/Alfresco/AlfrescoSchemaUpdate-org.hibernate.dialect.Ora&lt;BR /&gt;cleDialect-52929.sql&lt;BR /&gt;12:14:38,032 INFO&amp;nbsp; [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /alfresco/data&lt;BR /&gt;12:14:39,176 INFO&amp;nbsp; [admin.patch.PatchExecuter] Checking for patches to apply …&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;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;It has hung at the point of "checking for patches" for about 20 minutes so far, whereas earlier today, I performed the very same upgrade on my windows desktop with no hang (almost immediately I got a list of patches that were applied and the upgrade continued).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am very concerned about this issue, and want to figure out the root of it before upgrading our production system.&amp;nbsp; Any input is much appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2007 20:35:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62557#M39045</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2007-01-08T20:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62558#M39046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you did "the very same upgrade", was that with the same data as well?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you confirm the memory assigned to the server VM as well as the approximate number of documents in the repository, please.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put debug on for the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;org.alfresco.repo.admin.patch.AbstractPatch&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;During the upgrade, tail the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;./InvalidNameEndingPatch.log&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;./UniqueChildNamePatch.log&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 09:47:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62558#M39046</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-01-09T09:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62559#M39047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;When you did "the very same upgrade", was that with the same data as well?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, the data were different in both cases.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Could you confirm the memory assigned to the server VM as well as the approximate number of documents in the repository, please.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The server VM is allocated 2GB of memory, and the number of documents was only in the hundreds at most.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As for the second bit, I don't know that I can reliably reproduce the error.&amp;nbsp; The outcome of this upgrade was that it did indeed complete after about one hour.&amp;nbsp; It is worth mentioning that after the upgrade did complete and the alfresco server started, several 'invalid property value' errors were reported, in the form:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;Invalid property value: &lt;BR /&gt;&amp;nbsp;&amp;nbsp; Node: archive://SpacesStore/2f5e2a53-741f-11db-bbf0-d14115aac714&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Type: {&lt;A href="http://custommodel.com/1.0}My_Aspect" rel="nofollow noopener noreferrer"&gt;http://custommodel.com/1.0}My_Aspect&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Property: {&lt;A href="http://custommodel.com/1.0}My_Field" rel="nofollow noopener noreferrer"&gt;http://custommodel.com/1.0}My_Field&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Constraint: The value is not an allowed value: foo&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;This was due to the fact that some data was entered with an old content model, and a constraint was later added to an existing property in a new version of it.&amp;nbsp; This could perhaps be the source of the problem–however I did a prior upgrade on my desktop with nearly identical data, the same content models, and the same integrity issues (and even less memory/compute power), and the upgrade did not hang like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can try to reproduce this problem in a controlled environment, but there are no guarantees…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2007 23:29:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62559#M39047</guid>
      <dc:creator>pitt1</dc:creator>
      <dc:date>2007-01-09T23:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: 1.4.0 Enterprise installation error Oracle/WinXP/Tomcat 5.5</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62560#M39048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A few hundred documents should present virtually no impediment to the patch execution.&amp;nbsp; As you mention, the upgrade on another system takes significantly less time.&amp;nbsp; Also, the integrity issue will not be slowing the system down.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would appear that the execution is being slowed down by something more fundamental.&amp;nbsp; In the past, we've seen similar behaviour when the log4j settings are incorrect, causing the system to generate DEBUG messages for every category but not output them.&amp;nbsp; This doesn't happen on Tomcat, though.&amp;nbsp; And it would appear that the log4j settings are correct on your installation.&amp;nbsp; Nevertheless, just ensure that there isn't a massive log file being generated somewhere and check that the log settings are the same between the two installations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The other issue to check would be that the database indexes are present.&amp;nbsp; You mentioned that these had been applied, but it might be worth comparing the schemas between the two upgrades to see if there is any difference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you contact support directly, we would be happy to take it up more formally.&amp;nbsp; It is likely to be a VM, configuration or database issue.&amp;nbsp; We may need to repeat the process in-house with the same environment to find out what where the bottleneck is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 11:11:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/1-4-0-enterprise-installation-error-oracle-winxp-tomcat-5-5/m-p/62560#M39048</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2007-01-15T11:11:18Z</dc:date>
    </item>
  </channel>
</rss>

