<?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: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198622#M1879</link>
    <description>Please add the flow Profiles to your job.In the current component release is a bug which creates otherwise wrong java code for the job. 
&lt;BR /&gt;I will update the component as soon as possible to fix that.</description>
    <pubDate>Sun, 02 Feb 2014 22:32:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-02T22:32:24Z</dc:date>
    <item>
      <title>[resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198617#M1874</link>
      <description>I am playing around with the tGoogleAnalyticsManagement plugin to extract the data from the Google analytics management API. 
&lt;BR /&gt;I have setup the 
&lt;BR /&gt;1) tGoogleAnalyticsManagement 
&lt;BR /&gt;and 
&lt;BR /&gt;2) linked that to 4 tFileOutputExcel modules. 
&lt;BR /&gt;I can connect to the G.A. management API, auth2.0 is all ok but then I get the following error: 
&lt;BR /&gt; 
&lt;BR /&gt;Exception in component tGoogleAnalyticsManagement_1 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at de.cimt.talendcomp.googleanalytics.GoogleAnalyticsManagement.collectProfiles(GoogleAnalyticsManagement.java:207) 
&lt;BR /&gt; at test2.ga_management_api_0_1.GA_management_API.tGoogleAnalyticsManagement_1Process(GA_management_API.java:1923) 
&lt;BR /&gt; at test2.ga_management_api_0_1.GA_management_API.runJobInTOS(GA_management_API.java:3400) 
&lt;BR /&gt; at test2.ga_management_api_0_1.GA_management_API.main(GA_management_API.java:3258) 
&lt;BR /&gt;Does anyone have any idea what I am doing wrong? 
&lt;BR /&gt;I am quite a newbie with Talend so maybe it something very basics I am doing wrong... 
&lt;BR /&gt;Thanks for the help, 
&lt;BR /&gt;Hans</description>
      <pubDate>Thu, 30 Jan 2014 10:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198617#M1874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T10:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198618#M1875</link>
      <description>Could you please give me an idea about your configuration of this component. It should work and the stack trace line is a bit a miracle for me. At this point a NullPointerException could not happened.</description>
      <pubDate>Thu, 30 Jan 2014 20:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198618#M1875</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T20:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198619#M1876</link>
      <description>I have just updated the component to a newer Google API release (1.15). 
&lt;BR /&gt;Please reinstall this component (now in its release 1.3) from Talend Exchange and try it again. 
&lt;BR /&gt;Unfortunately I could not reproduce your problem, but I have added some code to detect problems in a better way.</description>
      <pubDate>Thu, 30 Jan 2014 21:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198619#M1876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-30T21:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198620#M1877</link>
      <description>Hi Jan, first of all thanks for the quick update and reply. I have updated the component, unfortunately it still doesn't work. 
&lt;BR /&gt;The error code I got now was: 
&lt;BR /&gt;Starting job testmanagementgav2 at 14:41 01/02/2014. 
&lt;BR /&gt; connecting to socket on port 3945 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tGoogleAnalyticsManagement_1 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at de.cimt.talendcomp.googleanalytics.GoogleAnalyticsManagement.collectProfiles(GoogleAnalyticsManagement.java:221) 
&lt;BR /&gt; at test2.testmanagementgav2_0_1.testmanagementgav2.tGoogleAnalyticsManagement_1Process(testmanagementgav2.java:2034) 
&lt;BR /&gt; at test2.testmanagementgav2_0_1.testmanagementgav2.runJobInTOS(testmanagementgav2.java:3121) 
&lt;BR /&gt; at test2.testmanagementgav2_0_1.testmanagementgav2.main(testmanagementgav2.java:2986) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job testmanagementgav2 ended at 14:41 01/02/2014. 
&lt;BR /&gt; 
&lt;BR /&gt;What I did do was break it down into different steps, first I did accounts only, that worked fine in an XLS aswell as an CSV output file. 
&lt;BR /&gt;When I added the second step: webproperties, I got an error message during the phase of building the job. 
&lt;BR /&gt;It said: 
&lt;BR /&gt;The method collectWebproperties() is undefined for the type GoogleAnalyticsManagement. 
&lt;BR /&gt;However when I did only: accounts + profiles to CSV I did not get an error mesage during building the job but I got the same error when actually connected to Google analytics. 
&lt;BR /&gt;Hope the information above helps... 
&lt;BR /&gt;Thanks and regards, 
&lt;BR /&gt;Hans</description>
      <pubDate>Sat, 01 Feb 2014 13:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198620#M1877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-01T13:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198621#M1878</link>
      <description>This component is a bit old and works very well in a couple of my projects (customer projects). 
