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

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

Java Runtime Environment issue

Team , 

 

I am getting below error while running job from TAC command line . recently I have updated JDK verstion 1.6 to 1.8 . from after I am getting this issue . any help on this. 


Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.8', but '1.6' is required.
Error: could not find java.dll
Error: could not find Java SE Runtime Environment.

### Job ENDED WITH ERROR at 2017/08/23 13:45:43

Labels (4)
5 Replies
Anonymous
Not applicable
Author

Hi,

Which is talend build version you are using? Did you set your java environment correctly on your server?

Please give us more information about your current situation.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi , Thanks for reply,

We are using v4 , and patch is installed in both the place Job consul and job server . java updated 1.6 to 1.8 .

 

could you please let us know what are the places we need to set your java environment.

 

Thanks,

Prathap.

 

Anonymous
Not applicable
Author

Hi,

Are you using talend V 6.4?

There is no java installed on your server? Here is online document about:TalendHelpCenter:Installing Java

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi,

We are using Talend Version 4 .

Java 1.8 Installed already . recently we have updated java v1.6 to v1.8  . but jobs still looking for V1.6.

 

Error:

### Job STARTED at 2017/08/24 15:35:02 (jobId=20170824_112001_4GTCH, jobExecutionId=20170824153502_KdsEu) ### Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'

has value '1.8', but '1.6' is required.

Error: could not find java.dll

Error: could not find Java SE Runtime Environment.

 

 

Thanks,

Prathap.

 

Anonymous
Not applicable
Author

I had exactly the same sequence of error messages when trying to restart Talend Open Studio after our IT Dept pushed a new version of Java to my machine. After investigation, it appears the deployment removed the jre folder from my Talend installation folder (TOS_DI-20160704_1411-V6.2.1). I copied the entire jre folder from the new java, with all its contents - which included the bin folder and java.dll - to the Talend folder and all was well again. Why a Java upgrade would do that remains a mystery for me, but if anyone out there is ever in the same position, I hope this helps.