Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Monitor was unable to connect to the server listed at "externalNLBXXX.elb.us-west-1.amazonaws.com:4433". Please select a valid Repository or Connection Server to use. #1047

Open
balaji-singh opened this issue Jun 13, 2023 · 0 comments
Labels
needs-triage This issue or PR still needs to be triaged.

Comments

@balaji-singh
Copy link

balaji-singh commented Jun 13, 2023

❓ General Issue

The Question

By using examples/deadline/All-In-AWS-Infrastructure-Basic I setup render farm in AWS. But I am getting an error while connecting the remote server from the Thinkbox deadline client app.

Environment

  • CDK CLI Version: 2.83.1
  • CDK Framework Version:
  • RFDK Version: 1.2.0
  • Deadline Version: 10.2.0
  • Node.js Version: v20.3.0
  • OS : Mac
  • Language (Version): Python 3.11.4

Other information

I added public-facing NLB in front of Render queue ALB and all default ports from anywhere

render_queue.connections.allow_default_port_from(
                Peer.ipv4("0.0.0.0/0"))

and the NLP https://externalnlb-xxx.elb.us-west-1.amazonaws.com:4433/ gives the response

Deadline RCS 10.2 [v10.2.1.1 Release (094cbe890)]

Full error log
`The Monitor was unable to connect to the server listed at "ExternalNLB-xxx.elb.us-west-2.amazonaws.com:4433". Please select a valid Repository or Connection Server to use.

Full error:
Failed to establish connection to ExternalNLB-xxx.elb.us-west-1.amazonaws.com:4433 due to a communication error.
at Deadline.Controllers.RemoteDataController..ctor(RepositoryConnectionSettings settings)
at Deadline.Applications.DeadlineApplicationManager.CreateDataController(RepositoryConnectionSettings connSettings)
at Deadline.Applications.DeadlineApplicationManager.Connect(RepositoryConnectionSettings connSettings, Boolean updateScriptManager)
at Deadline.Monitor.MonitorManager.Connect(RepositoryConnectionSettings connectionSettings, Boolean updateScriptManager)`

@balaji-singh balaji-singh added the needs-triage This issue or PR still needs to be triaged. label Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant