Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Error Message:
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
Thanks
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?
Hi,
I've this error for all jobs I want to run.
Hi,
What's the JDK version you are using? Did you set the java environment correctly?
Best regards
Sabrina
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
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
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