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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] not able to "client" into Talend runtime 6.0.1

I can see the service "Talend Runtime 6.0.1" is running, and when I tried to "client" into it, by running "C\<talend install>\runtime\bin\client.bat" on the command prompt, I got the following messages on the console screen:
C:\Talend-6.0.1\runtime\bin>client.bat
Logging in as tesb
Failed to get the session.
Could you please tell me what I am missing?
Thanks!
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Can you load the following URL (replace "localhost" and the port).....
http://localhost:8040/system/console/gogo
The username is "tadmin" and password is "tadmin".
If you can log in here, then at least your Karaf is running OK. You can do everything you would do in the terminal here. 
With regard to fixing the client, if the above works you should be able to get in on the commandline with the following command....
client.bat -h 127.0.0.1

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Can you load the following URL (replace "localhost" and the port).....
http://localhost:8040/system/console/gogo
The username is "tadmin" and password is "tadmin".
If you can log in here, then at least your Karaf is running OK. You can do everything you would do in the terminal here. 
With regard to fixing the client, if the above works you should be able to get in on the commandline with the following command....
client.bat -h 127.0.0.1
Anonymous
Not applicable
Author

yes, it works with what you suggested.
Thanks!