ArcGIS Server 10.7.1: ArcGIS Server fails to Join,
I couldn’t figure out why the ArcGIS Server fails to join to an existing site and ends up with errors shown in the screenshots below
Solved! Go to Solution.
Hey Jamal,
Few things to check :
- Write access to config-store and server directories.
- Using the same service account for all machines.
- Check the time. Make sure the machines have the same system time.
- Licenses have to exactly match. This would result in a clear license error, so it's not this. just fyi.
- Check there are no firewall ports that need to be opened for documented ports(that ArcGIS Server needs).
Hey Jamal NUMAN,
Couple of things you can check.
<ArcGIS Server installation directory>/arcgis/server/usr/logs/<machine name>/server is where the log files are usually stored. This might provide a bit of extra information about why it is having issues with the token.
You can also open the developer tools on you browser (F12) and then open the network tab before you click the Net button in join site. This will record all traffic being sent by the browser and you can see what results are being sent and received.
If they show anything different or provide some more information myself and others may be able to help!
Thanks,
Ben
If this answer has helpful please mark it as helpful. If this answer solved your question please mark it as the answer to help others who have the same question.
Hello Jamal,
Did you verify all ssl certs and write privileges to config-store/directories?
Hey Jamal,
Few things to check :
- Write access to config-store and server directories.
- Using the same service account for all machines.
- Check the time. Make sure the machines have the same system time.
- Licenses have to exactly match. This would result in a clear license error, so it's not this. just fyi.
- Check there are no firewall ports that need to be opened for documented ports(that ArcGIS Server needs).
Many thanks guys for the help. It works fine
i got the error below. what could be the issue here?
Admin URL 'https://jamalnuman1:6443/arcgis/admin' is not reachable from 'JAMALNUMAN2'. For more information, see the ArcGIS Server help topic "About adding a GIS server to a site". You can access this topic in the table of contents by navigating to Administering ArcGIS Server > Common administrative tasks > Adding a GIS Server to a site.
Hi Jamal NUMAN,
If HTTP is enabled on the ArcGIS Server Site, try connecting using HTTP and port 6080. I remember seeing similar behaviour on an environment a while back that was resolved by using HTTP instead.