Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Creator III
Creator III

Runtime ESBSE startup error on windows

Hi
I get the following error on trying to start a service
C:\Users\f.davidson\TalenD\Runtime_ESBSE\container\bin>net start karaf
The karaf service is starting......................
The karaf service could not be started.
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
I get this on W7 and W10. The CMD window was run as an administrator
I am using the latest ESB studio version 6.1.1
Any help much appreciated

Labels (2)
8 Replies
Anonymous
Not applicable

Hi,
Have you already checked documents about: TalendHelpCenter0683p000009M9p6.pngtarting Talend Runtime with console and TalendHelpCenter0683p000009M9p6.pngtarting Talend Runtime in the background?
Best regards
Sabrina
fad2101
Contributor
Contributor

Yes
Anonymous
Not applicable

Hi,
Is there any more error message located in runtime\container\log\tesb.log ?
Best regards
Sabrina
fad2101
Contributor
Contributor

Hi
Afraid not, I cleared the log down, re ran the net start command, and the same error occurred, with nothing in the log.
Thanks
Anonymous
Not applicable

I see you're trying to start the Karaf as service.
Could you check the 'wrapper.log' please? Could you disclose (and review) the wrapper.conf ? Have you set JAVA_HOME system variable properly? Or is the JAVA_HOME set in the wrapper.conf? Properly?
g
Anonymous
Not applicable

I don't know if this helps, but I had a similar error message when installing and starting the wrapper as a Windows service. The root cause was in the wrapper.conf file. The wrapper properties for the enviornment variables that are dynamically written in the conf file were wrong.
originally the wrapper was created with settings looking like this:
#********************************************************************
# Wrapper Properties
#********************************************************************
set.default.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79\
set.default.KARAF_HOME=/C:/Talend/Runtime_ESBSE/container-App01/
set.default.KARAF_BASE=C:\Talend\Runtime_ESBSE\container-App01
set.default.KARAF_DATA=/C:/Talend/Runtime_ESBSE/container-App01/data/
set.default.KARAF_ETC=C:\Talend\Runtime_ESBSE\container-App01\bin\..\etc
I had to change them to this...
#********************************************************************
# Wrapper Properties
#********************************************************************
set.default.JAVA_HOME=C:\Program Files\Java\jdk1.7.0_79\
set.default.KARAF_HOME=C:/Talend/Runtime_ESBSE/container-App01
set.default.KARAF_BASE=C:\Talend\Runtime_ESBSE\container-App01
set.default.KARAF_DATA=C:/Talend/Runtime_ESBSE/container-App01/data
set.default.KARAF_ETC=C:\Talend\Runtime_ESBSE\container-App01\bin\..\etc
Anonymous
Not applicable

Hi, dsietz! You just saved my day.
To the Talend team: can anybody send a bugreport about this bug to the Karaf team?
Anonymous
Not applicable

I create the issue TESB-17048