<?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: Random tasks generating on new install in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140294#M98270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you do disable the demo content creation, is there any way to create a user before starting up?&amp;nbsp; (ie. if you don't have kermit / fozzy / gonzo, how do you log in when you first fire it up?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to get around it by turning off the demo content creation except for demo users, and then creating other users before getting rid of the demo users and groups – but seems like there should be a simpler way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Aug 2013 18:15:23 GMT</pubDate>
    <dc:creator>bmarkmann</dc:creator>
    <dc:date>2013-08-13T18:15:23Z</dc:date>
    <item>
      <title>Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140287#M98263</link>
      <description>Hi,I've installed Alfresco CE 4.2.c on a CentOS 6.4 64-bit server.&amp;nbsp; I've updated Alfresco to use MySql Server (5.169) as the database .I've also downloaded and installed Activity 5.13 to the same server and configured it to use the same MySql database.&amp;nbsp; (By installed, I mean that I copied to explore</description>
      <pubDate>Mon, 29 Jul 2013 18:14:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140287#M98263</guid>
      <dc:creator>john7201</dc:creator>
      <dc:date>2013-07-29T18:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140288#M98264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have this annoying problem too. If anyone knows what is going on… My DB is SQLServer 2012.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 13:42:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140288#M98264</guid>
      <dc:creator>vercettistate</dc:creator>
      <dc:date>2013-07-31T13:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140289#M98265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured out a possible solution. If you use the REST API to deploy process you must delete the following lines in WEB-INF/classes/activiti-context.xml, inside activiti-rest.war&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;bean id="demoDataGenerator" class="org.activiti.rest.demo.DemoDataGenerator"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; init-method="init"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="processEngine" ref="processEngine" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;property name="createDemoUsersAndGroups" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="createDemoProcessDefinitions" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="createDemoModels" value="true" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/bean&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This lines are responsable to generate demo/random data in the database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works here. Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jul 2013 18:21:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140289#M98265</guid>
      <dc:creator>vercettistate</dc:creator>
      <dc:date>2013-07-31T18:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140290#M98266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is indeed the case. See &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#activiti.setup.database" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#activiti.setup.database&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 13:50:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140290#M98266</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-08-01T13:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140291#M98267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; I do remember seeing those instructions when I setup the database - and I indeed forgot to make those changes.&amp;nbsp; Any advice on removing the generated data.&amp;nbsp; I can complete the regular process tasks to get them output of the inbox/queue, but the ones with the Latin titles throw the 'Warning: UserID is null' message and I cannot take any action on them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again for your help…. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Aug 2013 15:32:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140291#M98267</guid>
      <dc:creator>john7201</dc:creator>
      <dc:date>2013-08-01T15:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140292#M98268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Was able to delete demo tasks directly through MySql.&amp;nbsp; Set all demo options to false in both the activiti-standalone-context.xml and activiti-context.xml.&amp;nbsp; Demo tasks no longer show up, but the ones with the random Latin phrases still get generated with each restart.&amp;nbsp; Any other thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 20:11:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140292#M98268</guid>
      <dc:creator>john7201</dc:creator>
      <dc:date>2013-08-02T20:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140293#M98269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you do the same for the REST web app (if you have it running?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Aug 2013 13:58:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140293#M98269</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-08-07T13:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140294#M98270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you do disable the demo content creation, is there any way to create a user before starting up?&amp;nbsp; (ie. if you don't have kermit / fozzy / gonzo, how do you log in when you first fire it up?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to get around it by turning off the demo content creation except for demo users, and then creating other users before getting rid of the demo users and groups – but seems like there should be a simpler way.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Aug 2013 18:15:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140294#M98270</guid>
      <dc:creator>bmarkmann</dc:creator>
      <dc:date>2013-08-13T18:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140295#M98271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same issue. I was able to deactivate the demo data creation for the processes and models, but these random tasks are still created with every startup. They cause exceptions in the explorer when opened and I can't even delete the in my MySQL Workbench. Is there a way to prevent their creation?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 07:33:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140295#M98271</guid>
      <dc:creator>bdietz</dc:creator>
      <dc:date>2013-11-22T07:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Random tasks generating on new install</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140296#M98272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Remove the demoDataGenerator bean from the applicationContext.xml file in the webapp…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 08:58:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/random-tasks-generating-on-new-install/m-p/140296#M98272</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-05T08:58:30Z</dc:date>
    </item>
  </channel>
</rss>

