You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
If you're running MarkLogic on Amazon's EC2, and you have direct access to the host, things ought to Just Work. However, if you're using an elastic load balancer, you may see an error with deploy commands returning an error off of the elastic load balancer as a bad request.
If that happens, make sure the port is open to TCP traffic instead of HTTP. If one of the later error messages asks whether the port is an XCC server, that's likely to be the issue.
In addition you could receive 504 Gateway timeout messages. In that case consider using deploy modules --batch=false or deploy modules --incremental=yes.