Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Install Talend on ubuntu 18.04

Hello everybody,

 

When I try to launch TOS script for installation I get this error:

An error has occured. See the log file null

This is the traceback:

 

!SESSION 2018-05-24 14:27:10.993 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_171
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR

!ENTRY org.eclipse.osgi 4 0 2018-05-24 14:27:11.285
!MESSAGE Error reading configuration: /opt/TOS/configuration/org.eclipse.osgi/.manager/.fileTableLock (Permission non accordée)
!STACK 0
java.io.FileNotFoundException: /opt/TOS/configuration/org.eclipse.osgi/.manager/.fileTableLock (Permission non accordée)
        at java.io.RandomAccessFile.open0(Native Method)
        at java.io.RandomAccessFile.open(RandomAccessFile.java:316)
        at java.io.RandomAccessFile.<init>(RandomAccessFile.java:243)
        at org.eclipse.osgi.internal.location.Locker_JavaNio.lock(Locker_JavaNio.java:36)
        at org.eclipse.osgi.storagemanager.StorageManager.lock(StorageManager.java:388)
        at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:701)
        at org.eclipse.osgi.storage.Storage.getChildStorageManager(Storage.java:1750)
        at org.eclipse.osgi.storage.Storage.getInfoInputStream(Storage.java:1767)
        at org.eclipse.osgi.storage.Storage.<init>(Storage.java:127)
        at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:86)
        at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:75)
        at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:31)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:295)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:231)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
        at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

Can you help me?

 

Kind regards

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi finally I resolve this problem, It was a problem in xulrunner version.

 

Thank you

 

Kind regards

View solution in original post

18 Replies
Anonymous
Not applicable
Author

Hello,

Did you open Talend as the Admin, which is the user that installed the studio?

Best regards

Sabrina

Anonymous
Not applicable
Author

Hello,

when I open Talend as root user I get this error again

 

An error has occurred. See the log file
/opt/TOS/configuration/1527240531048.log.

and this log file has over 8200 lines.

At the end of file I find :

8197 !ENTRY org.eclipse.osgi 4 0 2018-05-25 09:28:56.144
8198 !MESSAGE Application error
8199 !STACK 1
8200 java.lang.RuntimeException: No application id has been found.
8201         at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
8202         at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
8203         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
8204         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
8205         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
8206         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
8207         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
8208         at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
8209         at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
8210         at java.base/java.lang.reflect.Method.invoke(Method.java:564)
8211         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
8212         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
8213         at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
8214         at org.eclipse.equinox.launcher.Main.main(Main.java:1438)

 

Kind regards.

Anonymous
Not applicable
Author

I reinstalled Java, when I launch the installation I get this error:

[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000000, pid=19937, tid=0x00007f84abf8f700
#
# JRE version: Java(TM) SE Runtime Environment (8.0_171-b11) (build 1.8.0_171-b11)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.171-b11 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x0000000000000000
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /opt/TOS/hs_err_pid19937.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Anonymous
Not applicable
Author

Hi finally I resolve this problem, It was a problem in xulrunner version.

 

Thank you

 

Kind regards

Anonymous
Not applicable
Author

Hello,

Thanks for posting that you have resolved this issue.

Best regards

Sabrina

Anonymous
Not applicable
Author

Hi, 

 

We just upgraded to KDE 18.04 and we get the same problem when opening the TOS_ESB in Kubuntu. 

Do you mind sharing your fix on xulrunner version as mentioned? 

Thanks in advance.

Anonymous
Not applicable
Author

Hi,

I fiexd the problem by downloading the recommended version of xulrunner 1.9.2 

Kind regards

Anonymous
Not applicable
Author

Hello, can you post the installation and configuration procedure you did on ubuntu 18.04 and some manipulation with Eclipse.

Anonymous
Not applicable
Author

Hello @mlorber

Could you please let us know if this installation guide could help?

https://help.talend.com/reader/IeV1rDBtlxcoHECv4_9WRA/YARcsT7MGAmxN_y0_87ewQ

Best regards

Sabrina