<?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 'new instance of CacheManager' failure in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/new-instance-of-cachemanager-failure/m-p/101176#M70208</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;I am trying to setup Alfresco 2.0 with Tomcat 5.5. I thought I had all the pre-requisites installed, but it still doesn't start. The error I'm getting is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;16:03:38,869 ERROR [web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'schemaBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'patch.schemaUpdateScript-V1.4-1' while setting property 'preUpdateScriptPatches[0]'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'patch.schemaUpdateScript-V1.4-1' defined in file [/usr/local/tomcat5.5/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'patchComponent' while setting property 'patchService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'patchComponent' defined in file [/usr/local/tomcat5.5/webapps/alfresco/WEB-INF/classes/alfresco/patch/patch-services-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'descriptorComponent' while setting property 'descriptorService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'descriptorComponent' defined in class path resource [alfresco/bootstrap-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'systemBootstrap' while setting property 'systemBootstrap'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'systemBootstrap' defined in class path resource [alfresco/bootstrap-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'importerComponent' while setting property 'importerService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'importerComponent' defined in class path resource [alfresco/import-export-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'NodeService' while setting property 'nodeService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'NodeService_security' defined in class path resource [alfresco/public-services-security-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'accessDecisionManager' while setting property 'accessDecisionManager'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'accessDecisionManager' defined in class path resource [alfresco/public-services-security-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'aclEntryVoter' while setting property 'decisionVoters[2]'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'aclEntryVoter' defined in class path resource [alfresco/public-services-security-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'permissionService' while setting property 'permissionService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'permissionService' defined in class path resource [alfresco/public-services-security-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'permissionServiceImpl' while setting property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'permissionServiceImpl' defined in class path resource [alfresco/public-services-security-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'authorityService' while setting property 'authorityService'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'authorityService' defined in class path resource [alfresco/authority-services-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'authorityDAO' while setting property 'authorityDAO'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'authorityDAO' defined in class path resource [alfresco/authority-services-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'userToAuthorityCache' while setting property 'userToAuthorityCache'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'userToAuthorityCache' defined in class path resource [alfresco/cache-context.xml]:&lt;BR /&gt;Can't resolve reference to bean 'transactionalEHCacheManager' while setting property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException:&lt;BR /&gt;Error creating bean with name 'transactionalEHCacheManager' defined in class path resource [alfresco/cache-context.xml]:&lt;BR /&gt;Initialization of bean failed; nested exception is net.sf.ehcache.CacheException:&lt;BR /&gt;Cannot parseConfiguration CacheManager. Attempt to create a new instance of CacheManager using the diskStorePath "/usr/local/tomcat5.5/temp" which is already used by an existing CacheManager.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that the solution could be something like in alfresco/cache-context.xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://issues.appfuse.org/browse/APF-422;jsessionid=aM6A1hADYj5dK-8KLa?page=all" rel="nofollow noopener noreferrer"&gt;http://issues.appfuse.org/browse/APF-422;jsessionid=aM6A1hADYj5dK-8KLa?page=all&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I didn't get a working configuration. Anybody with suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edwin&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Edwin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 06:59:10 GMT</pubDate>
    <dc:creator>mavetju</dc:creator>
    <dc:date>2007-05-14T06:59:10Z</dc:date>
    <item>
      <title>'new instance of CacheManager' failure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-instance-of-cachemanager-failure/m-p/101176#M70208</link>
      <description>Hi,I am trying to setup Alfresco 2.0 with Tomcat 5.5. I thought I had all the pre-requisites installed, but it still doesn't start. The error I'm getting is:16:03:38,869 ERROR [web.context.ContextLoader] Context initialization failed org.springframework.beans.factory.BeanCreationException:Error crea</description>
      <pubDate>Mon, 14 May 2007 06:59:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-instance-of-cachemanager-failure/m-p/101176#M70208</guid>
      <dc:creator>mavetju</dc:creator>
      <dc:date>2007-05-14T06:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: 'new instance of CacheManager' failure</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/new-instance-of-cachemanager-failure/m-p/101177#M70209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Am looking for a solution to this problem too, did you find a solution?&amp;nbsp; How do I get my system up now &lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;.&amp;nbsp; I am only getting this when trying to use NTLM authentication on Version 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 09:18:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/new-instance-of-cachemanager-failure/m-p/101177#M70209</guid>
      <dc:creator>prajjwal</dc:creator>
      <dc:date>2007-07-02T09:18:10Z</dc:date>
    </item>
  </channel>
</rss>

