Launch issue with Talend TOS_BD-win-x86_64

Solved
AsmaData Posted messages 7 Registration date   Status Member Last intervention   -  
AsmaData Posted messages 7 Registration date   Status Member Last intervention   -
Hello,

After decompressing the Talend installation file with 7-zip, when I try to launch TOS_BD-win-x86_64, I receive the following message (attached).
What should I do at this point? I'm not sure about the situation.
Thank you

1 answer

  1. KX Posted messages 19031 Status Moderator 3 020
     
    Hello,

    You need to install a JDK and configure the environment variables JAVA_HOME and PATH.
    I invite you to uninstall any versions of Java you may have on your computer beforehand.

    Uninstalling Java:
    https://www.java.com/fr/download/help/uninstall_java.html

    Installing the JDK:
    https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html

    Configuring the PATH:
    https://www.java.com/fr/download/help/path.html
    --
    Trust does not exclude control.
    0
    1. AsmaData Posted messages 7 Registration date   Status Member Last intervention  
       
      Thank you KX,
      I went through all these steps earlier, and I'm getting the same message
      for JAVA_HOME C:\Program Files (x86)\Java\jre1.8.0_111
      and for
      Path
      C:\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;%JAVA_HOME%\bin
      0
    2. KX Posted messages 19031 Status Moderator 3 020
       
      Is your computer 32-bit? Because if it's 64-bit, it would have been better to install that version of Java, which would then be in "Program Files" and not "Program Files (x86)"
      Furthermore, it's better to point JAVA_HOME to the JDK and not to the JRE:
      C:\Program Files\Java\jdk1.8.0_111

      And finally, and this is the most important, you should place JAVA_HOME at the beginning of the PATH and not at the end, because otherwise C:\ProgramData\Oracle\Java\javapath (which apparently is no longer useful) will be taken first and it is the one that will launch your program.

      0
      1. AsmaData Posted messages 7 Registration date   Status Member Last intervention   > KX Posted messages 19031 Status Moderator
         
        Thank you KX,
        1- My operating system is 64 bits
        but I don’t understand why I find it noted as 32
        system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32


        2- I changed the version of Java now after uninstalling the old one
        here is the JAVA_HOME C:\Program Files\Java\jdk1.8.0_112
        and my Path C:\%JAVA_HOME%\bin;\ProgramData\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\
        this is what I receive, it’s really annoying.
        An error has occurred, see the log file...........
        and in the log file, I find a long text, here is a part because unfortunately there is no option to attach photos, unless I start a new post:
        !SESSION Sat Nov 19 20:32:13 GMT+01:00 2016 ------------------------------------
        !ENTRY org.eclipse.equinox.launcher 4 0 2016-11-19 20:32:13.045
        !MESSAGE Could not find extension: org.talend.osgi.lib.loader
        !SESSION 2016-11-19 20:32:12.865 -----------------------------------------------
        eclipse.buildId=unknown
        java.version=1.8.0_112
        java.vendor=Oracle Corporation
        BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=fr_FR
        Command-line arguments: -os win32 -ws win32 -arch x86_64

        !ENTRY org.eclipse.osgi 4 0 2016-11-19 20:32:13.710
        !MESSAGE Bundle org.talend.osgi.lib.loader not found.

        !ENTRY org.eclipse.osgi 4 0 2016-11-19 20:32:13.720
        !MESSAGE Bundle org.talend.maven.resolver@start not found.

        !ENTRY net.jeeeyul.eclipse.themes 4 0 2016-11-19 20:32:13.912
        !MESSAGE FrameworkEvent ERROR
        !STACK 0
        org.osgi.framework.BundleException: Could not resolve module: net.jeeeyul.eclipse.themes [32]
        Unresolved requirement: Require-Bundle: org.eclipse.ui
        -> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
        org.eclipse.ui [451]
        Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
        -> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
        org.eclipse.ui.workbench [450]
        Unresolved requirement: Import-Package: org.eclipse.e4.ui.internal.workbench.renderers.swt
        -> Export-Package: org.eclipse.e4.ui.internal.workbench.renderers.swt; bundle-symbolic-name="org.eclipse.e4.ui.workbench.renderers.swt"; bundle-version="0.12.1.v20140903-1023"; version="0.0.0"; x-friends:="org.eclipse.ui.workbench"
        org.eclipse.e4.ui.workbench.renderers.swt [140]
        Unresolved requirement: Require-Bundle: org.eclipse.e4.ui.workbench.swt; bundle-version="0.9.0"
        -> Bundle-SymbolicName: org.eclipse.e4.ui.workbench.swt; bundle-version="0.12.100.v20140530-1436"; singleton:="true"
        org.eclipse.e4.ui.workbench.swt [141]
        Unresolved requirement: Require-Bundle: org.eclipse.e4.ui.css.core; bundle-version="0.9.0"
        -> Bundle-SymbolicName: org.eclipse.e4.ui.css.core; bundle-version="0.10.100.v20140424-2042"; singleton:="true"
        org.eclipse.e4.ui.css.core [130]
        Unresolved requirement: Require-Bundle: org.w3c.css.sac; bundle-version="1.3.0"

        at org.eclipse.osgi.container.Module.start(Module.java:434)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

        !ENTRY org.eclipse.ant.ui 4 0 2016-11-19 20:32:13.922
        !MESSAGE FrameworkEvent ERROR
        !STACK 0
        org.osgi.framework.BundleException: Could not resolve module: org.eclipse.ant.ui [81]
        Unresolved requirement: Require-Bundle: org.eclipse.ui.editors; bundle-version="[3.2.0,4.0.0)"; resolution:="optional"
        -> Bundle-SymbolicName: org.eclipse.ui.editors; bundle-version="3.8.200.v20140401-1310"; singleton:="true"
        org.eclipse.ui.editors [433]
        Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.5.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui.ide; bundle-version="3.10.1.v20140828-0944"; singleton:="true"
        org.eclipse.ui.ide [437]
        Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.106.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
        org.eclipse.ui [451]
        Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench; bundle-version="[3.105.0,4.0.0)"; visibility:="reexport"
        -> Bundle-SymbolicName: org.eclipse.ui.workbench; bundle-version="3.106.1.v20140827-1737"; singleton:="true"
        org.eclipse.ui.workbench [450]
        Unresolved requirement: Import-Package: org.eclipse.e4.ui.internal.workbench.renderers.swt
        -> Export-Package: org.eclipse.e4.ui.internal.workbench.renderers.swt; bundle-symbolic-name="org.eclipse.e4.ui.workbench.renderers.swt"; bundle-version="0.12.1.v20140903-1023"; version="0.0.0"; x-friends:="org.eclipse.ui.workbench"
        org.eclipse.e4.ui.workbench.renderers.swt [140]
        Unresolved requirement: Require-Bundle: org.eclipse.e4.ui.workbench.swt; bundle-version="0.9.0"
        -> Bundle-SymbolicName: org.eclipse.e4.ui.workbench.swt; bundle-version="0.12.100.v20140530-1436"; singleton:="true"
        org.eclipse.e4.ui.workbench.swt [141]
        Unresolved requirement: Require-Bundle: org.eclipse.e4.ui.css.core; bundle-version="0.9.0"
        -> Bundle-SymbolicName: org.eclipse.e4.ui.css.core; bundle-version="0.10.100.v20140424-2042"; singleton:="true"
        org.eclipse.e4.ui.css.core [130]
        Unresolved requirement: Require-Bundle: org.w3c.css.sac; bundle-version="1.3.0"
        Unresolved requirement: Require-Bundle: org.eclipse.ui.workbench.texteditor; bundle-version="[3.5.0,4.0.0)"; resolution:="optional"
        -> Bundle-SymbolicName: org.eclipse.ui.workbench.texteditor; bundle-version="3.9.0.v20140411-1521"; singleton:="true"
        org.eclipse.ui.workbench.texteditor [449]
        Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
        Unresolved requirement: Require-Bundle: org.eclipse.ui.externaltools; bundle-version="[3.2.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui.externaltools; bundle-version="3.2.300.v20140327-1949"; singleton:="true"
        org.eclipse.ui.externaltools [434]
        Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.2.0,4.0.0)"; resolution:="optional"
        -> Bundle-SymbolicName: org.eclipse.ui.ide; bundle-version="3.10.1.v20140828-0944"; singleton:="true"
        Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.2.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"
        Unresolved requirement: Require-Bundle: org.eclipse.ui.ide; bundle-version="[3.2.0,4.0.0)"; resolution:="optional"
        -> Bundle-SymbolicName: org.eclipse.ui.ide; bundle-version="3.10.1.v20140828-0944"; singleton:="true"
        Unresolved requirement: Require-Bundle: org.eclipse.ui.views; bundle-version="[3.2.0,4.0.0)"; resolution:="optional"
        -> Bundle-SymbolicName: org.eclipse.ui.views; bundle-version="3.7.0.v20140408-0703"; singleton:="true"
        org.eclipse.ui.views [446]
        Unresolved requirement: Require-Bundle: org.eclipse.ui; bundle-version="[3.5.0,4.0.0)"
        -> Bundle-SymbolicName: org.eclipse.ui; bundle-version="3.106.0.v20140812-1751"; singleton:="true"

        at org.eclipse.osgi.container.Module.start(Module.java:434)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
        at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)


        Thank you for your patience and cooperation.
        0
    3. AsmaData Posted messages 7 Registration date   Status Member Last intervention  
       
      Hello,
      I released version 6.3.0, apparently due to its poor decompression that configuration issues arise.
      I installed version 6.2.1, and so far everything is going well.
      I am discovering this Talend.
      Thank you.
      0