
Anonymous
Not applicable
2012-11-18
09:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[resolved] TOS studio under Ubuntu 12.04 - xulrunner is missing
The problem is the missing xulrunner which is needed for the internal web browser of eclipse and therefor also for Talend Open Studio (e.g. for the Exchange view).
Ubuntu since release 11 does not provide this package in its repositories.
Here is the way you get it running under Ubuntu 12.04 and following (64bit version):
1. Download and Install libhunspell-1.2-0 from here:
http://launchpadlibrarian.net/66061326/libhunspell-1.2-0_1.2.14-4_amd64.deb
and install it.
sudo dpkg -i libhunspell-1.2-0_1.2.14-4_amd64.deb
2. Download and install xulrunner-1.9.2 from here:
https://launchpad.net/ubuntu/+archive/primary/+files/xulrunner-1.9.2_1.9.2.28%2Bbuild1%2Bnobinonly-0...
and install it.
sudo dpkg -i xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb
After that, you have to set the environment variable (I recommend adding this line in your .profile):
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.28
Ubuntu since release 11 does not provide this package in its repositories.
Here is the way you get it running under Ubuntu 12.04 and following (64bit version):
1. Download and Install libhunspell-1.2-0 from here:
http://launchpadlibrarian.net/66061326/libhunspell-1.2-0_1.2.14-4_amd64.deb
and install it.
sudo dpkg -i libhunspell-1.2-0_1.2.14-4_amd64.deb
2. Download and install xulrunner-1.9.2 from here:
https://launchpad.net/ubuntu/+archive/primary/+files/xulrunner-1.9.2_1.9.2.28%2Bbuild1%2Bnobinonly-0...
and install it.
sudo dpkg -i xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb
After that, you have to set the environment variable (I recommend adding this line in your .profile):
export MOZILLA_FIVE_HOME=/usr/lib/xulrunner-1.9.2.28
327 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2013-10-18
03:56 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, you will and maybe done up to day but ...what is the correct version?? i can't fine it
regards
regards
Hi tayana,
We will update our user manual install guide to make the xulrunner version information clearly. Please see the jira issue https://jira.talendforge.org/browse/DOCT-1900. I keep in tracking this issue, and inform you as long as there is solution.
Best regards
Sabrina
327 Views
7 Replies

Anonymous
Not applicable
2012-11-18
07:29 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jlolling
I have received your emails about this, we will review this issue and update the installation guide.
Thank you!
Shong
I have received your emails about this, we will review this issue and update the installation guide.
Thank you!
Shong
327 Views

Anonymous
Not applicable
2013-02-16
03:01 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LIFESAVER!!
327 Views

