Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Vivi2
Contributor III
Contributor III

Getting error- JVM setup is similar to the studio while running

Hello, 
I have error message while running any job in Talend open studio Data integration 6.3.1 version.
Can you please help me if anyone knows the cause for this error? 0683p000009LuQY.png
Error Message:
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

 

Thanks

Labels (2)
23 Replies
Anonymous
Not applicable

Hi,

 

It's the default message you get after all errors

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

 

Can you please click on the Component tab and post a screenshot? 

Vivi2
Contributor III
Contributor III
Author

Hi, 

 

I've this error for all jobs I want to run. 

 

0683p000009Luka.png

Anonymous
Not applicable

Hi,

What's the JDK version you are using? Did you set the java environment correctly?

Best regards

Sabrina

cterenzi
Specialist
Specialist

From the Window menu, choose Preferences. Expand the Java section and select "Installed JREs"

Screenshot what's there, making sure to expand the Name and Location columns so they're fully visible.
Anonymous
Not applicable

Hi,

Am getting the below error for all the jobs i run,

 

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

 

Here is the screenshot of installed JREs. Could someone help me on my settings please

0683p000009Luaj.png

 

 

 

cterenzi
Specialist
Specialist

@Vidyasri please post the entire error message. The text about JVM compatibility appears in every compilation error. The underlying cause is usually not the JDK installation.
Anonymous
Not applicable

Hi, i'm having the same error, 
talend studio version: 6.3.1

TOS_DI-win-x86_64.ini

-vmargs
-Xms512m
-Xmx1536m
-Dfile.encoding=UTF-8
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication

 

Java installed

jdk1.8.131

jre1.8.0_131

 

JAVA_HOME
C:\Program Files\Java\jre1.8.0_131\bin

i'm working on a mysql db and on a db2 db, i tried to use some function in tmap that like:
schema.fieldname+schema.fieldname2,
TalendDate.getCurrentDate().getYear()
none of those worked.

please help

cterenzi
Specialist
Specialist

Please post the entire error message.
Anonymous
Not applicable

It doesn't give me any error, simply every time i use any kind of "formula" instead to pass linearly a field from a db to an other, some times it print out (exemple):

xception in component tMap_1
java.lang.NullPointerException
at xdef.prodotti_test_0_1.Prodotti_test.tMysqlInput_1Process(Prodotti_test.java:1281)
at xdef.prodotti_test_0_1.Prodotti_test.runJobInTOS(Prodotti_test.java:1703)
at xdef.prodotti_test_0_1.Prodotti_test.main(Prodotti_test.java:1560)

otherways it prints out nothing, but the data doesn't pass trought.

 

I copyed the syntax from a project made by a friend of mine, like:
rowX.fieldnameX+" "+rowX.fieldnameY
rowX.fieldnameX+rowX.fieldnameY
rowX.fieldnameX/100
none of those work, i have found the same syntaxs in some tutorial so i belive they are fine.

an help will be realy very apreciated