<?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: Problem with Maven and Getting Started with the Alfresco Maven SDK in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286433#M239563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem before. Now I run from Eclipse the command mvn clean install -Pamp-to-war&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in console by the end I have this problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFORMAZIONI: Starting ProtocolHandler ["http-bio-8081"]&lt;BR /&gt;2016-11-14 15:13:35,798 INFO [web.site.EditionInterceptor] [http-bio-8081-exec-9] Successfully retrieved license information from Alfresco.&lt;BR /&gt;&lt;SPAN&gt; 2016-11-14 15:13:41,706 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-9] Exception calling (POST) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/remoteadm/create/alfresco/site-data/extensions/default-persisted-extension.xml?s=sitestore" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/remoteadm/create/alfresco/site-data/extensions/default-persisted-extension.xml?s=sitestore&lt;/A&gt;&lt;BR /&gt; 2016-11-14 15:13:41,708 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-9] Error status 500 Connection reset&lt;BR /&gt; java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Nov 2016 14:26:40 GMT</pubDate>
    <dc:creator>maxim75rm</dc:creator>
    <dc:date>2016-11-14T14:26:40Z</dc:date>
    <item>
      <title>Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286429#M239559</link>
      <description>Hello to everyone !I have a project with Alfresco for my new client, and I'm new to Alfresco so I'm tring to execute the community tutorial at&amp;nbsp;Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials&amp;nbsp; but I cannot run the example because I'm having some problem when</description>
      <pubDate>Fri, 11 Nov 2016 13:49:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286429#M239559</guid>
      <dc:creator>maxim75rm</dc:creator>
      <dc:date>2016-11-11T13:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286430#M239560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all, thanks for reading my tutorial. I'm sorry that you are having problems getting your maven build to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think we should start by removing Eclipse from the equation. Open a terminal window, switch to the root of your project, and run "mvn -U clean". The -U will force your artifacts to update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is successful, run "mvn compile".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that does not work, run "mvn -X compile" and respond here with the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2016 19:51:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286430#M239560</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-11-11T19:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286431#M239561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hy Jeff, thanks to you for your kind reply. Now I'm out of Office but by Monday I'm going to give you a feedback about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 12:26:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286431#M239561</guid>
      <dc:creator>maxim75rm</dc:creator>
      <dc:date>2016-11-12T12:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286432#M239562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff actually my&amp;nbsp;colleague has workspace working so problem seems to be solved, just in case I will contact you back. Thanks for now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 10:31:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286432#M239562</guid>
      <dc:creator>maxim75rm</dc:creator>
      <dc:date>2016-11-14T10:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286433#M239563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved the problem before. Now I run from Eclipse the command mvn clean install -Pamp-to-war&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in console by the end I have this problem :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INFORMAZIONI: Starting ProtocolHandler ["http-bio-8081"]&lt;BR /&gt;2016-11-14 15:13:35,798 INFO [web.site.EditionInterceptor] [http-bio-8081-exec-9] Successfully retrieved license information from Alfresco.&lt;BR /&gt;&lt;SPAN&gt; 2016-11-14 15:13:41,706 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-9] Exception calling (POST) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/remoteadm/create/alfresco/site-data/extensions/default-persisted-extension.xml?s=sitestore" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/remoteadm/create/alfresco/site-data/extensions/default-persisted-extension.xml?s=sitestore&lt;/A&gt;&lt;BR /&gt; 2016-11-14 15:13:41,708 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-9] Error status 500 Connection reset&lt;BR /&gt; java.net.SocketException: Connection reset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 14:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286433#M239563</guid>
      <dc:creator>maxim75rm</dc:creator>
      <dc:date>2016-11-14T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286434#M239564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I followed your tutorial &amp;nbsp;on &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Getting Started with the Alfresco Maven SDK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&amp;nbsp;and I successfully created the amp-archetype project and execute it and accede. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thank you for this tuto it is clear and comprehensible. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Now I have created a project of type share-archetype &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN lang="en"&gt;and when I try to access it with my browser (albasoft.fr: 8081/share/page/) it asks me to fill in the login and the password and i puts admin,admin it refuses to connect. I have the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2017-03-10 16:01:04,782 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-5] Exception calling (GET) &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco/s/remoteadm/has/alfresco/site-data/component-types/webscript.xml?s=sitestore" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco/s/remoteadm/has/alfresco/site-data/component-types/webscript.xml?s=sitestore&lt;/A&gt;&lt;SPAN&gt; 2017-03-10 16:01:04,782 INFO [webscripts.connector.RemoteClient] [http-bio-8081-exec-5] Error status 503 Connect to localhost:8080 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused) org.apache.http.conn.HttpHostConnectException: Connect to localhost:8080 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused (Connection refused)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me please.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 16:10:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286434#M239564</guid>
      <dc:creator>boura</dc:creator>
      <dc:date>2017-03-10T16:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286435#M239565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;What happens if you go to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://localhost:8080/alfresco" rel="nofollow noopener noreferrer" target="_blank"&gt;http://localhost:8080/alfresco&lt;/A&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Mar 2017 05:19:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286435#M239565</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2017-03-11T05:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Maven and Getting Started with the Alfresco Maven SDK</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286436#M239566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P data-placeholder="Traduction" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;I recall I installed it with mvn on a remote server hosted by OVH. &amp;nbsp;So the localhost I replaced it with the name of my domain.&lt;/P&gt;&lt;P data-placeholder="Traduction" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;When I install amp-archetype it launches it on port 8080. &lt;BR /&gt;Then when I create share-archetype on port 8081:&lt;BR /&gt;INFO: Initializing Spring FrameworkServlet 'Spring Surf Dispatcher Servlet'&lt;BR /&gt;Mar 13, 2017 4:44:37 PM org.apache.coyote.AbstractProtocol start&lt;BR /&gt;INFO: Starting ProtocolHandler ["http-bio-8081"]&lt;/P&gt;&lt;P data-placeholder="Traduction" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;/P&gt;&lt;P data-placeholder="Traduction" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2017 16:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-with-maven-and-getting-started-with-the-alfresco-maven/m-p/286436#M239566</guid>
      <dc:creator>boura</dc:creator>
      <dc:date>2017-03-13T16:47:05Z</dc:date>
    </item>
  </channel>
</rss>

