on 2021 Feb 09 10:07 PM
Hi experts,
I tried to deploy an app to a HANA XSA Docker container and got an error "connection refused" while using a jobscheduler. I think I have to activate a range of ports for the jobscheduler within the docker-compose.yml file, but wasn't able to find the right range in the official SAP TCP/IP Port documentation.
https://help.sap.com/viewer/ports
If one of you knows the right range of ports for the jobscheduler, please let me know.
In this case I got two different error msg for the not activated ports 41738, 40270.
Creating service "jobScheduler"...
FAILED: Asynchronous job 'Creating service instance 'jobScheduler' [service: 'jobscheduler', plan:'default'] of [Org 'HANAExpress', Space 'NEURO'].' failed: Provisioning service instance a03a36c3-d8c3-4736-aea0-43ef9bb610f6 (service id xsa-jobscheduler, plan id jobscheduler-srv-default) on service broker "jobscheduler" (at https://hxehost.domain:51030) failed due to unexpected communication issue (no response receieved): Error executing request PUT https://hxehost.domain:51030/v2/service_instances/a03a36c3-d8c3-4736-aea0-43ef9bb610f6?accepts_incom... java.net.ConnectException: Connection refused (Connection refused) (local port 40270 to address 192.xxx.xxx (hxehost.domain), remote port 51030 to address 192.xxx.xxx (hxehost.domain)).
Creating service "jobScheduler"...
FAILED: Asynchronous job 'Creating service instance 'jobScheduler' [service: 'jobscheduler', plan:'default'] of [Org 'HANAExpress', Space 'NEURO'].' failed: Provisioning service instance 0107bb8d-feba-4e6c-87a8-bb3c5f7ad79c (service id xsa-jobscheduler, plan id jobscheduler-srv-default) on service broker "jobscheduler" (at https://hxehost.domain:51030) failed due to unexpected communication issue (no response receieved): Error executing request PUT https://hxehost.domain:51030/v2/service_instances/0107bb8d-feba-4e6c-87a8-bb3c5f7ad79c?accepts_incom... java.net.ConnectException: Connection refused (Connection refused) (local port 41738 to address 192.xxx.xxx (hxehost.domain), remote port 51030 to address 192.xxx.xxx (hxehost.domain)).
Thanks a lot!
Request clarification before answering.
User | Count |
---|---|
52 | |
8 | |
5 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.