<?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: Remote execution error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285477#M59099</link>
    <description>Yes I can run the job from the studio.  Is there anything in the configuration that could cause the failure?  I will go back to my network team, but was curious if there is anything config wise that could affect this?  &lt;BR /&gt;Port 10089 is listed in the error message, is that related to logging statistics or trying to execute the component?</description>
    <pubDate>Thu, 31 Mar 2011 07:09:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-31T07:09:52Z</dc:date>
    <item>
      <title>Remote execution error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285475#M59097</link>
      <description>TIS 4.0.2.r43696 
&lt;BR /&gt;Linux 
&lt;BR /&gt;mysql 5.0 backend 
&lt;BR /&gt;I am trying to get a scheduled job to execute from my execution server. I have been assured by our network team that the execution server can talk to the database servers. 
&lt;BR /&gt;What specifically does "Exception in thread "main" java.lang.NullPointerException" refer to? A specific component? 
&lt;BR /&gt;Is it trying to fires component tMysqlSP_1 over port 10089? That would generate the " java.net.NoRouteToHostException: No route to host" error as traffic is only allowed over 3306. ALso this port changes with each attempted run of the job. 
&lt;BR /&gt; connecting to socket on port 10089 
&lt;BR /&gt;java.net.ConnectException: Connection timed out 
&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.(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.(Unknown Source) 
&lt;BR /&gt; at routines.system.RunStat.startThreadStat(RunStat.java:195) 
&lt;BR /&gt; at daily_imports.get_data_0_1.GET_Data.runJobInTOS(GET_Data.java:4335) 
&lt;BR /&gt; at daily_imports.get_data_0_1.GET_Data.main(GET_Data.java:4237) 
&lt;BR /&gt;Exception in component tMysqlSP_1 
&lt;BR /&gt;com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 
&lt;BR /&gt;Last packet sent to the server was 0 ms ago. 
&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.(Connection.java:716) 
&lt;BR /&gt; at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:46) 
&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.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 daily_imports.get_data_0_1.GET_Data.tMysqlSP_1Process(GET_Data.java:252) 
&lt;BR /&gt; at daily_imports.get_data_0_1.GET_Data$1.run(GET_Data.java:4368) 
&lt;BR /&gt;Caused by: java.net.NoRouteToHostException: No route to host 
&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.(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.(Unknown Source) 
&lt;BR /&gt; at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:168) 
&lt;BR /&gt; at com.mysql.jdbc.MysqlIO.(MysqlIO.java:262) 
&lt;BR /&gt; at com.mysql.jdbc.Connection.createNewIO(Connection.java:1926) 
&lt;BR /&gt; ... 13 more 
&lt;BR /&gt;Exception in thread "main" java.lang.NullPointerException 
&lt;BR /&gt; at routines.system.RunStat.sendMessages(RunStat.java:282) 
&lt;BR /&gt; at routines.system.RunStat.updateStatOnJob(RunStat.java:408) 
&lt;BR /&gt; at daily_imports.get_data_0_1.GET_Data.runJobInTOS(GET_Data.java:4415) 
&lt;BR /&gt; at daily_imports.get_data_0_1.GET_Data.main(GET_Data.java:4237)</description>
      <pubDate>Sat, 16 Nov 2024 13:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285475#M59097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remote execution error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285476#M59098</link>
      <description>Hi
&lt;BR /&gt;Does the job work in the studio? The problem is the communications link failure, please check if the firewall is close.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 31 Mar 2011 01:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285476#M59098</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-31T01:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Remote execution error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285477#M59099</link>
      <description>Yes I can run the job from the studio.  Is there anything in the configuration that could cause the failure?  I will go back to my network team, but was curious if there is anything config wise that could affect this?  &lt;BR /&gt;Port 10089 is listed in the error message, is that related to logging statistics or trying to execute the component?</description>
      <pubDate>Thu, 31 Mar 2011 07:09:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285477#M59099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-31T07:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Remote execution error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285478#M59100</link>
      <description>Hi 
&lt;BR /&gt;Open the file &amp;lt;Tomcat installation directory&amp;gt;\webapps\Talend administrator deployfolder\WEB-INF\classes\configuration.properties and you will find this parameter: 
&lt;BR /&gt;# The range where find a free port on the Administrator machine, where the job will send the statistics informations during its execution 
&lt;BR /&gt;scheduler.conf.statisticsRangePorts=10000-11000 
&lt;BR /&gt;Make sure the firewalk is close and the port 10000-11000 is open on Administrator machine. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Sat, 02 Apr 2011 12:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Remote-execution-error/m-p/2285478#M59100</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-02T12:28:43Z</dc:date>
    </item>
  </channel>
</rss>

