<?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: How to solve this problem in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-solve-this-problem/m-p/2340531#M108554</link>
    <description>Hello 
&lt;BR /&gt;It seems you are creating so many connections in the job, try to use tMysqlConnection to create the conneciton and use the same connection on tMysqlnput. See a related 2772
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Mon, 05 Apr 2010 09:14:14 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-04-05T09:14:14Z</dc:date>
    <item>
      <title>How to solve this problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-solve-this-problem/m-p/2340530#M108553</link>
      <description>Hi 
&lt;BR /&gt;i am using Talend 3.0 version some time this error occur please tell how to solve this error.. 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job Repeat_trouble_ticket_hsi_19_03_2010 at 11:41 05/04/2010. 
&lt;BR /&gt; connecting to socket on port 3474 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tMysqlInput_5 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The driver was unable to create a connection due to an inability to establish the client portion of a socket. 
&lt;BR /&gt;This is usually caused by a limit on the number of sockets imposed by the operating system. This limit is usually configurable. 
&lt;BR /&gt;For Unix-based platforms, see the manual page for the 'ulimit' command. Kernel or system reconfiguration may also be required. 
&lt;BR /&gt;For Windows-based platforms, see Microsoft Knowledge Base Article 196271 (Q196271). 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:353) 
&lt;BR /&gt; at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1074) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:2001) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.&amp;lt;init&amp;gt;(Connection.java:716) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.&amp;lt;init&amp;gt;(JDBC4Connection.java:46) 
&lt;BR /&gt; at sun.reflect.GeneratedConstructorAccessor5.newInstance(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Constructor.newInstance(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.Util.handleNewInstance(Util.java:353) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.getInstance(Connection.java:295) 
&lt;BR /&gt; at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:266) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at hsbb_assurance.repeat_trouble_ticket_hsi_19_03_2010_0_1.Repeat_trouble_ticket_hsi_19_03_2010.tMysqlInput_5Process(Repeat_trouble_ticket_hsi_19_03_2010.java:8933) 
&lt;BR /&gt; at hsbb_assurance.repeat_trouble_ticket_hsi_19_03_2010_0_1.Repeat_trouble_ticket_hsi_19_03_2010.tMysqlInput_4Process(Repeat_trouble_ticket_hsi_19_03_2010.java:2483) 
&lt;BR /&gt; at hsbb_assurance.repeat_trouble_ticket_hsi_19_03_2010_0_1.Repeat_trouble_ticket_hsi_19_03_2010.tMysqlInput_1Process(Repeat_trouble_ticket_hsi_19_03_2010.java:1267) 
&lt;BR /&gt; at hsbb_assurance.repeat_trouble_ticket_hsi_19_03_2010_0_1.Repeat_trouble_ticket_hsi_19_03_2010.runJobInTOS(Repeat_trouble_ticket_hsi_19_03_2010.java:10027) 
&lt;BR /&gt; at hsbb_assurance.repeat_trouble_ticket_hsi_19_03_2010_0_1.Repeat_trouble_ticket_hsi_19_03_2010.main(Repeat_trouble_ticket_hsi_19_03_2010.java:9918) 
&lt;BR /&gt;Caused by: java.net.BindException: Address already in use: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.&amp;lt;init&amp;gt;(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:168) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.&amp;lt;init&amp;gt;(MysqlIO.java:262) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:1926) 
&lt;BR /&gt; ... 15 more 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job Repeat_trouble_ticket_hsi_19_03_2010 ended at 11:41 05/04/2010.</description>
      <pubDate>Sat, 16 Nov 2024 13:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-solve-this-problem/m-p/2340530#M108553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to solve this problem</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-solve-this-problem/m-p/2340531#M108554</link>
      <description>Hello 
&lt;BR /&gt;It seems you are creating so many connections in the job, try to use tMysqlConnection to create the conneciton and use the same connection on tMysqlnput. See a related 2772
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 05 Apr 2010 09:14:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-solve-this-problem/m-p/2340531#M108554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-04-05T09:14:14Z</dc:date>
    </item>
  </channel>
</rss>

