Such issues are hard to debug and usually out of our control because they are either bugs in Java or in the Eclipse framework. Can you look for files called hs_err*.log in your home directory or the directory from which you start KNIME? The contents may be useful.
I can only tell that we are also using 14.04 on quite a few systems and haven't seen any issues. Do you have a non-standard installation?
Sorry, but I don't have any hs_err*.log files on my computer. These log files are generated when JVM crashes, aren't they ?
In my case, I don't think it is a real crash. At the top of the error message, it wrote : JVM terminated. Exit code=1
Stop me, if I am wrong...
Moreover, when I type "sudo find / -name hs_err*.log", I don't have any result.
Is there another method to debug the issue ?
I have the feeling that the problem is from the last .jar of my message error (org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar).
If I execute this .jar separately, will I able to debug it more efficiently ?
The error message comes from the native launcher application and not from Java itself. Therefore an hs_err file may have been created. If you don't have one then unfortunately it's impossible to track down the problem. Launching the jar directly also won't help.