Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm using Talend for the first time. In the installation guide of Talend Studio ESB, I'm unable to follow the step "Launching Talend Runtime and its Infrastructure Services" for Windows 7 OS. Link to the doc: https://help.talend.com/reader/CpQG_LKX~DDfF0JXepUTqw/oe4TAF1PC4a4zENo0mb7vw
On running, the trun.bat file, nothing happens. The cmd pops up for a fraction of sec and closes, as per the doc I should be seeing the cmd with certain commands.
Can anyone please help here?
P.S. the talend studiogot installed successfully.
Which java version are you using?. Talend Runtime need java 8.
Could you see any errors in Runtime/container/log/tesb.log file?
Have you installed the Runtime using installer as a Service & already running?
Can you verify this link from Browser http://localhost:8040/services
jdk is 1.8.0 and jre is 10.0.2.
No I'm not seeing any log folder in "Runtime/container/" directory.
Not sure, if I've installed runtime service or not. I just got launching of the services in the guide. Can you please share some doc on installing runtime services?
No log file folder
Cmd on running the trun.bat file in Runtime\container\bin folder
On running localhost link
You should easily start your Runtime using the trun.bat
Can you verify from command prompt
java - version
echo %JAVA_HOME%
If it Java 10, verify if you can uninstall it and install java 8 ? Talend supports java 8 at the moment.
Otherwise simply open cmd prompt
set JAVA_HOME=path_to_jdk_8_home
set PATH=%PATH%;%JAVA_HOME%/bin
verify java version set to 8
echo %JAVA_HOME%
from the same command prompt start the using trun.bat
My java version is 8 and the JAVA_HOME and path variable are pointing to jdk8 only.
Value of my PATH variable: C:\Program Files (x86)\Common Files\Oracle\Java\javapath;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Symantec.cloud\PlatformAgent\;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Program Files\Java\jre1.8.0_181\bin;C:\Program Files\Java\jdk1.8.0_181\bin;
Also, I was going through the installation guide, the JAVA_HOME should point to jre instead of jdk
Here's the screenshot for JAVA_HOME and jaa version, still not able to launch the runtime container.