Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

S.O.S------>installation under linux

hello
I just used Talend on window,I want to migrate to linux but I did'nt succeed on the installation process(did'nt even find source files!)
could you please help(describe the process)
thx a lot
Labels (2)
17 Replies
Anonymous
Not applicable

Thanks again for the very quick reply, I see ... apt-get, the only way to go. (I don't know what I downloaded on that Sun website ...)
I know have the following, which looks pretty good:
$java -version
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)
I thought I was sorted but then, when trying to start TOS, I had the following:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb6f9959b, pid=6037, tid=3077174976
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode, sharing)
# Problematic frame:
# V
#
# An error report file with more information is saved as /tmp/hs_err_pid6037.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
With an hs_err_pid6037.log that looked like this:
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb6f9959b, pid=6037, tid=3077174976
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode, sharing)
# Problematic frame:
# V
#
--------------- T H R E A D ---------------
Current thread (0x0806fee8): JavaThread "main"
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
Registers:
EAX=0x00000000, EBX=0xb715434c, ECX=0x00000000, EDX=0x00000000
ESP=0xbf886484, EBP=0xbf886484, ESI=0xbf8864ac, EDI=0xbf8864cc
EIP=0xb6f9959b, CR2=0x00000000, EFLAGS=0x00010246
Top of Stack: (sp=0xbf886484)
0xbf886484: bf886514 b6f5122e 00000000 b7c4745c
0xbf886494: bf886530 b6f51187 bf8864bc b7c576cc
0xbf8864a4: bf886560 0806fee8 b715434c 0806fee8
0xbf8864b4: bf886514 b6f4b689 0806ffa8 00000000
0xbf8864c4: 00000ffc 00000ffc 0000000a 000002d2
0xbf8864d4: 01cdb5b6 00000000 0806fee8 00000004
0xbf8864e4: bf886514 b6f6ca9a 0806fee8 bf886530
0xbf8864f4: 6c9d0800 bf886550 00000000 00000004
Instructions: (pc=0xb6f9959b)
0xb6f9958b: 00 8b 00 c3 90 55 89 e5 8b 55 08 89 d1 83 e1 fc
0xb6f9959b: 8b 01 83 78 1c 02 75 0d 83 e2 03 8b 44 90 24 5d
....
Am I getting closer?
Anonymous
Not applicable

can you try to have a look at TOSxxx/workspace/.metadata/.log or to launch TOS with argument "-consoleLog" ?
_AnonymousUser
Specialist III
Specialist III
Author

Hi
I want to install TOS on my Ubuntu. I'd installed
- Java jre 1.6 (I did java --version !)
- gtk
- download and unzip latest TOS
- changed the right on TalendOpenStudio-linux-gtk-x86 and did ./TalendOpenStudio-linux-gtk-x86 -consoleLog
But TOS didn't start and gave me this message
!SESSION 2008-03-07 12:48:23.585 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_03
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=fr_FR
Command-line arguments: -os linux -ws gtk -arch x86 -consolelog
!ENTRY org.eclipse.equinox.app 2008-03-07 12:48:24.119
!MESSAGE Product org.talend.rcp.branding.tos.product could not be found.
!ENTRY org.eclipse.osgi 4 0 2008-03-07 12:48:24.125
!MESSAGE Application error
!STACK 1
java.lang.RuntimeException: No application id has been found.
at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:229)
at org.eclipse.equinox.internal.app.EclipseAppContainer.start(EclipseAppContainer.java:92)
at org.eclipse.equinox.internal.app.Activator.addingService(Activator.java:129)
at org.osgi.util.tracker.ServiceTracker$Tracked.trackAdding(ServiceTracker.java:1064)
at org.osgi.util.tracker.ServiceTracker$Tracked.track(ServiceTracker.java:1042)
at org.osgi.util.tracker.ServiceTracker$Tracked.serviceChanged(ServiceTracker.java:967)
at org.eclipse.osgi.framework.internal.core.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:94)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:1224)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:195)
at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:141)
at org.eclipse.osgi.framework.internal.core.Framework.publishServiceEventPrivileged(Framework.java:1603)
at org.eclipse.osgi.framework.internal.core.Framework.publishServiceEvent(Framework.java:1578)
at org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl.<init>(ServiceRegistrationImpl.java:103)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.createServiceRegistration(BundleContextImpl.java:657)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:609)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:675)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:359)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
Thanks for your help
Anonymous
Not applicable

So the .log file in TOSxxx/workspace/.metadata/ :
!SESSION 2008-03-07 12:53:33.750 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_14
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_NZ
Command-line arguments: -os linux -ws gtk -arch x86
!ENTRY org.eclipse.osgi 4 0 2008-03-07 12:53:36.770
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:3589)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:836)
at org.eclipse.swt.widgets.Display.create(Display.java:824)
at org.eclipse.swt.graphics.Device.<init>(Device.java:152)
at org.eclipse.swt.widgets.Display.<init>(Display.java:472)
at org.eclipse.swt.widgets.Display.<init>(Display.java:463)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:498)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.talend.rcp.intro.Application.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
!ENTRY org.eclipse.osgi 2 0 2008-03-07 12:53:36.814
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-03-07 12:53:36.814
!MESSAGE Bundle update@plugins/org.eclipse.platform.source.linux.gtk.x86_3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G/ was not resolved.
!SUBENTRY 2 org.eclipse.platform.source.linux.gtk.x86 2 0 2008-03-07 12:53:36.814
...
and with the -consoleLog argument, it gave me lots of things ... finishing with:
(TalendOpenStudio-linux-gtk-x86:28558): Gtk-CRITICAL **: gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb7dca4f3, pid=28558, tid=3077531328
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode, sharing)
# Problematic frame:
# C gtk_icon_set_render_icon+0x593
#
# An error report file with more information is saved as hs_err_pid28558.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
Aborted
I hope this help. (and I think bouba is having quite a similar issue)
Anonymous
Not applicable

Hello,
raton, is libgtk2.0-0 installed on your system ?
Anonymous
Not applicable

Huuum, I would say, yes libgtk is installed. (I installed libgtk2.0-dev)
I actually think I found out the issue, when starting TOS, the error messages start with:
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
(TalendOpenStudio-linux-gtk-x86:18459): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
(TalendOpenStudio-linux-gtk-x86:18459): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
...
Anonymous
Not applicable

Ok once a little export XAUTHORITY=/home/your_user_name/.Xauthority was added into my /etc/profile, TOS start as it use to: very well.
Thanks again Talend Team. 0683p000009MACn.png
Anonymous
Not applicable

well done raton. Have fun.
And bouba, any news on your problem ?