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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Launching Talend Runtime conatiner for ESB

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.

Labels (2)
4 Replies
Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

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?

 

0683p000009LzcS.pngNo log file folder0683p000009LzdU.pngCmd on running the trun.bat file in Runtime\container\bin folder0683p000009LzW0.pngOn running localhost link

 

Anonymous
Not applicable
Author

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

 

 

Anonymous
Not applicable
Author

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

0683p000009LzOH.png

 

Here's the screenshot for JAVA_HOME and jaa version, still not able to launch the runtime container.

 

0683p000009LzeI.png