<?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: 'Connection Refused' while importing an ACP file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244379#M197509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco version 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know that the connection problem that I have right now is due to lack of the configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to use Alfresco Explorer to import ACP files, but not through the command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In particular, whether the Import Command Line Utility needs the following configuration file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;extensionRoot&amp;gt;/alfresco/extension/custom-connection-pool-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate any help that I can get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Feb 2010 15:39:49 GMT</pubDate>
    <dc:creator>shea</dc:creator>
    <dc:date>2010-02-11T15:39:49Z</dc:date>
    <item>
      <title>'Connection Refused' while importing an ACP file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244378#M197508</link>
      <description>Hi,I am trying to import an ACP file using command line Import utility.Does anyone know how to resolve the following error:11:45:34,269 INFO&amp;nbsp; [org.alfresco.config.SystemPropertiesFactoryBean] Loading properties file from class path resource [alfresco/domain/hibern11:45:54,202 WARN&amp;nbsp; [org.hibernate.cf</description>
      <pubDate>Wed, 10 Feb 2010 19:18:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244378#M197508</guid>
      <dc:creator>shea</dc:creator>
      <dc:date>2010-02-10T19:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: 'Connection Refused' while importing an ACP file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244379#M197509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello there!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using Alfresco version 3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know that the connection problem that I have right now is due to lack of the configuration file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am able to use Alfresco Explorer to import ACP files, but not through the command line.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In particular, whether the Import Command Line Utility needs the following configuration file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;extensionRoot&amp;gt;/alfresco/extension/custom-connection-pool-context.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Appreciate any help that I can get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2010 15:39:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244379#M197509</guid>
      <dc:creator>shea</dc:creator>
      <dc:date>2010-02-11T15:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: 'Connection Refused' while importing an ACP file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244380#M197510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to add the hibernate.dialect value to the hibernate-cfg.properties file, even though it says in the properties file that it wil be detected automatically.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;# The Hibernate Dialect:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; As of V3.1, the dialect is automatically detected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp; It is still possible to set the dialect explicitly, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle9Dialect&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After restarting Alfresco 3.1 and tried the import command line again, I am getting the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;15:30:25,950&amp;nbsp; INFO&amp;nbsp; [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:30:49,923&amp;nbsp; ERROR [transaction.SpringAwareUserTransaction.trace] Detected first UserTransaction which is being garbage collected without a commit() or rollback()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:30:49,961&amp;nbsp; ERROR [transaction.SpringAwareUserTransaction.trace] Logging of transaction call stack is now enabled and will affect performance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:30:49,963&amp;nbsp; ERROR [transaction.SpringAwareUserTransaction.trace] UserTransaction being garbage collected without a commit() or rollback(). NOTE: Prior .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone out there know what is missing from the above exception?&amp;nbsp;&amp;nbsp; Appreciate any help that I can get.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 21:40:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/connection-refused-while-importing-an-acp-file/m-p/244380#M197510</guid>
      <dc:creator>shea</dc:creator>
      <dc:date>2010-02-12T21:40:15Z</dc:date>
    </item>
  </channel>
</rss>

