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

[resolved] Does Talend Open Studio run on LINUX?

Does Talend Open Studio run on LINUX?
Labels (2)
9 Replies
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

yes it runs. The current help page misses an important advise:
Take care your JAVA_HOME/bin dir is in the PATH var.
Background:
Studio looks at the path to the java binary and tries to find some other files relative to this path.
Because of under Linux the java binary is a symbolic link in /usr/bin/ this method fails.
This can only be solved with the mentioned change to the PATH variable.
Anonymous
Not applicable
Author

Hi,
Please pay close attention to TalendHelpCenter:Installing the XULRunner package (for Linux users).
Best regards
Sabrina
Anonymous
Not applicable
Author

jlolling: Sounds like you speak from experience, and have a solution.

I tried this:
export PATH=$JAVA_HOME/bin:$PATH
echo $PATH
/usr/java/jdk1.7.0_67/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/oracle/product/11.2.0/dbhome_1/bin:/home/oracle/bin:/oracle/product/11.2.0/dbhome_1/bin:/oracle/product/11.2.0/dbhome_1/bin

cd /talend/bigdata/TOS_BD-r118616-V5.5.1
./TOS_BD-linux-gtk-x86_64 &

And, Talend started, with no error stack.
However, it still just has very basic functionality. 
file, edit, window, help.
It doesn't look like what I see in the docs.
Is this what it should look like?


(Looks like I can't upload an image either.)
Anonymous
Not applicable
Author

Hi  rodger88,

What's the build version are you using? What's kind of features  missed in your current studio? Could you please give us more info?

Are you able to upload your image by clicking "Upload" button or dropping your file into "Drop files here to attache them" field directly?

Best regards
Sabrina
0683p000009MEkE.png
Anonymous
Not applicable
Author

Hi Sabrina, your screenshot is to small to get an idea.
Hi rodger88, you need to install the xulrunner. Please follow the advise in this JIRA ticket because the help page is not fully correct.
https://jira.talendforge.org/browse/DOCT-3403
If the xulrunner fails, you see an empty start page in the studio and the expression editor (e.g. in a tMap) does not work (will not open).
You can always see the logs in workspace/.metadata/.log or in case of crashes in <studio-root>/configuration/*.log.
Check these files and post the content here.
Anonymous
Not applicable
Author

Hi,
The screenshot is updated. Please check it.
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks, this works well. The buttons at the side are not visible for me but anyway, upload works.
Could you please check if the pixel size of the screenshot is also limited or it is only the byte-size what matters?
Anonymous
Not applicable
Author

Hello, 

 

Our team just upgraded to KDE 18.04 and we are having the same problem when opening the TOS_ESB. 

Do you mind sharing your fix with the xulrunner version mentioned? 

Thanks in advance.