Anonymous
Not applicable
2013-04-17
01:46 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've just tried this procedure and ended up in dependency hell when attempting step two.
user@computer :~# sudo dpkg -i xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb
(Reading database ... 163405 files and directories currently installed.)
Preparing to replace xulrunner-1.9.2 1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1 (using xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb) ...
Unpacking replacement xulrunner-1.9.2 ...
dpkg: dependency problems prevent configuration of xulrunner-1.9.2:
xulrunner-1.9.2 depends on libidl0; however:
Package libidl0 is not installed.
dpkg: error processing xulrunner-1.9.2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xulrunner-1.9.2
So, I do this:
user@computer : # sudo apt-get install libidl0
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libidl0 : Depends: libidl-common (>= 0.8.14-0.2ubuntu2) but it is not going to be installed
Depends: libidl-common (< 0.8.14-0.2ubuntu2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
FWIW, I am using 12.04.2 x86_64
So...
user@computer :~# sudo dpkg -i xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb
(Reading database ... 163405 files and directories currently installed.)
Preparing to replace xulrunner-1.9.2 1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1 (using xulrunner-1.9.2_1.9.2.28+build1+nobinonly-0ubuntu0.11.04.1_amd64.deb) ...
Unpacking replacement xulrunner-1.9.2 ...
dpkg: dependency problems prevent configuration of xulrunner-1.9.2:
xulrunner-1.9.2 depends on libidl0; however:
Package libidl0 is not installed.
dpkg: error processing xulrunner-1.9.2 (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
xulrunner-1.9.2
So, I do this:
user@computer : # sudo apt-get install libidl0
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libidl0 : Depends: libidl-common (>= 0.8.14-0.2ubuntu2) but it is not going to be installed
Depends: libidl-common (< 0.8.14-0.2ubuntu2.1) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
FWIW, I am using 12.04.2 x86_64
So...
327 Views

Anonymous
Not applicable
2013-04-17
06:44 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
We are new to Talend data integration tool.
I am trying to install and use Talend open studio 5.2 on RHEL Server release 5.4.
I have installed the below prerequisites as advised in the installation guide.
- libhunspe
- xulrunner
Also added the the xulrunner path in TOS_DI-linux-gtk-x86_64.ini file.
Still I am getting the following error before the welcome page pops up
# ./TOS_DI-linux-gtk-x86.sh
>FULL BUILD STATS for: .Java
> compiled 18551 lines in 2228ms:8326.3lines/s
> parse: 388 ms (17.4%), resolve: 1287 ms (57.7%), analyze: 76 ms (3.4%), generate: 365 ms (16.3%)
ERROR: The internal web browser can not be access,the starting page won't be displayed
java.lang.Exception: The internal web browser can not be access,the starting page won't be displayed
at org.talend.rcp.intro.starting.StartingBrowser.createPartControl(StartingBrowser.java:50)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1254)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1207)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1606)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:497)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:483)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
...........................
I would be grateful if anyone helps me in resolving the above error
===== SYSTEM INFO ========
Talend studio : 5.2
x86_64 x86_64 x86_64 GNU/Linux
RAM : 4 GM
OS : RHEL Server release 5.4 (Tikanga)
xulrunner version : xulrunner-1.9
Java : 1.6.0
==========================
We are new to Talend data integration tool.
I am trying to install and use Talend open studio 5.2 on RHEL Server release 5.4.
I have installed the below prerequisites as advised in the installation guide.
- libhunspe
- xulrunner
Also added the the xulrunner path in TOS_DI-linux-gtk-x86_64.ini file.
Still I am getting the following error before the welcome page pops up
# ./TOS_DI-linux-gtk-x86.sh
>FULL BUILD STATS for: .Java
> compiled 18551 lines in 2228ms:8326.3lines/s
> parse: 388 ms (17.4%), resolve: 1287 ms (57.7%), analyze: 76 ms (3.4%), generate: 365 ms (16.3%)
ERROR: The internal web browser can not be access,the starting page won't be displayed
java.lang.Exception: The internal web browser can not be access,the starting page won't be displayed
at org.talend.rcp.intro.starting.StartingBrowser.createPartControl(StartingBrowser.java:50)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:670)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:465)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1254)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1207)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1606)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:497)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:483)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
...........................
I would be grateful if anyone helps me in resolving the above error
===== SYSTEM INFO ========
Talend studio : 5.2
x86_64 x86_64 x86_64 GNU/Linux
RAM : 4 GM
OS : RHEL Server release 5.4 (Tikanga)
xulrunner version : xulrunner-1.9
Java : 1.6.0
==========================
327 Views

Anonymous
Not applicable
2013-04-22
07:12 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi tayana,
We will update our user manual install guide to make the xulrunner version information clearly. Please see the jira issue https://jira.talendforge.org/browse/DOCT-1900. I keep in tracking this issue, and inform you as long as there is a solution.
Best regards
Sabrina
We will update our user manual install guide to make the xulrunner version information clearly. Please see the jira issue https://jira.talendforge.org/browse/DOCT-1900. I keep in tracking this issue, and inform you as long as there is a solution.
Best regards
Sabrina
327 Views

Anonymous
Not applicable
2013-10-18
03:56 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok, you will and maybe done up to day but ...what is the correct version?? i can't fine it
regards
regards
Hi tayana,
We will update our user manual install guide to make the xulrunner version information clearly. Please see the jira issue https://jira.talendforge.org/browse/DOCT-1900. I keep in tracking this issue, and inform you as long as there is solution.
Best regards
Sabrina
328 Views

Anonymous
Not applicable
2013-10-22
12:33 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are still working on it. It is welcome to add comments on this bug. Sorry for any inconvenience.
Best regards
Sabrina
We are still working on it. It is welcome to add comments on this bug. Sorry for any inconvenience.
Best regards
Sabrina
327 Views
