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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tWebservice - nullpointer exception

I'm trying to add a category via webservice to virtuemart.
I receive the following error:
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)
I'm not able to debug this error (or I don't know how).

My job looks like the following pictures:
any ideas?
Thank you!
Regards,
Robert
0683p000009MEVn.png 0683p000009MEVs.png
Labels (3)
24 Replies
Anonymous
Not applicable
Author

Hi Guys ,
I am getting the same error.
Environment:
                  OS : Windows 7 32 bit
               JAVA : JDK 8/JDK6/JRE8/JRE6.
Please see the details in snapshots ...
Can any one help me to find the correct JAVA version ...
I don't want to install JAVA 7 without any confirmation.
 
0683p000009MEW2.png
vapukov
Master II
Master II

why You decide - You have problem with Java version?
all could be much more simple:
You have - tFlowToIterate from row8, but in tWebService use globalMap.get("row1.CountyName"), and of course it will be null
may be of course somewhere above You have row1 , but on all pictures - not
Anonymous
Not applicable
Author

why You decide - You have problem with Java version?
all could be much more simple:
You have - tFlowToIterate from row8, but in tWebService use globalMap.get("row1.CountyName"), and of course it will be null
I am using (String)globalMap.get("row1.countryName") in tWebServiceInput and method name is "GetCurrencyByCountryResult"
There is no black row in tFixedFlowInput.

may be of course somewhere above You have row1 , but on all pictures - not
I am using the same process as shown in pictures.


Reposting the snapshot in case if its not visible ...
0683p000009ME9t.png
vapukov
Master II
Master II

do not repost it (still bad), just look on it self, and read previous answer
Anonymous
Not applicable
Author

why You decide - You have problem with Java version?
all could be much more simple:
You have - tFlowToIterate from row8, but in tWebService use globalMap.get("row1.CountyName"), and of course it will be null
I guess you wanted to point out at the flow line that is row 8 .
Thanks
I am creating a fresh job to avoid any confusion.

may be of course somewhere above You have row1 , but on all pictures - not