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

Announcements
Mastering Change Data Capture: Read Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Talend ESB - Installing container RunTime as a service

Hi guys,
I'm using Talend ESB Open Studio - V6.1, i tried to install the container runtime service on Windows following the steps here:  
https://help.talend.com//pages/viewpage.action?pageId=261829376
but, when i ran this command :
PS C:\Talend_ESB\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container\bin> .\TALEND-ESB-CONTAINER-service.bat install

i got the following error :
wrapper  | Talend-ESB-Container installed.
Unable to get the current logfile size with stat: The filename, directory name, or volume label syntax is incorrect. (0x7b)

Any help much appreciated.
Best regards,
Amine
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I solve it.
Just change this (file XXXXXX-wrapper.conf) :
#********************************************************************
# Wrapper Properties
#********************************************************************
set.default.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_77
set.default.KARAF_HOME=/C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_BASE=/C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container
set.default.KARAF_DATA=/C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/data/
set.default.KARAF_ETC=C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container\bin\..\etc

to :
set.default.KARAF_HOME=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_BASE=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_DATA=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/data/
set.default.KARAF_ETC=C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container\bin\..\etc

Thanks

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi,
What's your OS? Could you please also show the screenshot of karaf commandline? Did you  type karaf@trun> feature:install wrapper?
Best regards
Sabrina
Anonymous
Not applicable
Author

It seems that it's a problem of rights. Check that you are admin on your computer.
Anonymous
Not applicable
Author

Hi,
Thanks for your reply is much appreciated 0683p000009MACn.png

I'm using  : Windows server 2012 R2 (64 bits)
Yes, i typed  karaf@trun> feature:install wrapper
following all the steps here : https://help.talend.com/search/all?query=Talend+Runtime&content-lang=en
Here the screenshot :
0683p000009MDvV.jpg
0683p000009MDfx.jpg
Thanks
Anonymous
Not applicable
Author

I solve it.
Just change this (file XXXXXX-wrapper.conf) :
#********************************************************************
# Wrapper Properties
#********************************************************************
set.default.JAVA_HOME=C:\Program Files\Java\jdk1.8.0_77
set.default.KARAF_HOME=/C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_BASE=/C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container
set.default.KARAF_DATA=/C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/data/
set.default.KARAF_ETC=C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container\bin\..\etc

to :
set.default.KARAF_HOME=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_BASE=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/
set.default.KARAF_DATA=C:/TOS_ESB-20151214_1327-V6.1.1/Runtime_ESBSE/container/data/
set.default.KARAF_ETC=C:\TOS_ESB-20151214_1327-V6.1.1\Runtime_ESBSE\container\bin\..\etc

Thanks