<?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: Installation Feedback Version 5.1  --- Bugs?? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35690#M18764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you install the demo first with database set to H2 before changing it to prostgres?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I first created the postgres db and account, changed the properties file and then started the build with ant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If so, best is to clean the demo up when changing the db-setting, run "ant demo.stop" (if still running) and "ant demo.clean".&lt;BR /&gt;This should solve the tomcat-version issue as well I presume, if not, please let us know.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a clean and a re-install too. It did not change anything. I think it should be easy to reproduce. Simply set the tomcat version to 6.0.30. It does the download correctly, it simply looks to me like a hardcoded version is lurking somewhere in a xml file…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the rest, I will download the spring-orm and I will try the deployment to a different instance of tomcat. Thank you for your help with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Feb 2011 10:09:08 GMT</pubDate>
    <dc:creator>tbednarz</dc:creator>
    <dc:date>2011-02-01T10:09:08Z</dc:date>
    <item>
      <title>Installation Feedback Version 5.1  --- Bugs??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35688#M18762</link>
      <description>Hi,I just installed Activity 5.1 and here are my feedbacks:I use Postgres 8.4 database server. Therefore I changed build.properties and also build.postgres.properties. For development, testing etc I work on a Windows 7 32-bit Workstation with 3 GB RAM. I run Sun JDK (1.6.0_22-b04). I wanted the late</description>
      <pubDate>Tue, 01 Feb 2011 08:22:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35688#M18762</guid>
      <dc:creator>tbednarz</dc:creator>
      <dc:date>2011-02-01T08:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Feedback Version 5.1  --- Bugs??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35689#M18763</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;Did you install the demo first with database set to H2 before changing it to prostgres? If so, best is to clean the demo up when changing the db-setting, run "ant demo.stop" (if still running) and "ant demo.clean".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This should solve the tomcat-version issue as well I presume, if not, please let us know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Missing spring-orm can be found in maven (&lt;/SPAN&gt;&lt;A href="http://mvnrepository.com/artifact/org.springframework/spring-orm/3.0.3.RELEASE" rel="nofollow noopener noreferrer"&gt;http://mvnrepository.com/artifact/org.springframework/spring-orm/3.0.3.RELEASE&lt;/A&gt;&lt;SPAN&gt;), we'll look into that to see if there is an issue with the inclusion of this library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The webapps can be deployed to another tomcat without a problem. What needs to be altered for the webapps (cycle, explorer, probe) is the endpoint-configuration to use (should point to REST, default is localhost:8080) if your hostname/port is different. This can be done in the surf.xml in the WEB-INF folder of the webapps:&lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;!– The activiti REST API endpoint –&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;activiti-rest-endpoint&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Activiti REST Endpoint&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Access to Activiti REST webapp&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connector-id&amp;gt;activiti-rest&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint-url&amp;gt;&lt;A href="http://localhost:8080/activiti-rest/service" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-rest/service&lt;/A&gt;&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basic-auth&amp;gt;true&amp;lt;/basic-auth&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 09:10:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35689#M18763</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-02-01T09:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Feedback Version 5.1  --- Bugs??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35690#M18764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Did you install the demo first with database set to H2 before changing it to prostgres?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;No, I first created the postgres db and account, changed the properties file and then started the build with ant.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;If so, best is to clean the demo up when changing the db-setting, run "ant demo.stop" (if still running) and "ant demo.clean".&lt;BR /&gt;This should solve the tomcat-version issue as well I presume, if not, please let us know.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a clean and a re-install too. It did not change anything. I think it should be easy to reproduce. Simply set the tomcat version to 6.0.30. It does the download correctly, it simply looks to me like a hardcoded version is lurking somewhere in a xml file…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the rest, I will download the spring-orm and I will try the deployment to a different instance of tomcat. Thank you for your help with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 10:09:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35690#M18764</guid>
      <dc:creator>tbednarz</dc:creator>
      <dc:date>2011-02-01T10:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: Installation Feedback Version 5.1  --- Bugs??</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35691#M18765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I downloaded Version 5.2. Regarding my posts above there are no changes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:10:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/installation-feedback-version-5-1-bugs/m-p/35691#M18765</guid>
      <dc:creator>tbednarz</dc:creator>
      <dc:date>2011-02-02T09:10:09Z</dc:date>
    </item>
  </channel>
</rss>

