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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSOAP Issue

Hi everyone,

 

After some long hours of test, I'm resigned to write you about my issue.

 

I have got a Talend job running on a Linux VM, on a java 1.7u80. The job runs perfectly but I have to migrate it on a windows environnement and integrate it on the worskpace folder that is now on a Talend 7.1.1.

 

I well integrate the job on the workspace, that's the easy part. But when I try to run it I have a weird error and I can't find the reason of it.

 

Thank you for any small hint you may have.

 

Regards

Labels (2)
8 Replies
Anonymous
Not applicable
Author

Hi
Can you upload a screenshot of the basic settings of tSOAP component? Do you use any variables on it?
BTW, v7.1.1 requires Java 1.8.0_161 at least.

Regards
Shong
Anonymous
Not applicable
Author

Hi Shong,

 

Thanks for your reply.

 

Find below a screenshot ot the parameters we set in the composant.

 

We indeed are using variables. I try to set directly the values without passing through variables, but the result is the same error.

 

About java, when I said the job runs well on a Linux and java 1.7u80, I was not clear I think. The job has been developped whith an old version of Talend (I don't know which one but compatible with 1.7u80).

I now try to make this job work on the last Talend version and on windows. I'm using java 1.8u241 on my Talend 7.1.

 

Regards

Anonymous
Not applicable
Author

I can't see your image, can you try to upload it again?
Anonymous
Not applicable
Author

Find it attached.

 

Regards


unnamed.png
Anonymous
Not applicable
Author

I thought, maybe the value of one of variables is null.
If you are a Java developer, you can launch the Debug model and debug the Java code to check where throw the NPE.

0683p000009M9fM.png

Anonymous
Not applicable
Author

I had the same though, that's why I first print my parameters, none of them are null.

But I will try through the Debug model and give you a feedback

Anonymous
Not applicable
Author

Hi,

 

I tried the Java Debug Mode.

I saw my variables, each one has a value.

I run step by step the program, it stops at the highlighted in the screenshot.

 

If you have any idea...

 

Regards


Capture.PNG
Anonymous
Not applicable
Author


mycfavisit wrote:

Hi,

 

I tried the Java Debug Mode.

I saw my variables, each one has a value.

I run step by step the program, it stops at the highlighted in the screenshot.

 

If you have any idea...

 

Regards


The job has been developped whith an old version of Talend (I don't know which one but compatible with 1.7u80).

I know try to make this job work on the last Talend version and on windows. I'm using java 1.8u241 on my Talend 7.1.