<?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 Table already exists [RESOLVED] in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35720#M18785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to get Activiti installed. After following the advice in &lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=3&amp;amp;t=440&amp;amp;p=1773&amp;amp;hilit=proxy#p1773" rel="nofollow noopener noreferrer"&gt;this post&lt;/A&gt;&lt;SPAN&gt;, by deleting the runtime and test library folders, it actually downloads everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I receive a SQL exception that the tables already exist:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;db.create.engine:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [sql] Executing resource: org/activiti/db/create/activiti.h2.create.sql&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [sql] Failed to execute:&amp;nbsp; create table ACT_GE_PROPERTY ( NAME_ varchar(64)&lt;BR /&gt;, VALUE_ varchar(300), REV_ integer, primary key (NAME_) )&lt;BR /&gt;&lt;BR /&gt;BUILD FAILED&lt;BR /&gt;C:\activiti-5.0.rc1\setup\build.xml:180: org.h2.jdbc.JdbcSQLException: Table "AC&lt;BR /&gt;T_GE_PROPERTY" already exists; SQL statement:&lt;BR /&gt; create table ACT_GE_PROPERTY ( NAME_ varchar(64), VALUE_ varchar(300), REV_ int&lt;BR /&gt;eger, primary key (NAME_) ) [42101-124]&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 am guessing this is due to a failed installation previously. How can I clear out the h2 database?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also noticed that a java persists after the build script fails. I know this is h2 because if I restart the build script it says port in use and it cannot bind. (The port used for h2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the demo script and toolchain is quite complicated for what you are trying to accomplish and seems to be prone to falling over if the environment has a proxy or if the installation fails.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Nov 2010 10:29:28 GMT</pubDate>
    <dc:creator>experimental</dc:creator>
    <dc:date>2010-11-22T10:29:28Z</dc:date>
    <item>
      <title>Table already exists [RESOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35720#M18785</link>
      <description>I am trying to get Activiti installed. After following the advice in this post, by deleting the runtime and test library folders, it actually downloads everything.I receive a SQL exception that the tables already exist:db.create.engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [sql] Executing resource: org/activiti/db/create/activiti.</description>
      <pubDate>Mon, 22 Nov 2010 10:29:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35720#M18785</guid>
      <dc:creator>experimental</dc:creator>
      <dc:date>2010-11-22T10:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table already exists [RESOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35721#M18786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try running 'ant db.drop' to clear the tables and run the demo.setup again, this should do the trick.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To make sure H2 is stopped, you can run 'ant demo.teardown'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 10:48:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35721#M18786</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2010-11-22T10:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table already exists [RESOLVED]</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35722#M18787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The demo-setup has been reviewed and no longer uses maven, which can cause some issues depending on the environment (proxy etc.) and render the setup in a "stale" state when downloading dependencies failed the first time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 10:52:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/table-already-exists-resolved/m-p/35722#M18787</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2010-11-22T10:52:44Z</dc:date>
    </item>
  </channel>
</rss>

