Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
ankit7359
Creator II

Talend 6.3 Opening Issue?????

Hi,

I suddenly encountered this Talend issue... and i m quite confused over this.. ????

Do existing Job compile errors stall the Talend Open Studio from opening???

Pls Help on this one and pls refer the screenshots below also the logfile.....

****Screenshots aren't getting attached So pls refer the Attached files.. *************

Pls help.......

Thanks in advance..

Ankit...

Labels (2)
9 Replies
Anonymous
Not applicable

Hello,

For v6 of Talend products JDKv1.8 is required instead of JRE. If that requirement is met, ensure JDK bin is included in your PATH environment variable and is being reached.

Best regards

Sabrina

ankit7359
Creator II
Author

hi @xdshi,

My JDK version is 1.8 version.. and path environment variable is pointing to the JDK bin... 

also if you seen through the file(log file)...which i have attached... it is pointing for compile-time errors for a few jobs i have created???

Pls help... 

Thanks in advance

 

Anonymous
Not applicable

Hello,

We have seen this error "Could not resolve module: org.eclipse.jdt.launching.macosx" in your log.

What is your JDK Compliance level in Studio Java Compiler preferences?  Is it set to 1.8? Please stop the studio and remove the folder: <studio>\configuration\org.eclipse.osgi and start the studio again.
Perhaps this helps. 

Best regards

Sabrina

 

ankit7359
Creator II
Author

hi @xdshi,

Can you pls help me with this java compliance level and where is it located on Talend open studio???

Pls...help??

and if it is set to java 1.8 then what should be my next steps ???

Pls help ??

Thanks in advance..

Anonymous
Not applicable

Hello,

The Compiler Compliance Level corresponds to the Java version used for the Job code generation. This option can be changed in the Studio preferences

Go to  preferences > Java > compiler and select  the compiler compliance level as JDK 1.8.

Best regards

Sabrina

ankit7359
Creator II
Author

hi @xdshi,

these changes i can try doing it.... but it is like i m blind now without talend running on my desktop.

also... earlier as i mentioned i can proceed with the chanegs only if talend open studio opens.. but it is not...

Can you pls give me any other suggestion... ????

I have checked the java version and Path variable..it should atleast open right?? but it is not...

Pls help....

THank in advance...

Ankit

Anonymous
Not applicable

Hello,

Did you install several JDKs in your computer? We suspect there might be some unknown conflict errors when you open your studio at startup.

Please also try to stop the studio and remove the folder: <studio>\configuration\org.eclipse.osgi and start the studio again.

Best regards

Sabrina

ankit7359
Creator II
Author

Hi @xdshi,

Initially i have installed JDK 1.7 to support my outdated version of eclipse(Mars).

Later on i went on to install the JDK 1.8 for talend 6.1.. since then i am pointin my talend 6.3 to JDK 1.8 version 

When the studio is clicked on/process starts the error is thrown saying check the .log file... so even now do u suggest that i go and remove the <studio>\configuration\org.eclipse.osgi folder..???????

If yes.. how must i proceed further??

If no ...how must i proceed further??

Pls help

Thanks in advance

Ankit.

Anonymous
Not applicable

Hello,

You can also add the following line in the .ini file (example: Talend-Studio-win-x86_64.ini) for studio to force Talend to plug with Java 1.8.

-vm path to java bin

Example:

-vm C:\Program Files\Java\jdk1.8.0_65 \bin

 

Additionally, the  <studio>\configuration\org.eclipse.osgi folder will be re-generated automatically when you restart your studio.

Let us know if it is OK with you.

Best regards

Sabrina