<?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: QIB NLU Configuration Failed in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644840#M11733</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Treysmithdev&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer, this is&amp;nbsp;&lt;SPAN&gt;docker-compose.yml file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;version: "3.6"&lt;BR /&gt;services:&lt;BR /&gt;db:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu_db:1.1.1&lt;BR /&gt;container_name: "nlu_db"&lt;BR /&gt;volumes:&lt;BR /&gt;- db-data:/var/lib/postgresql/data&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;duckling:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu_duckling:1.1.1&lt;BR /&gt;container_name: "duckling"&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;nlu:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu:1.1.1&lt;BR /&gt;restart: always&lt;BR /&gt;container_name: "qib_nlu"&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;ports:&lt;BR /&gt;- "5000:5000"&lt;BR /&gt;volumes:&lt;BR /&gt;- nlu-data:/nlu/data/&lt;BR /&gt;- "/home/:/nlu/Certificates/"&lt;BR /&gt;- qib-license:/nlu/data/configuration_data/&lt;BR /&gt;environment:&lt;BR /&gt;POSTGRES_HOST: nlu_db&lt;BR /&gt;isHttps: "True"&lt;BR /&gt;CertificatePath: "/nlu/Certificates/"&lt;BR /&gt;depends_on:&lt;BR /&gt;- db&lt;BR /&gt;- duckling&lt;BR /&gt;volumes:&lt;BR /&gt;db-data:&lt;BR /&gt;nlu-data:&lt;BR /&gt;qib-license:&lt;BR /&gt;networks: {qib-network: {}}&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 14:05:56 GMT</pubDate>
    <dc:creator>marcos_herrera</dc:creator>
    <dc:date>2019-11-08T14:05:56Z</dc:date>
    <item>
      <title>QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637126#M11601</link>
      <description>&lt;P&gt;Hi Qlik Community,&lt;/P&gt;&lt;P&gt;I am posting QIB-NLU inquiry here as no thread is found in the drop-down list.&lt;/P&gt;&lt;P&gt;I have tried to connect QIB-NLU with the certificates issued by my QlikSense Server &amp;amp; also tried with SSL-Certificate (issued by Certified Authority) but in both cases i am unable to connect both machines, please note that QIB &amp;amp; QS are installed on same machines.&lt;/P&gt;&lt;P&gt;Below are the logs taken from QIB-NLU-Configuration File:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;2019-10-18 15:13:52.5062|INFO|Configuration|CreateAgent|Creating new agent for Qlik Insight Bot nlu&lt;BR /&gt;2019-10-18 15:13:52.5212|INFO|Configuration|SendRequest|Sending request with following parameter&lt;BR /&gt;2019-10-18 15:13:52.5322|INFO|Configuration|SendRequest|Method: Post&lt;BR /&gt;2019-10-18 15:13:53.4148|ERROR|Configuration|SendRequest|Error while sending request with following parameter&lt;BR /&gt;2019-10-18 15:13:53.4289|ERROR|Configuration|SendRequest|&lt;STRONG&gt;&lt;U&gt;T&lt;/U&gt;&lt;U&gt;he remote server returned an error: (401) Unauthorized.&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;2019-10-18 15:13:53.4419|ERROR|Configuration|SendRequest|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;BR /&gt;2019-10-18 15:13:53.4549|ERROR|Configuration|CreateAgent|Error while creating agent&lt;BR /&gt;2019-10-18 15:13:53.4689|ERROR|Configuration|CreateAgent|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;BR /&gt;2019-10-18 15:13:53.4830|ERROR|Component Configuration|ConfigureNLU|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637126#M11601</guid>
      <dc:creator>Imran_Arshad</dc:creator>
      <dc:date>2024-11-16T04:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637419#M11604</link>
      <description>&lt;P&gt;To troubleshoot ,I would try getting to the NLU from a browser on your QS/QIB Windows machine: &lt;A href="https://your.nlu.domain.com:5000" target="_blank"&gt;https://your.nlu.domain.com:5000&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Check the certificate in the browser, what does it say?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, can you provide some detail on your certs in the NLU box. For example, which commands you used to create the cert files and the directory you placed them in.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 02:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637419#M11604</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-10-19T02:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637479#M11606</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599"&gt;@treysmithdev&lt;/a&gt;&amp;nbsp; Thanks for the reply as per for instructions, i have already tried &amp;amp; checked opening NLU in windows machine through browser, its opening perfectly with not accepting the certificate.&lt;/P&gt;&lt;P&gt;My main question is that "Which certificates should i give to both machines to communicate:&lt;/P&gt;&lt;P&gt;1. SSL - Certificate (issued by Domain Service Provider)&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;2. QS &amp;amp; QIB - Both are installed on same machine (Machine Certificate generated through QMC) &amp;amp;&lt;/P&gt;&lt;P&gt;if i use the machine certificates&amp;nbsp; then which should be used, "client.pfx"&amp;nbsp; or "server.pfx" or "root.cer" ... ... ?&lt;/P&gt;&lt;P&gt;Certificates-folder is mapped in the &lt;STRONG&gt;yml-file&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Oct 2019 17:56:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637479#M11606</guid>
      <dc:creator>Imran_Arshad</dc:creator>
      <dc:date>2019-10-19T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637485#M11607</link>
      <description>&lt;P&gt;To be more specific, when you go to the status page check the certificate being used. Is it the one you are expecting? As far as which one to use, I would use the SSL provided by a trusted CA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="nlu-cert-menu.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21948i32D75EC510B5ED60/image-size/large?v=v2&amp;amp;px=999" role="button" title="nlu-cert-menu.jpg" alt="nlu-cert-menu.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="nlu-cert.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/21949iB8D49EDFB18BFD55/image-size/large?v=v2&amp;amp;px=999" role="button" title="nlu-cert.jpg" alt="nlu-cert.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 19 Oct 2019 18:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1637485#M11607</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-10-19T18:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1638051#M11608</link>
      <description>&lt;P&gt;SSL Certificate is applied successfully &amp;amp; it working fine as per your shared snapshots.&lt;/P&gt;&lt;P&gt;Now in next step, i am getting the error as per screenshot, support is needed to resolve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NLU Configuration Failed.JPG" style="width: 638px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22049i0C8B71376C470C1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="NLU Configuration Failed.JPG" alt="NLU Configuration Failed.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below message request is coming upon setting-up NLU-Configuration on NLU-Machine&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nlu.JPG" style="width: 739px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/22050iD3E6B6C244D17D63/image-size/large?v=v2&amp;amp;px=999" role="button" title="nlu.JPG" alt="nlu.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;Below are the log for the above activity:&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;}&lt;BR /&gt;2019-10-21 23:42:44.4833|INFO|Configuration|CreateAgent|Creating new agent for Qlik Insight Bot nlu&lt;BR /&gt;2019-10-21 23:42:44.4963|INFO|Configuration|SendRequest|Sending request with following parameter&lt;BR /&gt;2019-10-21 23:42:44.5073|INFO|Configuration|SendRequest|Method: Post&lt;BR /&gt;2019-10-21 23:42:45.4988|ERROR|Configuration|SendRequest|Error while sending request with following parameter&lt;BR /&gt;2019-10-21 23:42:45.5128|ERROR|Configuration|SendRequest|The remote server returned an error: (401) Unauthorized.&lt;BR /&gt;2019-10-21 23:42:45.5238|ERROR|Configuration|SendRequest|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;BR /&gt;2019-10-21 23:42:45.5358|ERROR|Configuration|CreateAgent|Error while creating agent&lt;BR /&gt;2019-10-21 23:42:45.5358|ERROR|Configuration|CreateAgent|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;BR /&gt;2019-10-21 23:42:45.5598|ERROR|Component Configuration|ConfigureNLU|{&lt;BR /&gt;"status": "error",&lt;BR /&gt;"message": "NLU configuration failed."&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 20:11:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1638051#M11608</guid>
      <dc:creator>Imran_Arshad</dc:creator>
      <dc:date>2019-10-21T20:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644469#M11723</link>
      <description>&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ned a help, i have a valid certificate (CA) on PFX format, this certificate is wildcard &lt;STRONG&gt;*.mydomain.com&lt;/STRONG&gt; and is usted on each site QlikSense, NLP and NLU, on NLU i splited on pem files (CRT and Key) with the following commands&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;openssl pkcs12 -in Cert.pfx -nocerts -out NluEnc.key&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;openssl rsa -in NluEnc.key -out nlu_key.pem&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;openssl pkcs12 -in Cert.pfx -clcerts -nokeys -out nlu_crt.pem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then i stored the certificates on &lt;STRONG&gt;&lt;EM&gt;home/nlu/Certificates&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp; the path configured on docker-compose.yml is the default&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;environment:&lt;/STRONG&gt;&lt;BR /&gt;POSTGRES_HOST: nlu_db&lt;BR /&gt;isHttps: "True"&lt;BR /&gt;&lt;STRONG&gt;CertificatePath&lt;/STRONG&gt;: "&lt;STRONG&gt;/nlu/Certificates/&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i tested the NLU URL opens well but without certificate&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NLU.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23155i88CFE2787564EBE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="NLU.png" alt="NLU.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 19:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644469#M11723</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-07T19:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644576#M11725</link>
      <description>&lt;P&gt;Install your certificate in Linux / NLU Machine by using following commands:&lt;/P&gt;&lt;P&gt;$ /usr/local/share/ca-certificate&lt;/P&gt;&lt;P&gt;$ sudo apt-get install ca-certificates -y&lt;/P&gt;&lt;P&gt;$ sudo dpkg-reconfigure ca-certificates&lt;/P&gt;&lt;P&gt;$ sudo update-ca-certificates&lt;/P&gt;&lt;P&gt;If the error still exists then install it manually from the list of certificates.&lt;/P&gt;&lt;P&gt;Restart your instance after the above configurations &amp;amp; run your containers after checking the status of Docker.&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 04:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644576#M11725</guid>
      <dc:creator>Imran_Arshad</dc:creator>
      <dc:date>2019-11-08T04:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644796#M11730</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/71391" target="_self"&gt;&lt;SPAN class="login-bold"&gt;mranarshad81&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer, i tried to install the certificates following the steps, but not worked, also i researched and found the same commands but with a different path&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;$ /usr/share/ca-certificate/extra&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;i stored on this folder and execute the commands, the terminal console show me the following message&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2 added, 0 removed; done.&lt;BR /&gt;Processing triggers for ca-certificates (20180409) ...&lt;BR /&gt;Updating certificates in /etc/ssl/certs...&lt;BR /&gt;2 added, 0 removed; done.&lt;BR /&gt;Running hooks in /etc/ca-certificates/update.d...&lt;BR /&gt;done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I restarted the NLU server and then laucnh the NLU&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;sudo docker-compose up&lt;/STRONG&gt;&lt;/EM&gt; but noy works, the problem is the same&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644796#M11730</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-08T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644805#M11731</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I forget say that the certificates was generated by GoDaddy and for the procedure made on&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;$ /usr/share/ca-certificate/extra&lt;/STRONG&gt;&lt;/EM&gt; folder, i converted the PEM file to CRT file&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 12:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644805#M11731</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-08T12:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644835#M11732</link>
      <description>&lt;P&gt;What are your volume settings in your docker-compose.yml file?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 13:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644835#M11732</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-11-08T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644840#M11733</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Treysmithdev&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer, this is&amp;nbsp;&lt;SPAN&gt;docker-compose.yml file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;version: "3.6"&lt;BR /&gt;services:&lt;BR /&gt;db:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu_db:1.1.1&lt;BR /&gt;container_name: "nlu_db"&lt;BR /&gt;volumes:&lt;BR /&gt;- db-data:/var/lib/postgresql/data&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;duckling:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu_duckling:1.1.1&lt;BR /&gt;container_name: "duckling"&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;nlu:&lt;BR /&gt;image: qlik-docker-insightbot.bintray.io/nlu:1.1.1&lt;BR /&gt;restart: always&lt;BR /&gt;container_name: "qib_nlu"&lt;BR /&gt;networks: ['qib-network']&lt;BR /&gt;ports:&lt;BR /&gt;- "5000:5000"&lt;BR /&gt;volumes:&lt;BR /&gt;- nlu-data:/nlu/data/&lt;BR /&gt;- "/home/:/nlu/Certificates/"&lt;BR /&gt;- qib-license:/nlu/data/configuration_data/&lt;BR /&gt;environment:&lt;BR /&gt;POSTGRES_HOST: nlu_db&lt;BR /&gt;isHttps: "True"&lt;BR /&gt;CertificatePath: "/nlu/Certificates/"&lt;BR /&gt;depends_on:&lt;BR /&gt;- db&lt;BR /&gt;- duckling&lt;BR /&gt;volumes:&lt;BR /&gt;db-data:&lt;BR /&gt;nlu-data:&lt;BR /&gt;qib-license:&lt;BR /&gt;networks: {qib-network: {}}&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644840#M11733</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-08T14:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644844#M11734</link>
      <description>&lt;P&gt;Put your certificates in your "/home/"directory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reason being is your /home/ directory is being mounted to your container directory /nlu/Certificates/.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;volumes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- nlu-data:/nlu/data/&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;- "/home/:/nlu/Certificates/"&lt;BR /&gt;&lt;FONT color="#000000"&gt;- qib-license:/nlu/data/configuration_data/&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 14:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644844#M11734</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-11-08T14:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644877#M11736</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Treysmithdev&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer, i remove the docker images with command &lt;STRONG&gt;docker system prune -a&lt;/STRONG&gt; because i have two versions 1.1.0 and 1.1.1,now i have the same &lt;STRONG&gt;docker-compose.yml&lt;/STRONG&gt;&amp;nbsp;file , before to re install the image, Do you have some recommendation or suggestion to modify the paths on&amp;nbsp;&lt;STRONG&gt;docker-compose.yml&lt;/STRONG&gt;&amp;nbsp;file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 15:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644877#M11736</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-08T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644900#M11737</link>
      <description>&lt;P&gt;Did you try moving the certificates to the /home/ directory?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 16:51:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1644900#M11737</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-11-08T16:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645005#M11739</link>
      <description>&lt;P&gt;Hi Friend&lt;/P&gt;&lt;P&gt;Yes i moved the certificates to home folder, now the problem is different when i tried to launch docker with &lt;STRONG&gt;sudo docker-compose up&lt;/STRONG&gt; command theconsole cannot up nlu image&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/usr/local/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:528: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I upgrade numpy and tensorflo packages on Python 3.6 but not works&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 18:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645005#M11739</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-09T18:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645017#M11740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Treysmithdev&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I re installed all (included UBUNTU) and now &lt;EM&gt;&lt;STRONG&gt;docker-compose up&lt;/STRONG&gt;&lt;/EM&gt; started well, i moved the certificates on homefolder, but the error persist, when i open NLU URl from browser still show insecure connection&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CertsNLU.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23257i0F80E3952DB2958E/image-size/large?v=v2&amp;amp;px=999" role="button" title="CertsNLU.PNG" alt="CertsNLU.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ErrorBrowser.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23258iCB33C82CD8988BB8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ErrorBrowser.png" alt="ErrorBrowser.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 23:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645017#M11740</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-09T23:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645018#M11741</link>
      <description>&lt;P&gt;That is not the /home/ directory. That is your user's home directory.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open up a terminal and run the following cmd:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; cp ~/*.pem /home/&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 23:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645018#M11741</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-11-09T23:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645020#M11742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16599" target="_self"&gt;&lt;SPAN class="login-bold"&gt;Treysmithdev&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for help, I executed the suggested command and restart the NLU server, the error persist&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 23:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645020#M11742</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-09T23:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645021#M11743</link>
      <description>&lt;P&gt;What is the output of the following?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;gt; cd /home/
&amp;gt; ls -all&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 23:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645021#M11743</guid>
      <dc:creator>treysmithdev</dc:creator>
      <dc:date>2019-11-09T23:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: QIB NLU Configuration Failed</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645023#M11744</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/23259i023BD143FFA0DF40/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura.PNG" alt="Captura.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Nov 2019 23:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/QIB-NLU-Configuration-Failed/m-p/1645023#M11744</guid>
      <dc:creator>marcos_herrera</dc:creator>
      <dc:date>2019-11-09T23:53:07Z</dc:date>
    </item>
  </channel>
</rss>

