<?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: [SOLVED] Failed deploying alfresco from war in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231963#M185093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;alfresco-global.properties goes in shared/classes rather than shared/classes/alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Nov 2009 18:12:50 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2009-11-09T18:12:50Z</dc:date>
    <item>
      <title>[SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231960#M185090</link>
      <description>Hi,Since alfresco installation package for linux requires GUI which not suitable for my current situation, I decided to try and deploy alf from the war package (alfresco-community-war-3.2r.zip). My web container is tomcat 6. So I followed the instruction at "Installing and Configuring Alfresco ECM C</description>
      <pubDate>Mon, 09 Nov 2009 13:14:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231960#M185090</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2009-11-09T13:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231961#M185091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you have missed setting the class loader for tomcat 6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Install_Tomcat6" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Install_Tomcat6&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 14:30:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231961#M185091</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-11-09T14:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231962#M185092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes you have missed setting the class loader for tomcat 6.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Install_Tomcat6" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Install_Tomcat6&lt;/A&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply. I dId that but simply forgot to mention it in my original post.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 16:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231962#M185092</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2009-11-09T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231963#M185093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;alfresco-global.properties goes in shared/classes rather than shared/classes/alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Nov 2009 18:12:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231963#M185093</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-11-09T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231964#M185094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;alfresco-global.properties goes in shared/classes rather than shared/classes/alfresco.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay I moved alfresco-global.properties to that location, something seems to happen. The bootstrap process did find my alfresco-global.properties (as shown in the server output), but then it throws a bunch of spring exceptions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;…&lt;BR /&gt;INFO: Starting Servlet Engine: Apache Tomcat/6.0.20&lt;BR /&gt;Nov 10, 2009 2:36:11 AM org.apache.catalina.core.StandardContext addApplicationListener&lt;BR /&gt;INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.&lt;BR /&gt;02:36:18,718&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/repository.properties]&lt;BR /&gt;02:36:18,719&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/transaction.properties]&lt;BR /&gt;02:36:18,720&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertiesFactoryBean] Loading properties file from URL [file:/home/barkah.yusuf/apache-tomcat-6.0.20/shared/classes/alfresco-global.properties]&lt;BR /&gt;02:36:18,882&amp;nbsp; INFO&amp;nbsp; [alfresco.config.JndiPropertyPlaceholderConfigurer] Loading properties file from class path resource [alfresco/alfresco-shared.properties]&lt;BR /&gt;02:36:27,535&amp;nbsp; ERROR [web.context.ContextLoader] Context initialization failed&lt;BR /&gt;org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'indexerComponent' defined in class path resource [alfresco/core-services-context.xml]: Cannot resolve reference to bean '&amp;amp;indexerAndSearcherFactory' while setting bean property 'storeRedirectorProxyFactory'; nested exception is&amp;nbsp; […the nested exceptions is quite long, but the line ends with…] Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'.&amp;nbsp; Cause: com.ibatis.sqlmap.client.SqlMapException: The &amp;lt;sqlMap&amp;gt; resource is missing: alfresco/ibatis/#resource.dialect#/locks-insert-SqlMap.xml&lt;BR /&gt;…&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I reckon that I'm missing ibatis dialect definition for MSSQL server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any other idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 01:54:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231964#M185094</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2009-11-10T01:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231965#M185095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you say you were using SQL Server? SQL server (and other enterprise databases) are only supported in the enterprise edition. Try an enterprise trial.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 08:45:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231965#M185095</guid>
      <dc:creator>dward</dc:creator>
      <dc:date>2009-11-10T08:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: [SOLVED] Failed deploying alfresco from war</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231966#M185096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you say you were using SQL Server? SQL server (and other enterprise databases) are only supported in the enterprise edition. Try an enterprise trial.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I did. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And after two days straight strugling to figure out what went wrong I can finally rest easy now &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the clarification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Could you point me to official page/document that saying which RDBMSs Alfresco Community supports?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 10:52:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/solved-failed-deploying-alfresco-from-war/m-p/231966#M185096</guid>
      <dc:creator>bluearth</dc:creator>
      <dc:date>2009-11-10T10:52:33Z</dc:date>
    </item>
  </channel>
</rss>

