<?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: tDBBulkExec - Oracle - null pointer exception in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252958#M36444</link>
    <description>&lt;P&gt;The component successfully completes the Truncate table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at the code window, it doesn't point to a specific line of code.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2019 21:29:42 GMT</pubDate>
    <dc:creator>talendtester</dc:creator>
    <dc:date>2019-03-13T21:29:42Z</dc:date>
    <item>
      <title>tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252954#M36440</link>
      <description>&lt;P&gt;I have a table created in an Oracle database.&lt;/P&gt;&lt;P&gt;I have a delimited data file with data I have already successfully loaded into the table in the past.&lt;/P&gt;&lt;P&gt;I truncated the table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load the table using the &lt;STRONG&gt;tDBBulkExec&lt;/STRONG&gt; component so all the data is loaded with a single commit.&lt;/P&gt;&lt;P&gt;I am using Encoding WE8&lt;STRONG&gt;ISO8859P15&lt;/STRONG&gt; which was used to create the data file I am trying to load.&lt;/P&gt;&lt;P&gt;Record Format Steam Record terminator "\\n"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exception in component tDBBulkExec_1 (Test_BulkLoad)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;java.lang.NullPointerException&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;job |context|priority|type |origin |message |code|&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;-------------|-------|--------|--------------|-------------|-----------------------------------|----|&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Test_BulkLoad|Default|6 |Java Exception|tDBBulkExec_1|&lt;STRONG&gt;java.lang.NullPointerException:null&lt;/STRONG&gt;|1&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252954#M36440</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2024-11-16T06:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252955#M36441</link>
      <description>&lt;P&gt;Do you have any column defined as not null , you might be getting null&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 19:40:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252955#M36441</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-13T19:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252956#M36442</link>
      <description>&lt;P&gt;All the columns are &lt;STRONG&gt;VARCHAR(255)&lt;/STRONG&gt; and &lt;STRONG&gt;Nullable&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252956#M36442</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-13T20:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252957#M36443</link>
      <description>&lt;P&gt;hmm , do you have more detail on error , looks like java error rather than database&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we need to identify which line of code is giving this error ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 20:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252957#M36443</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-13T20:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252958#M36444</link>
      <description>&lt;P&gt;The component successfully completes the Truncate table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I looked at the code window, it doesn't point to a specific line of code.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 21:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252958#M36444</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-13T21:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252959#M36445</link>
      <description>&lt;P&gt;For this limitation, does it mean if the Oracle SQL*Plus database client is installed on the same virtual machine where Talend Studio DI is installed it will work? Or is that maybe the reason for the null pointer error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/OiE9c8HiCI9t0YIWF97K9w" target="_self" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/OiE9c8HiCI9t0YIWF97K9w&lt;/A&gt;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;Limitation&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The database server/&lt;STRONG&gt;client&lt;/STRONG&gt; must be installed on the&lt;STRONG&gt; same machine&lt;/STRONG&gt; where the &lt;STRONG&gt;Studio&lt;/STRONG&gt; is &lt;STRONG&gt;installed&lt;/STRONG&gt; or where the Job using &lt;SPAN class="emphasis"&gt;&lt;STRONG&gt;tOracleBulkExec&lt;/STRONG&gt;&lt;/SPAN&gt; is deployed, so that the component functions properly.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 13 Mar 2019 23:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252959#M36445</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-13T23:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252960#M36446</link>
      <description>&lt;P&gt;Yes SqlPlus should be in machine of jobserver.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please do a java debug of your code and check which line it is giving this error ?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 10:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252960#M36446</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-03-14T10:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252961#M36447</link>
      <description>&lt;P&gt;Here is the Java Debug:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_Java_Debug.jpg" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17392i92C3A8258E6A7B2F/image-size/large?v=1.0&amp;amp;px=999" title="Talend_Java_Debug.jpg" alt="Talend_Java_Debug.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here is the warning:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Talend_Java_Debug2.jpg" style="width: 999px;"&gt;&lt;IMG src="https://yutwg22796.i.lithium.com/t5/image/serverpage/image-id/17393i1BB53E1808D64E8F/image-size/large?v=1.0&amp;amp;px=999" title="Talend_Java_Debug2.jpg" alt="Talend_Java_Debug2.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 21:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252961#M36447</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-18T21:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252962#M36448</link>
      <description>&lt;P&gt;&lt;STRONG&gt;What does this mean? Is it one of those phantom errors where I need to delete folders and have the project rebuild?&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;org.eclipse.swt.SWTException: &lt;STRONG&gt;Failed to execute runnable&lt;/STRONG&gt; (&lt;STRONG&gt;java.lang.NullPointerException&lt;/STRONG&gt;)&lt;BR /&gt;at org.eclipse.swt.SWT.error(SWT.java:4441)&lt;BR /&gt;at org.eclipse.swt.SWT.error(SWT.java:4356)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:139)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147)&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151)&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)&lt;BR /&gt;at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)&lt;BR /&gt;at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636)&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:579)&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:265)&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:134)&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Unknown Source)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1465)&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at org.talend.designer.runprocess.ui.DebugProcessTosComposite$16$1.run(DebugProcessTosComposite.java:1139)&lt;BR /&gt;at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)&lt;BR /&gt;at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)&lt;BR /&gt;... 23 more&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 22:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252962#M36448</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-18T22:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: tDBBulkExec - Oracle - null pointer exception</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252963#M36449</link>
      <description>&lt;P&gt;I found this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;This issue seems to be reproducible when an external program (e.g. MS-Word) is set as the Default Editor in Eclipse for opening *.java files.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/EvoSuite/evosuite/issues/133" target="_self" rel="nofollow noopener noreferrer"&gt;https://github.com/EvoSuite/evosuite/issues/133&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Mar 2019 22:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tDBBulkExec-Oracle-null-pointer-exception/m-p/2252963#M36449</guid>
      <dc:creator>talendtester</dc:creator>
      <dc:date>2019-03-18T22:22:32Z</dc:date>
    </item>
  </channel>
</rss>