&lt;BR /&gt;I am very surprised about your problems. 
&lt;BR /&gt;Could you please export your job as Job-Items and send it to me. I will immediately start my investigation whats going on and send you feedback. 
&lt;BR /&gt;Actually the use case for this component is quit simple and the screenshot shows the common usage. 
&lt;BR /&gt;The method collectWebproperties() is not used anymore in the job code. This method is called internal only. 
&lt;BR /&gt;It looks like you have an very very outdated release of this component running. 
&lt;BR /&gt;I also suggest we get rid of the old one: 
&lt;BR /&gt;1. stop your studio 
&lt;BR /&gt;2. delete the component directory (if it not exists, do not worry, I tell you all possible places) 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;studio&amp;gt;/plugins/org.talend.designer.components.localprovider_&amp;lt;release&amp;gt;/components/ext/user/tGoogleAnalyticsManagement 
&lt;BR /&gt;and 
&lt;BR /&gt;&amp;lt;studio&amp;gt;/plugins/org.talend.designer.components.localprovider_&amp;lt;release&amp;gt;/components/exchange/user/tGoogleAnalyticsManagement 
&lt;BR /&gt;and 
&lt;BR /&gt;&amp;lt;workspace&amp;gt;/YOUR_PROJECT/components/tGoogleAnalyticsManagement 
&lt;BR /&gt;and 
&lt;BR /&gt;&amp;lt;studio&amp;gt;/plugins/org.talend.designer.components.exchange_&amp;lt;release&amp;gt;/downloaded/tGoogleAnalyticsManagement 
&lt;BR /&gt;and in a user component directory if you have set one in Preferrences-&amp;gt;Talend-&amp;gt;Components 
&lt;BR /&gt;No let us remove the translators (the code made of the javajet files to create your job code) 
&lt;BR /&gt;&amp;lt;workspace&amp;gt;/.JETEmitters/src/org/talend/designer/codegen/translators/business/google/TGoogleAnalyticsManagementBeginJava.java and TGoogleAnalyticsManagementEndJava.java 
&lt;BR /&gt;and finally 
&lt;BR /&gt;&amp;lt;/studio&amp;gt;/configuration/ComponentCache.javacache 
&lt;BR /&gt;OK now start your studio and open you job again. Studio now has to complain the missing component. 
&lt;BR /&gt;Now install the component again (I suggest using the Exchange view). 
&lt;BR /&gt;By the hell, now it must run without further error!! 
&lt;BR /&gt;If not please send me an email and we check it - if you want we can use a WebEx session. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Jan Lolling</description>
      <pubDate>Sat, 01 Feb 2014 14:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198621#M1878</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-01T14:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198622#M1879</link>
      <description>Please add the flow Profiles to your job.In the current component release is a bug which creates otherwise wrong java code for the job. 
&lt;BR /&gt;I will update the component as soon as possible to fix that.</description>
      <pubDate>Sun, 02 Feb 2014 22:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198622#M1879</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-02T22:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198623#M1880</link>
      <description>Hi Jan, thanks for the update, with the latest update all works fine.</description>
      <pubDate>Fri, 14 Feb 2014 13:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198623#M1880</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-14T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException in tGoogleAnalyticsManagement</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198624#M1881</link>
      <description>Yes, because I have accepted the fact of not fully correct configured Google Analytics profiles. Normally it should not happen: a account without a fully filled hierarchy of account-&amp;gt;webproperties-&amp;gt;profiles but is a fact. &lt;BR /&gt;You will see in the console a messages when this inconsistence config occurs.</description>
      <pubDate>Sat, 15 Feb 2014 15:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-in/m-p/2198624#M1881</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-15T15:44:19Z</dc:date>
    </item>
  </channel>
</rss>

