Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
gcancill
Contributor III
Contributor III

tSOAP Component: SOAPException cannot be resolved

After Upgrading to TOS8 component tSOAP cannot be used.

Error Message:

Detail Message: The type javax.xml.soap.SOAPException cannot be resolved. It is indirectly referenced from required .class files

There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

I use TOS 8.0.1 with Zulu Java JDK 11.62.17 on Windows 10 Enterprise

Java already installed again, but unfortunately no success.

Could anyone help on this issue?

Thanks for you help

Giuseppe

Labels (2)
1 Solution

Accepted Solutions
gcancill
Contributor III
Contributor III
Author

finally i could solve the issue.

it seems that something was wrong with the installed components. after deinstallation and fresh installation of TOS it works now.

no idea what was wrong, but after fresh installation the problem is solved

 

View solution in original post

9 Replies
Anonymous
Not applicable

Hi

It is a known issue, javax.xml.soap.* doesn't exist in Java 11, see more discussions in this page. To fix it, download the jar and import the jar using a tLibraryLoad component in the beginning of job.

 

Regards

Shong

 

gcancill
Contributor III
Contributor III
Author

Unfortunately still not working:

0695b00000dcacrAAA.png

Anonymous
Not applicable

Hello,

What's error message are you getting when using a tLibraryLoad component in the beginning of job.

Please make sure you add tPrejob > tLibraryLoad components t in the beginning of job and select or load the soap jar into the tLibraryLoad.

Best regards

Sabrina

gcancill
Contributor III
Contributor III
Author

Hi Sabrina,

i add tPrejob now, but no success:

 

0695b00000dcfhSAAQ.png

Anonymous
Not applicable

Hello,

When you get some compile errors, please check your "Code" tab in your job. There will be your compile error highlighted in red line.

Could your please show us your tLibraryLoad component setting and trouble red line screenshots?

Best regards

Sabrina

 

 

gcancill
Contributor III
Contributor III
Author

0695b00000dcg50AAA.png 

 

0695b00000dcg4qAAA.png

gcancill
Contributor III
Contributor III
Author

finally i could solve the issue.

it seems that something was wrong with the installed components. after deinstallation and fresh installation of TOS it works now.

no idea what was wrong, but after fresh installation the problem is solved

 

Anonymous
Not applicable

Hello,

Thanks for your feedback and sharing the solution with us on Community.

Best regards

Sabrina

MAnywar
Contributor III
Contributor III

Hi @Shicong Hong​  I am using Mac OSX, And tried downgrading from Java 11 to Java 8, but still I have the same issue. I also tried to re-installing a fresh version of my TOS installation, but still it failed. Could there be anything/solution out of the ordinary to solve this problem.