Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
April 13–15 - Dare to Unleash a New Professional You at Qlik Connect 2026: Register Now!
cancel
Showing results for 
Search instead for 
Did you mean: 
AAA999
Contributor III
Contributor III

java.lang.NullPointerException using tweservice Parallelization

Gurus,

I am getting the following error when using twebservice( WSDL file) in the job. I ran the job with and without Parallelization but keeps getting the same error. I want to test the job with Parallelization, also I followed all the solutions mentioned on the forum but no luck. We are using enterprise version 7.1

Has anyone ran it to such situation? Any help would be appreciated.

I also moved tools.jar file from JDK/lib to jre/lib.

 

Please see attachment.

0683p000009M7lO.jpg0683p000009M7lT.jpg

0683p000009M7ld.jpg0683p000009M7L9.jpg

 

[FATAL]: dataquality.m_webservice_eu_notfile_vatid_0_1.m_webservice_eu_notfile_vatid - tDBOutput_1 null
java.lang.NullPointerException
at dataquality.m_webservice_eu_notfile_vatid_0_1.m_webservice_eu_notfile_vatid.tCollector_1Process(m_webservice_eu_notfile_vatid.java:5811)
at dataquality.m_webservice_eu_notfile_vatid_0_1.m_webservice_eu_notfile_vatid$1TargetTask_tPartitioner_1.doWork(m_webservice_eu_notfile_vatid.java:926)
at org.talend.concurrent.ParallelTask.call(ParallelTask.java:52)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

There is known bug when using the tWebService component to import the wsdl file or create the metadata, throws the following Null Pointer Exception.

This issue is fixed in Talend 7.2.1.

Could you please try to edit your .ini file, in this case, Talend-Studio-win-x86_64.ini, and add the following parameter:

-Dtalend.table.disableLazyLoading=true

 Let us know if it is OK with you.

Best regards

Sabrina

AAA999
Contributor III
Contributor III
Author

Hi Sabrina,

I edited the file as suggested still having the same issue. we are using version 7.1.1. Please see attachment.

Thanks

 

0683p000009M7im.jpg

 

 

0683p000009M7yy.jpg

AAA999
Contributor III
Contributor III
Author

Sabrina,

Any update?