<?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 deploying a rest service on a Windows Server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301626#M145563</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you using java 7 or java 8? Is there any anti-virus or firewall software which block you from connecting to the Server port? Your role have access right for your server also?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2017 08:38:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-09-19T08:38:21Z</dc:date>
    <item>
      <title>Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301621#M145558</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm new with TOS ESB and work with the community version. I've developed a REST service which works fine on my local machine (checked on SoapUi with the following url : &lt;A href="http://localhost:8088/transport/order/123456" target="_blank"&gt;http://localhost:8088/transport/order/123456&lt;/A&gt;). I've created my job (.jar for OSGi container) and copied it in the Runtime_ESBSE\container\deploy directory on a Windows 2012R2 server. When I check the karaf webconsole, I can see my job (status = active) and everything seems to be fine. When I try to invoke my REST service on the server with SoapUI (&lt;A href="http://localhost:8088/transport/order/123456" target="_blank"&gt;http://localhost:8088/transport/order/123456&lt;/A&gt;) everything is ok,I retrieve my data but when I try to invoke the REST service deployed on the distant server from my local machine (&lt;A href="http://my-server:8088/transport/order/123456" target="_blank"&gt;http://my-server:8088/transport/order/123456&lt;/A&gt;), I get the following error : Socket is not connected.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additional info :&lt;/P&gt;
&lt;P&gt;- I've stopped Windows 2012R2 server firewall&lt;/P&gt;
&lt;P&gt;- I've added the following option on the header properties of the tRESTResponse component : Name = "Access-Control-Allow-Origin" - Value = "*"&lt;/P&gt;
&lt;P&gt;- The endpoint REST on the tRESTRequest is : &lt;A href="http://localhost:8088/transport/order" target="_blank"&gt;http://localhost:8088/transport/order&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does someone have an idea to help me ?&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:17:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301621#M145558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301622#M145559</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Can you ping your distant server successfully?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 04:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301622#M145559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T04:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301623#M145560</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help. Yes I can ping the distant server successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 07:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301623#M145560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T07:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301624#M145561</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&amp;nbsp;I get the following error : Socket is not connected.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Could you please show us the full stack track? On which talend build version you got this issye?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 08:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301624#M145561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T08:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301625#M145562</link>
      <description>&lt;P&gt;Hi Sabrina,&lt;BR /&gt;&lt;BR /&gt;I use build 6.3.1 for both TOS (on Windows 7 Pro 64) and runtime. Today I've tried to invoke the rest service from different clients and get a very odd behavior :&lt;BR /&gt;* For one client with Windows 10 Pro I get the following error : Error getting response; java.net.SocketException: Permission denied: connect&lt;BR /&gt;* For two clients with Windows 7 Pro 64 I get the following error :&amp;nbsp; Error getting response; java.net.SocketException: socket is not connect&lt;BR /&gt;&lt;BR /&gt;These clients belong to the same windows domain, and users are admin of their computer&lt;BR /&gt;Please find enclosed the logs coming from SoapUi&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;&lt;BR /&gt;Thomas&lt;/P&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lqty"&gt;Error_Permission_Win10.txt&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/legacyfs/online/tlnd_dw_files/0683p000009Lr9u"&gt;Error_Socket_Win7.txt&lt;/A&gt;</description>
      <pubDate>Mon, 18 Sep 2017 13:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301625#M145562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-18T13:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301626#M145563</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Are you using java 7 or java 8? Is there any anti-virus or firewall software which block you from connecting to the Server port? Your role have access right for your server also?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 08:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301626#M145563</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T08:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301627#M145564</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I use java 8 update 144 for both clients and server. I've tried the following steps :&lt;BR /&gt;* With windows 10 client, when I switch off all firewall and antivirus rules, I get this error : Error getting response; org.apache.http.conn.HttpHostConnectException: Connection to http://{IP or hostname of the server}:8088 refused&lt;BR /&gt;* With Windows 7 clients, always the same error : Error getting response; java.net.SocketException: socket is not connect&lt;BR /&gt;&lt;BR /&gt;I've modified my server as follow :&lt;BR /&gt;- Create incoming and outgoing traffic rules on port 8088&lt;BR /&gt;- Deactivate windows firewall&lt;BR /&gt;- Deactivate the antivirus&lt;BR /&gt;&lt;BR /&gt;After another try to invoke my REST service with SoapUI on the server I get these results :&lt;BR /&gt;- http://localhost:8088/transport/order/123456 --&amp;gt; result OK&lt;BR /&gt;- &lt;A href="http://127.0.0.1:8088/transport/order/123456" target="_blank" rel="nofollow noopener noreferrer"&gt;http://127.0.0.1:8088/transport/order/123456&lt;/A&gt; --&amp;gt; result OK&lt;BR /&gt;- http://{IP Address of the server}:8088/transport/order/123456 --&amp;gt; result KO&lt;BR /&gt;- http://{hostname of the server}:8088/transport/order/123456 --&amp;gt; result KO&lt;BR /&gt;&lt;BR /&gt;Error message for the two last tries :&lt;BR /&gt;Error getting response; org.apache.http.conn.HttpHostConnectException: Connection to http://{IP or hostname of the server}:8088 refused&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 11:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301627#M145564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-19T11:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301628#M145565</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;Can you try this :&lt;/P&gt;
&lt;P&gt;make sure you the port is 8040 and it's open to the firewall&lt;/P&gt;
&lt;P&gt;list your service with &amp;nbsp;http://ipserver:8040/services&lt;/P&gt;
&lt;P&gt;if you use the runtime talend ESB OS you dont need to specify the server,&amp;nbsp;&lt;SPAN&gt;modify your &amp;nbsp;The endpoint REST on the tRESTRequest with : /transport/order&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;deploy to the contenair&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;list your service with&amp;nbsp;http://ipserver:8040/services&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;invoke with&amp;nbsp;http://ipserver:8040/services/transport/order/123456&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;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 07:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301628#M145565</guid>
      <dc:creator>fab_74</dc:creator>
      <dc:date>2017-09-22T07:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301629#M145566</link>
      <description>&lt;P&gt;Hi fab_74,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many thanks for your message, it works very well now !&lt;/P&gt;
&lt;P&gt;To be very clear about this issue, is it mandatory to invoke the service by calling the http://ipserver:8040/services/ ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 10:27:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301629#M145566</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301630#M145567</link>
      <description>&lt;P&gt;hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;ip by servername &lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MA9p.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138034i5F552429DA646D6F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MA9p.png" alt="0683p000009MA9p.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;you can modify the port with the file &amp;nbsp;:/container/etc/org.ops4j.pax.web.cfg&lt;/P&gt; 
&lt;P&gt;I think it's possible not use it... &amp;nbsp;If you use the http port (80) (I did this operation &amp;nbsp;for https but not for http)&lt;/P&gt; 
&lt;P&gt;but I don't think you can modify or remove /service/&lt;/P&gt; 
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 11:08:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301630#M145567</guid>
      <dc:creator>fab_74</dc:creator>
      <dc:date>2017-09-22T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue deploying a rest service on a Windows Server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301631#M145568</link>
      <description>&lt;P&gt;Ok, I'll look at this configuration file.&lt;/P&gt;
&lt;P&gt;Thanks again for your help !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 12:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-deploying-a-rest-service-on-a-Windows-Server/m-p/2301631#M145568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-22T12:46:26Z</dc:date>
    </item>
  </channel>
</rss>

