Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
the problem described here https://community.talend.com/t5/Design-and-Development/resolved-tWebservice-nullpointer-exception/td... is not solved for me at all. I'm still getting a nullpointer exception when I try to run the talend example job for the tWebservice component.
Exception in component tWebService_1
java.lang.NullPointerException
at org.apache.cxf.common.util.Compiler.useJava6Compiler(Compiler.java:190)
at org.apache.cxf.common.util.Compiler.compileFiles(Compiler.java:144)
at org.apache.cxf.common.util.Compiler.compileFiles(Compiler.java:139)
Like suggested in previous posts, I switched to Java JDK 6 (u45) with no improvements (same error). I'm using talend open studio 6.4.0 on Windows 10.
Could you please help!
Kind regards
Hi TalendDIUser
I have tested the scenario Getting country names trhrough a web service in the component document and it works. Below is my JRE configuration in preferences page.
As I suggested, have a try to copy the jar file tools.jar from <jdk installation dir>/lib to <jre installation dir>/lib, let me know if it works.
Regards
Shong
First of all - JDK6(!!!) it was actual in 2013 and may be 2015 ..
Talend newer than 6.4 require 1.8
please attach Your screenshots , because at least in last part of previous thread - error do not have nothing common with Java version
regards, Vlad
I am also facing the same issue,i posted in the community stil with nohelp. Itried using twebserviceinput and twebservice and setting the JDK path etc.
Also tried with tsoap component also, no luck,But tht is giving a different error.Please help wht might be gng wrong.Screenshots are mentioned in the post "Twebserviceinput-giving-NUllpointer-exception"
@sanjana wrote:
I am also facing the same issue,i posted in the community stil with nohelp
. Itried using twebserviceinput and twebservice and setting the JDK path etc.
Also tried with tsoap component also, no luck,But tht is giving a different error.Please help wht might be gng wrong.Screenshots are mentioned in the post "Twebserviceinput-giving-NUllpointer-exception"
do You try to do suggested by Sabrina?
yes vapukov i did tried it long back only mapping the ports,but still the same error
Shong,
After dng this shd i set the jre path in prefereneces/talend/java-jre path?
Shong,
This is not somehting which i am practising,actually ,this is one of the usecase from my project.