<?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 Using tSocketInput with remote host in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361248#M125650</link>
    <description>&lt;P&gt;I am trying to access a MOXA Nport 5110&amp;nbsp;(as serial to ethernet device server)&amp;nbsp;by using the tSocketInput component and get the following error.&lt;/P&gt; 
&lt;PRE&gt;Starting job Moxa_Test at 16:51 31/03/2017.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 4057&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tSocketInput_1&lt;BR /&gt;java.net.BindException: Cannot assign requested address: JVM_Bind&lt;BR /&gt;	at java.net.DualStackPlainSocketImpl.bind0(Native Method)&lt;BR /&gt;	at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)&lt;BR /&gt;	at java.net.AbstractPlainSocketImpl.bind(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.bind(Unknown Source)&lt;BR /&gt;	at java.net.ServerSocket.bind(Unknown Source)&lt;BR /&gt;	at java.net.ServerSocket.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.tSocketInput_1Process(Moxa_Test.java:484)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.runJobInTOS(Moxa_Test.java:907)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.main(Moxa_Test.java:764)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job Moxa_Test ended at 16:51 31/03/2017. [exit code=1]&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;OS: Windows 8.1, 64-bit&lt;BR /&gt;TOS DI: 6.3.1.20161216_1026&lt;BR /&gt;&lt;BR /&gt;My questions:&lt;BR /&gt;[list=1]&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Is it possible to connect to a remote server with tSocketInput? Or is it just for local sockets? What have I misunderstood?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Why is it using port 4057 instead of the specified port 950?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Any pointer to a manual chapter or examples with a similar use case is highly appreciated.&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your support&lt;BR /&gt;Thomas&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2017 16:03:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-31T16:03:08Z</dc:date>
    <item>
      <title>Using tSocketInput with remote host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361248#M125650</link>
      <description>&lt;P&gt;I am trying to access a MOXA Nport 5110&amp;nbsp;(as serial to ethernet device server)&amp;nbsp;by using the tSocketInput component and get the following error.&lt;/P&gt; 
&lt;PRE&gt;Starting job Moxa_Test at 16:51 31/03/2017.&lt;BR /&gt;&lt;BR /&gt;[statistics] connecting to socket on port 4057&lt;BR /&gt;[statistics] connected&lt;BR /&gt;Exception in component tSocketInput_1&lt;BR /&gt;java.net.BindException: Cannot assign requested address: JVM_Bind&lt;BR /&gt;	at java.net.DualStackPlainSocketImpl.bind0(Native Method)&lt;BR /&gt;	at java.net.DualStackPlainSocketImpl.socketBind(Unknown Source)&lt;BR /&gt;	at java.net.AbstractPlainSocketImpl.bind(Unknown Source)&lt;BR /&gt;	at java.net.PlainSocketImpl.bind(Unknown Source)&lt;BR /&gt;	at java.net.ServerSocket.bind(Unknown Source)&lt;BR /&gt;	at java.net.ServerSocket.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.tSocketInput_1Process(Moxa_Test.java:484)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.runJobInTOS(Moxa_Test.java:907)&lt;BR /&gt;	at trials.moxa_test_0_1.Moxa_Test.main(Moxa_Test.java:764)&lt;BR /&gt;[statistics] disconnected&lt;BR /&gt;Job Moxa_Test ended at 16:51 31/03/2017. [exit code=1]&lt;/PRE&gt; 
&lt;P&gt;&lt;BR /&gt;OS: Windows 8.1, 64-bit&lt;BR /&gt;TOS DI: 6.3.1.20161216_1026&lt;BR /&gt;&lt;BR /&gt;My questions:&lt;BR /&gt;[list=1]&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Is it possible to connect to a remote server with tSocketInput? Or is it just for local sockets? What have I misunderstood?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Why is it using port 4057 instead of the specified port 950?&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;UL&gt; 
 &lt;LI&gt;Any pointer to a manual chapter or examples with a similar use case is highly appreciated.&lt;/LI&gt; 
&lt;/UL&gt; 
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your support&lt;BR /&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2017 16:03:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361248#M125650</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-31T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSocketInput with remote host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361249#M125651</link>
      <description>The message "connecting to socket on port 4057" is a Talend message that appears at the start of each run. (The port number may vary.) 
&lt;BR /&gt; 
&lt;BR /&gt;You can view the documentation for a component within Talend by highlighting the component and pressing F1. &amp;nbsp;Follow the link that says "tSocketInput Component Documentation." 
&lt;BR /&gt; 
&lt;BR /&gt;According to the documentation, the component "opens the socket port and listens for the incoming data." &amp;nbsp;It does not sound like it lets you connect to a remote server.</description>
      <pubDate>Fri, 31 Mar 2017 17:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361249#M125651</guid>
      <dc:creator>cterenzi</dc:creator>
      <dc:date>2017-03-31T17:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSocketInput with remote host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361250#M125652</link>
      <description>Thank you for your answer.&amp;nbsp; 
&lt;BR /&gt;I had a look at the documentation before posting my question 
&lt;IMG id="smileywink" class="emoticon emoticon-smileywink" src="https://yutwg22796.i.lithium.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;. 
&lt;BR /&gt;To me the documentation is not really, clear. It would help a lot if it would clearly state, that "Host name" has to be the host name of the local machine TOS DI is running on. 
&lt;BR /&gt; 
&lt;BR /&gt;... 
&lt;BR /&gt; 
&lt;B&gt;Function: &lt;/B&gt;tSocketInput component 
&lt;FONT color="#ff3333"&gt;opens the socket port and listens for the incoming data&lt;/FONT&gt;. 
&lt;BR /&gt; 
&lt;B&gt;Purpose: &lt;/B&gt;tSocketInput component is a listening component, allowing to pass data via a defined port 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;B&gt;&lt;I&gt;Basic settings&lt;/I&gt;&lt;/B&gt; 
&lt;BR /&gt; 
&lt;B&gt;Host name: &lt;/B&gt; 
&lt;FONT color="#ff3333"&gt;Name or IP address of the Host server&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;B&gt;Port: &lt;/B&gt;Listening port to open 
&lt;BR /&gt;... 
&lt;BR /&gt; 
&lt;BR /&gt;Any ideas on how one would consume data from a remote server with standard talend tools?&amp;nbsp; 
&lt;BR /&gt;Of course, Plan B is to write a component ourselves...</description>
      <pubDate>Mon, 03 Apr 2017 07:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361250#M125652</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-03T07:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using tSocketInput with remote host</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361251#M125653</link>
      <description>Hi,&lt;BR /&gt;This may help you to check if the port 4057 il already bound&amp;nbsp;&lt;A href="https://coderanch.com/t/565315/java/resolve-java-net-BindException" target="_blank" rel="nofollow noopener noreferrer"&gt;https://coderanch.com/t/565315/java/resolve-java-net-BindException&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;TRF</description>
      <pubDate>Mon, 03 Apr 2017 10:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Using-tSocketInput-with-remote-host/m-p/2361251#M125653</guid>
      <dc:creator>TRF</dc:creator>
      <dc:date>2017-04-03T10:10:09Z</dc:date>
    </item>
  </channel>
</rss>

