<?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: NullPointerException when running rest web service in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311133#M82200</link>
    <description>I uploaded, but I don't think the problem is there. Please view the region I specified in the other pictures. I really want to know what does it means "1 rows -0.03s". Thanks!</description>
    <pubDate>Thu, 25 Jun 2015 11:18:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-25T11:18:40Z</dc:date>
    <item>
      <title>NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311131#M82198</link>
      <description>&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;Hi&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;I’m a new user of Talend Open Studio.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;I’m trying to make a student system which has the following functions:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;get the scores of a clas which is specified by “major”, “grade”, “class_id”&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;get the scores of a student, in current year, which is specified by “student_id”&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Symbol"&gt;·&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;I can get a good reponse with both of the two output flow “getNotes” and “getNote”&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;But when I test the output flow “getNote”,&amp;nbsp; there are always an Exception :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;Exception in component tSetGlobalVar_1&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;java.lang.NullPointerException&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at student.test_0_1.test.tRESTRequest_1_LoopProcess(test.java:10336)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at student.test_0_1.test$RestServiceProviderImpl4TalendJob.processRequest(test.java:792)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at student.test_0_1.test$RestServiceProviderImpl4TalendJob.getNote(test.java:897)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.reflect.Method.invoke(Method.java:601)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.service.invoker.AbstractInvoker.performInvocation(AbstractInvoker.java:188)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.service.invoker.AbstractInvoker.invoke(AbstractInvoker.java:104)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:204)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.jaxrs.JAXRSInvoker.invoke(JAXRSInvoker.java:101)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.interceptor.ServiceInvokerInterceptor$1.run(ServiceInvokerInterceptor.java:58)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.interceptor.ServiceInvokerInterceptor.handleMessage(ServiceInvokerInterceptor.java:94)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:272)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.transport.ChainInitiationObserver.onMessage(ChainInitiationObserver.java:121)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.serviceRequest(JettyHTTPDestination.java:355)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.transport.http_jetty.JettyHTTPDestination.doService(JettyHTTPDestination.java:319)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.apache.cxf.transport.http_jetty.JettyHTTPHandler.handle(JettyHTTPHandler.java:65)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1088)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1024)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.Server.handle(Server.java:370)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:696)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:53)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="red"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at java.lang.Thread.run(Thread.java:722)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Arial"&gt;Comparing the two output flows, I think that, normally, which we try to test an output flow, there should be a green line “1 rows in *s” on the output flow which is called and a green line “0 rows in*s” on other output flows&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;So I want to know why, &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt; when I test the output flow «&amp;nbsp;getNote&amp;nbsp;», I get&amp;nbsp; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;”1 rows -0.03s” on the&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;output flow «&amp;nbsp;getNote&amp;nbsp;» and "starting" on others &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;, what does the blue line”1 rows -0.03s” means? After all, I get a good reponse.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="black"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri"&gt;Waiting for your reply! Thanks in advance!&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311131#M82198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311132#M82199</link>
      <description>Can you take a screenshot of your job and also of your tSetGlobalVar configuration? The problem is with the tSetGlobalVar.</description>
      <pubDate>Thu, 25 Jun 2015 10:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311132#M82199</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311133#M82200</link>
      <description>I uploaded, but I don't think the problem is there. Please view the region I specified in the other pictures. I really want to know what does it means "1 rows -0.03s". Thanks!</description>
      <pubDate>Thu, 25 Jun 2015 11:18:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311133#M82200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T11:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311134#M82201</link>
      <description>Here it is, please see also the zones&amp;nbsp; I specified in blue and red.</description>
      <pubDate>Thu, 25 Jun 2015 11:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311134#M82201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T11:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311135#M82202</link>
      <description>The Java is falling over because of a NullPointerException with the tSetGlobalVar component. It might not be that component that is the root cause, but in order to help with this we will need to see the Job and the tSetGlobalVar configuration. Have you tried to send screenshots? We cannot see them here. This may be because this forum has security on the number of posts you have to send before images are allowed (although they claim they do not, it is a consistent issue). Either try posting a few posts to get up to 10 or mail me admin@rilhia.com with the screenshots and I will post them, hopefully with a suggestion.</description>
      <pubDate>Thu, 25 Jun 2015 12:55:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311135#M82202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-25T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311136#M82203</link>
      <description>Hi&amp;nbsp; 
&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;e4259&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;, 
&lt;BR /&gt;N 
&lt;FONT color="#000000"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Calibri, sans-serif"&gt;o limitation exists for the image.&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;You can upload images for the first topic/post. 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Please drag&amp;amp;drop the image directly in the editor window if you use "Upload" button.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Please take a look at my screenshot.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&lt;FONT size="3"&gt;&lt;FONT face="??"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDu9.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145100i767F3991ACA198CD/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDu9.png" alt="0683p000009MDu9.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 26 Jun 2015 03:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311136#M82203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-26T03:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: NullPointerException when running rest web service</title>
      <link>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311137#M82204</link>
      <description>You say that xdshi, but when I rejoined a couple of weeks ago I had that issue. It is also quite clear that others are having it. For me (a couple of weeks ago) it actually said that until I had posted 10 posts that I would not be able to post images.</description>
      <pubDate>Fri, 26 Jun 2015 08:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/NullPointerException-when-running-rest-web-service/m-p/2311137#M82204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-26T08:13:55Z</dc:date>
    </item>
  </channel>
</rss>

