Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have everything running and have a testjob which I can succesfully run in Talend.
Now I started the server-side container from a cmd prompt and I can call my test service, so everything still works, I switched to port 8040 as described.
But now, I want to run this as a Windows service. I executed the steps as mentioned in the container AG and installed the service. I didn't see any errors or other mismatches to the documentation and the service starts as expected, but nothing is running on port 8040.
Did I miss any steps?
how can I troubleshoot this? is there some logging I can switch on?
any suggestions to solve this?
Edit:
when starting the container from commandline I can connect using the client.bat, but when starting it as a service I cannot connect and get the error "Failed to get the session." while the service seems to be running.