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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problem with JDK and JDR

Hello
I have a problem executing the tWebService component. Error:
Exception in component tWebService_1 (Web)
java.lang.IllegalStateException: No compiler detected, make sure you are running on top of a JDK instead of a JRE.
I put screenshots of the process and Java configuration.


0683p000009LtGi.jpgpro

 

0683p000009LsxA.jpgJDK

0683p000009LtAl.jpgError

 

 I need help please.

Labels (4)
12 Replies
Anonymous
Not applicable
Author

Hello,

Please make sure that JDK installation path\bin has been added to the PATH system variable as this twebservice component requires an Oracle JDK to be functional.

Hope this article will help

How do I set or change the PATH system variable?

Best regards

Sabrina

Anonymous
Not applicable
Author

Another possible cause/solution -- I was starting my Studio with a different vm than the Java one I was pointing to with my PATH and JAVA_HOME.

 

My 'Talend-Studio-win-x86_64.ini' file had this as its first two lines:

 

-vm
C:\Talend\6.5.1\jre1.8.0_131\bin\server\jvm.dll

 

My JAVA_HOME was pointing to a different java version:

 

C:\Program Files\Java\jdk1.8.0_144

 

I removed those first two lines from my .ini file, restarted Studio, and then the job ran fine (in Studio -- haven't tried in other environments yet).

 

Anonymous
Not applicable
Author

3) link helped me, thanks!