Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
[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)
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
Hi Sabrina,
I edited the file as suggested still having the same issue. we are using version 7.1.1. Please see attachment.
Thanks
Sabrina,
Any update?