<?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 Issue with Ia_visualizer in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224109#M1275</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have downloaded EIS_2.3.2 successfully. But when i run PCB demo i get issue related to tkinter, due to which visualizer fails.&lt;/P&gt;
&lt;P&gt;Everything was working for me in EIS_2.2.1 and EIS_2.3.1.&lt;/P&gt;
&lt;P&gt;I have also run "xhost +" command&amp;nbsp; several times. Pasted failure snippets below.&lt;/P&gt;
&lt;P&gt;Also attached snapshot of Successfully download of EIS_2.3.2 ,creation of all the containers, and logs of entire container.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**************************************************************************************************************&lt;/P&gt;
&lt;P&gt;ia_tls_remoteagent | Traceback (most recent call last):&lt;BR /&gt;ia_tls_remoteagent | File "tls_remote_agent.py", line 626, in &amp;lt;module&amp;gt;&lt;BR /&gt;ia_tls_remoteagent | main()&lt;BR /&gt;ia_tls_remoteagent | File "tls_remote_agent.py", line 545, in main&lt;BR /&gt;ia_tls_remoteagent | window = Tk()&lt;BR /&gt;ia_tls_remoteagent | File "/usr/lib/python3.6/tkinter/__init__.py", line 2023, in __init__&lt;BR /&gt;ia_tls_remoteagent | self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)&lt;BR /&gt;ia_tls_remoteagent | _tkinter.TclError: couldn't connect to display ":0"&lt;BR /&gt;ia_visualizer exited with code 1&lt;/P&gt;
&lt;P&gt;**************************************************************************************************************&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 14:12:59 GMT</pubDate>
    <dc:creator>Jacky_Gupta</dc:creator>
    <dc:date>2021-05-04T14:12:59Z</dc:date>
    <item>
      <title>Issue with Ia_visualizer</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224109#M1275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have downloaded EIS_2.3.2 successfully. But when i run PCB demo i get issue related to tkinter, due to which visualizer fails.&lt;/P&gt;
&lt;P&gt;Everything was working for me in EIS_2.2.1 and EIS_2.3.1.&lt;/P&gt;
&lt;P&gt;I have also run "xhost +" command&amp;nbsp; several times. Pasted failure snippets below.&lt;/P&gt;
&lt;P&gt;Also attached snapshot of Successfully download of EIS_2.3.2 ,creation of all the containers, and logs of entire container.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;**************************************************************************************************************&lt;/P&gt;
&lt;P&gt;ia_tls_remoteagent | Traceback (most recent call last):&lt;BR /&gt;ia_tls_remoteagent | File "tls_remote_agent.py", line 626, in &amp;lt;module&amp;gt;&lt;BR /&gt;ia_tls_remoteagent | main()&lt;BR /&gt;ia_tls_remoteagent | File "tls_remote_agent.py", line 545, in main&lt;BR /&gt;ia_tls_remoteagent | window = Tk()&lt;BR /&gt;ia_tls_remoteagent | File "/usr/lib/python3.6/tkinter/__init__.py", line 2023, in __init__&lt;BR /&gt;ia_tls_remoteagent | self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)&lt;BR /&gt;ia_tls_remoteagent | _tkinter.TclError: couldn't connect to display ":0"&lt;BR /&gt;ia_visualizer exited with code 1&lt;/P&gt;
&lt;P&gt;**************************************************************************************************************&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 14:12:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224109#M1275</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2021-05-04T14:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Ia_visualizer</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224497#M1276</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/135919"&gt;@Jacky_Gupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the screenshot of the log that has been attached, I assume that this machine already connected to the display.&amp;nbsp; Few things that you can try as below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Reboot the machine and run xhost + command again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Reboot the machine, go to the [EII_WORK_DIR]/build, issue &lt;EM&gt;&lt;STRONG&gt;$ docker-compose down &lt;/STRONG&gt;&lt;/EM&gt;command. After all the container is being stopped, run the &lt;EM&gt;&lt;STRONG&gt;$ xhost +&lt;/STRONG&gt;&lt;/EM&gt; command and run &lt;EM&gt;&lt;STRONG&gt;$ docker-compose up -d&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;to bring up the container again.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;let me know if the issue is still persist.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 00:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224497#M1276</guid>
      <dc:creator>Murni_J_Intel</dc:creator>
      <dc:date>2020-11-02T00:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Ia_visualizer</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224628#M1277</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/114810"&gt;@Murni_J_Intel&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for your reply.But i had already rebooted the machine ran provisioning,rebuild the entire EIS using&lt;/P&gt;
&lt;P&gt;"./provision_eis.sh ../docker-compose.yml&lt;BR /&gt;docker-compose up --build -d".&lt;/P&gt;
&lt;P&gt;Did "&lt;EM&gt;&lt;STRONG&gt;$ docker-compose down/up."&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Even reinstalled entire four times before posting this issue.In all this several attempts i was facing the same issue.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Nov 2020 08:23:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224628#M1277</guid>
      <dc:creator>Jacky_Gupta</dc:creator>
      <dc:date>2020-11-02T08:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Ia_visualizer</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224915#M1278</link>
      <description>&lt;P&gt;If you do "echo $DISPLAY", what do you get? If it's different from ":0", try to change the DISPLAY environmental variable in the docker-compose.yml file, and this should fix your problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ia_visualizer:&lt;BR /&gt;[removed]...&lt;BR /&gt;&amp;nbsp; &amp;nbsp;environment:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; AppName: "Visualizer"&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; DISPLAY: ${DISPLAY}&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2020 05:03:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Issue-with-Ia-visualizer/m-p/1224915#M1278</guid>
      <dc:creator>Jia-Shing_W_Intel</dc:creator>
      <dc:date>2020-11-03T05:03:24Z</dc:date>
    </item>
  </channel>
</rss>

