<?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 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/35688#M18762</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 just installed Activity 5.1 and here are my feedbacks:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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 latest tomcat (6.0.30), so I set in build.properties for tomcat the following: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tomcat.version=6.0.30&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ran ant demo.start (I installed the latest ant 1.8.2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The script run successfully, however the following happened:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Under ${actviti.home}/apps&amp;nbsp; I have&lt;/SPAN&gt;&lt;STRONG&gt; two directories&lt;/STRONG&gt;&lt;SPAN&gt;: apache-tomcat-6.0.29 and apache-tomcat-6.0.30. Both contain data. Seems like you have some hardcoded tomcat version somewhere in a script and ignore what is set in build.properties.&amp;nbsp; (see attached screenshot)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately all logs have a size of 0 bytes in the tomcat/logs directory so I have no output of the exceptions thrown. But there was one saying it failed to connect to h2 database. Since I configured postgres, it should not try h2 at all!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I imported the projects into Eclipse (I use 3.6 Helios JEE edition) there where some libs missing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;antlr-2.7.7.jar should be in libs-test for projects activiti-engine-examples, activiti-groovy-examples and activiti-jpa-examples. In activiti-spring-examples there is missing &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description&amp;nbsp;&amp;nbsp;&amp;nbsp;Resource&amp;nbsp;&amp;nbsp;&amp;nbsp;Path&amp;nbsp;&amp;nbsp;&amp;nbsp;Location&amp;nbsp;&amp;nbsp;&amp;nbsp;Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Project 'activiti-spring-examples' is missing required library: 'libs-test/spring-orm-3.0.3.RELEASE.jar'&amp;nbsp;&amp;nbsp;&amp;nbsp;activiti-spring-examples&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Build path&amp;nbsp;&amp;nbsp;&amp;nbsp;Build Path Problem&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where can I get this jar file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And then a question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tomcat installed as a service independent from activiti, since I use it for many other apps too. I built activiti and copied all activiti* webapps to my standard tomcat webapps directory. Some of the apps work,some don't like the designer. What do I need to do to correctly deploy the samples to another tomcat instance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for your feedbacks&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 08:22:22 GMT</pubDate>
    <dc:creator>tbednarz</dc:creator>
    <dc:date>2011-02-01T08:22:22Z</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>

