<?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: Issue with running Automated_checkout reference implementation in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-running-Automated-checkout-reference-implementation/m-p/1212771#M2532</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Automated Checkout deploys its own instance of EdgeX. If you already have EdgeX installed and running on your system, &lt;STRONG&gt;please disable EdgeX when running Automated Checkout&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Ensure you donot have running Automated checkout receipe in parallel.
&lt;OL&gt;
&lt;LI&gt;make down &amp;amp;&amp;amp; make clean-docker&lt;/LI&gt;
&lt;LI&gt;docker rm -f $(docker ps -aq)&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure you don’t have any existing containers or processes running on the same port as any of the ports that are mapped in docker-compose.yml. You can debug this with both commands, changing 6379 for your port in question:&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;docker ps | grep -i 6379&lt;/LI&gt;
&lt;LI&gt;sudo netstat -plunt | grep -i 6379&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI&gt;If you have no processes or containers running that conflict with ports, and there is still a failure to run the ESH Automated Checkout recipe, then it’s possible that the Docker service needs to be restarted and stop the redis-server
&lt;OL&gt;
&lt;LI&gt;sudo systemctl restart docker.service&lt;/LI&gt;
&lt;LI&gt;sudo /etc/init.d/redis-server stop&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;if you have issue with MQTT Broker-"ERROR: for mqtt-broker&amp;nbsp; Cannot start service mqtt-broker:" Ensure you stopped mosquitto services
&lt;OL&gt;
&lt;LI&gt;sudo systemctl stop mosquitto&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Try again ruuning "make run" should be success.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Sat, 26 Sep 2020 21:23:12 GMT</pubDate>
    <dc:creator>Ravisankar-Madasamy</dc:creator>
    <dc:date>2020-09-26T21:23:12Z</dc:date>
    <item>
      <title>Issue with running Automated_checkout reference implementation</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-running-Automated-checkout-reference-implementation/m-p/1212769#M2531</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I downloaded Automated_checkout and tried to install in my desktop machine (Ubuntu 18.04.4 LTS) with the command (./edgesoftware install), installation was successfull&lt;/P&gt;
&lt;P&gt;Installation of package complete&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Id&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Module&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp; Status |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;BR /&gt;| 5f21392e9e63c9002a6fd88d | Docker Community Edition CE | SUCCESS |&lt;BR /&gt;| 5f213aae9e63c9002a6fd88e |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Docker Compose&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | SUCCESS |&lt;BR /&gt;| 5f2291ba4fc424002ac3031d |&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Automated Checkout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | SUCCESS |&lt;BR /&gt;+--------------------------+-----------------------------+---------+&lt;/P&gt;
&lt;P&gt;&lt;A href="https://intel-iot-devkit.github.io/automated-checkout/index.html" target="_blank" rel="noopener"&gt;https://intel-iot-devkit.github.io/automated-checkout/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But when i run the Refernce implemnetation using "make run", i get the below error, could not start redis server.&lt;/P&gt;
&lt;P&gt;Creating edgex-core-consul ... done&lt;BR /&gt;ng userland proxy: listen tcp 127.0.0.1:6379: bind: address already in use&lt;/P&gt;
&lt;P&gt;ERROR: for redis&amp;nbsp; Cannot start service redis: driver failed programming external connectivity on endpoint edgex-redis (038970d25954f38ec033e7431fb70a10521f56a505f29669db147a9eccea66df): Error starting userland proxy: listen tcp 127.0.0.1:6379: bind: address already in use&lt;BR /&gt;ERROR: Encountered errors while bringing up the project.&lt;BR /&gt;Makefile:41: recipe for target 'run' failed&lt;BR /&gt;make: *** [run] Error 1&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 21:24:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-running-Automated-checkout-reference-implementation/m-p/1212769#M2531</guid>
      <dc:creator>Ravisankar-Madasamy</dc:creator>
      <dc:date>2020-09-26T21:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with running Automated_checkout reference implementation</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-running-Automated-checkout-reference-implementation/m-p/1212771#M2532</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Automated Checkout deploys its own instance of EdgeX. If you already have EdgeX installed and running on your system, &lt;STRONG&gt;please disable EdgeX when running Automated Checkout&lt;/STRONG&gt;.&lt;/LI&gt;
&lt;LI&gt;Ensure you donot have running Automated checkout receipe in parallel.
&lt;OL&gt;
&lt;LI&gt;make down &amp;amp;&amp;amp; make clean-docker&lt;/LI&gt;
&lt;LI&gt;docker rm -f $(docker ps -aq)&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure you don’t have any existing containers or processes running on the same port as any of the ports that are mapped in docker-compose.yml. You can debug this with both commands, changing 6379 for your port in question:&lt;/LI&gt;
&lt;OL&gt;
&lt;LI&gt;docker ps | grep -i 6379&lt;/LI&gt;
&lt;LI&gt;sudo netstat -plunt | grep -i 6379&lt;/LI&gt;
&lt;/OL&gt;
&lt;LI&gt;If you have no processes or containers running that conflict with ports, and there is still a failure to run the ESH Automated Checkout recipe, then it’s possible that the Docker service needs to be restarted and stop the redis-server
&lt;OL&gt;
&lt;LI&gt;sudo systemctl restart docker.service&lt;/LI&gt;
&lt;LI&gt;sudo /etc/init.d/redis-server stop&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;if you have issue with MQTT Broker-"ERROR: for mqtt-broker&amp;nbsp; Cannot start service mqtt-broker:" Ensure you stopped mosquitto services
&lt;OL&gt;
&lt;LI&gt;sudo systemctl stop mosquitto&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Try again ruuning "make run" should be success.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 26 Sep 2020 21:23:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-running-Automated-checkout-reference-implementation/m-p/1212771#M2532</guid>
      <dc:creator>Ravisankar-Madasamy</dc:creator>
      <dc:date>2020-09-26T21:23:12Z</dc:date>
    </item>
  </channel>
</rss>

