<?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: Errors or Warning lines results in java.lang.NullPointerException in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358909#M123839</link>
    <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Yes, I know this bug and many Eclipse related bugs too. One of my favorite is "No more handles" and thats it.&lt;BR /&gt;Sometimes jobs gets corrupted. These jobs mostly cannot be restored and I usually create them new from scratch. I have the idea how to solve the problem and that saves time.&lt;BR /&gt;Sorry I do not know a good solution, but to know you are not alone is causes sometimes bit better feeling.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I appreciate the response. I'm new to Talend so yes, it is somewhat comforting to know that I'm not alone in this. I guess I'll just move on and hope this doesn't become a show stopper in the future. 
&lt;BR /&gt;Thanks jlolling!</description>
    <pubDate>Thu, 15 Aug 2013 21:35:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-15T21:35:03Z</dc:date>
    <item>
      <title>Errors or Warning lines results in java.lang.NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358907#M123837</link>
      <description>Hi, 
&lt;BR /&gt;When trying to resolve errors in a job I select the Problems tab and try selecting entries under Errors or Warnings but get the message: "An error has occurred. See error log for more details. java.lang.NullPointerException". Error log info: 
&lt;BR /&gt; 
&lt;BR /&gt;!ENTRY org.eclipse.jface 4 2 2013-08-15 10:24:44.842 
&lt;BR /&gt;!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.jface". 
&lt;BR /&gt;!STACK 0 
&lt;BR /&gt;java.lang.NullPointerException 
&lt;BR /&gt; at org.talend.designer.core.ui.views.problems.ProblemsView.selectInDesigner(ProblemsView.java:206) 
&lt;BR /&gt; at org.talend.designer.core.ui.views.problems.ProblemsView.access$0(ProblemsView.java:197) 
&lt;BR /&gt; at org.talend.designer.core.ui.views.problems.ProblemsView$1.selectionChanged(ProblemsView.java:134) 
&lt;BR /&gt; at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162) 
&lt;BR /&gt; at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42) 
&lt;BR /&gt; at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49) 
&lt;BR /&gt; at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175) 
&lt;BR /&gt; at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer.java:160) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2162) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1190) 
&lt;BR /&gt; at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1220) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:228) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy.access$4(OpenStrategy.java:222) 
&lt;BR /&gt; at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:389) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:127) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Method.java:606) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt;Different behaviors: 
&lt;BR /&gt;1) Open a blank, new job, the same three items listed under Errors. 
&lt;BR /&gt;2) Single clicking brings up the error detailed above (picture attached). 
&lt;BR /&gt;but 
&lt;BR /&gt;1) With no job open, the Problems tab lists three items under Errors. 
&lt;BR /&gt;2) Nothing happens when single or double clicking any of these errors. 
&lt;BR /&gt;then 
&lt;BR /&gt;1)From the menu select Window-&amp;gt;Show View-&amp;gt;General-&amp;gt;Problems 
&lt;BR /&gt;2)A new Problems tab appears next to the old one except this one lists three items in Errors and 100 of 4161 Warnings 
&lt;BR /&gt;3)Double Clicking any of these brings up the .java Resource (no pop up errors) 
&lt;BR /&gt; 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Thu, 15 Aug 2013 18:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358907#M123837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-15T18:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Errors or Warning lines results in java.lang.NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358908#M123838</link>
      <description>Yes, I know this bug and many Eclipse related bugs too. One of my favorite is "No more handles" and thats it. 
&lt;BR /&gt;Sometimes jobs gets corrupted. These jobs mostly cannot be restored and I usually create them new from scratch. I have the idea how to solve the problem and that saves time. 
&lt;BR /&gt;Sorry I do not know a good solution, but to know you are not alone is causes sometimes bit better feeling.</description>
      <pubDate>Thu, 15 Aug 2013 21:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358908#M123838</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-15T21:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Errors or Warning lines results in java.lang.NullPointerException</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358909#M123839</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Yes, I know this bug and many Eclipse related bugs too. One of my favorite is "No more handles" and thats it.&lt;BR /&gt;Sometimes jobs gets corrupted. These jobs mostly cannot be restored and I usually create them new from scratch. I have the idea how to solve the problem and that saves time.&lt;BR /&gt;Sorry I do not know a good solution, but to know you are not alone is causes sometimes bit better feeling.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;I appreciate the response. I'm new to Talend so yes, it is somewhat comforting to know that I'm not alone in this. I guess I'll just move on and hope this doesn't become a show stopper in the future. 
&lt;BR /&gt;Thanks jlolling!</description>
      <pubDate>Thu, 15 Aug 2013 21:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Errors-or-Warning-lines-results-in-java-lang/m-p/2358909#M123839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-15T21:35:03Z</dc:date>
    </item>
  </channel>
</rss>

