I am suddenly facing issue to deploy application in one front end server. While checking server health in DCS with front end server it showing error.
While publishing app i am not able to publish.
Trouble-shooting step i have done.
I guess service are not listening on defined port. any expert comment this?
Any solution.
Ultimately it has been fixed.
As per outsystem support, DCE+FE should have IP address not localhost.
We have changed Controller IP ADDRESS to host IP instead of Localhost in Config Tool and APPLY and Exit and configure only service center.
But same was working earlier when Controller ip was set to localhost. Even support team was not sure why it was working.
While i am checking network with part i am able to see 12000 - 12002 port on Deploy controller . Out put of netstat -a -n -o are as belwo.
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:12000 0.0.0.0:0 LISTENING 3664
TCP 0.0.0.0:12001 0.0.0.0:0 LISTENING 7504
TCP 0.0.0.0:12002 0.0.0.0:0 LISTENING 7772
but not able see on Front End server.
Hello there Viral,
Hope you're doing well.
First of all, is this a Cloud Infrastructure or an On-Premise Infrastructure? I'm assuming you're working on On-Prem.
Most likely, you will need to envolve someone from your Infrastructure Team.
You have probably a Load Balancer in your infrastructure that is controlling the traffic that is sent for both Front-End servers. Can you validate if the Front-End is correctly configured in the Load Balancer?
Also you may check the Windows Services and restart them just to see if something changes. Try to restart all the OutSystems running services for this Frond-End (specially Deployment Service and Scheduler Service).
Do not start Deployment Controller Service in this second Front-End, since you can only have one Controller per environment.
Kind regards,
Rui Barradas
This is On-Prem Environment.
No load balance or not any firewall there in between both server. Windows firewall is also OFf and not antivirus firewall there.
I have tried few time to restart both services but not luck. I am not able to telnet also on that port.
i found that outsystem Schedular and outsystem deployement services are not listening port 12001 and 12002 on front end server.
I hosted another app on port 12001 and its is listening and even accessible on DCS+FE server.
i guess issue with outsyem services.