<?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: using datasource in child jobs in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244336#M30519</link>
    <description>Hi Shong 
&lt;BR /&gt;Thank you for your reply. 
&lt;BR /&gt;PFA screenshot my two tests, which I called scenario1 and scenario2. 
&lt;BR /&gt;As you can see in scenario1 I use a tMysqlconnection with datasource (all other parameters host, port etc.. are empty) and tmysqlinoput_1 uses tMysqlconnection. The service is deployed on runtime and works perfectly. 
&lt;BR /&gt;In Scenario2, the db connection is in child job. In this case I obtain the bellow error in esb logs. What I understand, is that the child job is trying to open connection to database in regular manner (by using the connection parameters) and ignoring the datasource parameter. 
&lt;BR /&gt;Hope it's more clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | Exception in component tMysqlConnection_1 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | java.sql.SQLException: Must specify port after ':' in connection string 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.parseHostPortPair(NonRegisteringDriver.java:219) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.parseURL(NonRegisteringDriver.java:707) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.sql.DriverManager.getConnection(DriverManager.java:579) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.sql.DriverManager.getConnection(DriverManager.java:221) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.tMysqlConnection_1Process(testDS.java:1289) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.tPrejob_1Process(testDS.java:1201) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.runJobInTOS(testDS.java:1551) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.runJob(testDS.java:1414) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau.tRESTRequest_1_LoopProcess(testDSChapeau.java:1250) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau$RestServiceProviderImpl4TalendJob.processRequest(testDSChapeau.java:432) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau$RestServiceProviderImpl4TalendJob.testDS(testDSChapeau.java:536) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.lang.reflect.Method.invoke(Method.java:601) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:115) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:354) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:318) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1040) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:976) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.Server.handle(Server.java:363) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:931) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:992) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.lang.Thread.run(Thread.java:722) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | Exception in component tMysqlInput_1 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | java.lang.NullPointerException 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD7W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151532i23FD896DEDAB9F63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD7W.png" alt="0683p000009MD7W.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDU0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155209i45F83CA71CE22787/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDU0.png" alt="0683p000009MDU0.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDTS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135524i4275A52D0BCCC53C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDTS.png" alt="0683p000009MDTS.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Fri, 28 Mar 2014 06:22:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-03-28T06:22:50Z</dc:date>
    <item>
      <title>using datasource in child jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244334#M30517</link>
      <description>Hi
&lt;BR /&gt;I have a simple Rest service deployed on karaf and using datasource (the datasource is configured and works correctly).
&lt;BR /&gt;The job design looks like bellow :
&lt;BR /&gt;Scenario1
&lt;BR /&gt;tRestRequest-----&amp;gt;tFlowToIterate----&amp;gt;tjobRun (the child job use tmysqlinput that use datasource alias) ==&amp;gt; in this case datasource is not used.
&lt;BR /&gt;Scenario2
&lt;BR /&gt;tRestRequest-----&amp;gt;tFlowToIterate---&amp;gt;tMysqlInput ====&amp;gt; in this case datasource is used
&lt;BR /&gt;So my question is, is it possible to use datasource in child job when deployed as Dataservice?
&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Sat, 16 Nov 2024 11:42:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244334#M30517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: using datasource in child jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244335#M30518</link>
      <description>Hi
&lt;BR /&gt;I want to say I don't understand your problem well, what do you mean the datasource is used or is not used? Scenario2 is the child job called with tRunJob in Scenario1?
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 28 Mar 2014 02:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244335#M30518</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T02:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: using datasource in child jobs</title>
      <link>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244336#M30519</link>
      <description>Hi Shong 
&lt;BR /&gt;Thank you for your reply. 
&lt;BR /&gt;PFA screenshot my two tests, which I called scenario1 and scenario2. 
&lt;BR /&gt;As you can see in scenario1 I use a tMysqlconnection with datasource (all other parameters host, port etc.. are empty) and tmysqlinoput_1 uses tMysqlconnection. The service is deployed on runtime and works perfectly. 
&lt;BR /&gt;In Scenario2, the db connection is in child job. In this case I obtain the bellow error in esb logs. What I understand, is that the child job is trying to open connection to database in regular manner (by using the connection parameters) and ignoring the datasource parameter. 
&lt;BR /&gt;Hope it's more clear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | Exception in component tMysqlConnection_1 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | java.sql.SQLException: Must specify port after ':' in connection string 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1074) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:988) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:974) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.parseHostPortPair(NonRegisteringDriver.java:219) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.parseURL(NonRegisteringDriver.java:707) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.sql.DriverManager.getConnection(DriverManager.java:579) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.sql.DriverManager.getConnection(DriverManager.java:221) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.tMysqlConnection_1Process(testDS.java:1289) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.tPrejob_1Process(testDS.java:1201) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.runJobInTOS(testDS.java:1551) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testds_0_1.testDS.runJob(testDS.java:1414) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau.tRESTRequest_1_LoopProcess(testDSChapeau.java:1250) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau$RestServiceProviderImpl4TalendJob.processRequest(testDSChapeau.java:432) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at poc_uump.testdschapeau_0_1.testDSChapeau$RestServiceProviderImpl4TalendJob.testDS(testDSChapeau.java:536) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.lang.reflect.Method.invoke(Method.java:601) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:180) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:96) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:115) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:271) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:354) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:318) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:72) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1040) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:976) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.Server.handle(Server.java:363) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:483) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:931) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:992) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:627) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:51) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | at java.lang.Thread.run(Thread.java:722) 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | Exception in component tMysqlInput_1 
&lt;BR /&gt;INFO | jvm 1 | 2014/03/28 07:16:41 | java.lang.NullPointerException 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MD7W.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/151532i23FD896DEDAB9F63/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MD7W.png" alt="0683p000009MD7W.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDU0.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155209i45F83CA71CE22787/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDU0.png" alt="0683p000009MDU0.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDTS.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135524i4275A52D0BCCC53C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDTS.png" alt="0683p000009MDTS.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Mar 2014 06:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/using-datasource-in-child-jobs/m-p/2244336#M30519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-28T06:22:50Z</dc:date>
    </item>
  </channel>
</rss>

