Esri / arcgis-cookbook

Chef cookbooks for ArcGIS
Apache License 2.0
298 stars 116 forks source link

Failed to create the site for ArcGIS 10.5.1 #160

Closed rohansnaik closed 5 years ago

rohansnaik commented 6 years ago

error

capture1

Hi @pbobov, I am getting the following error when I try to create a site using ArcGIS server 10.5.1 -

Failed to create the site. com.esri.arcgis.discovery.servicelib.AGSException: java.lang.Exception: java.lang.Exception: The server was unable to access the URL 'https://Machinaname:6443/arcgis/services'. Please check your firewall and security settings. For more information, see the ArcGIS Server help topic Ports used by ArcGIS Server. You can access this topic in the table of contents by navigating to Administering ArcGIS Server > Securing your ArcGIS Server site > Configuring a secure environment for ArcGIS Server.

Do I need to make any entries in IIS so that the ports are opened? I can see the ports 4000-4004 are closed.

pkdavidson commented 6 years ago

You need to manually open the ports needed for the installation you're performing. For example, if a full stack install on a single machine, then open the required ports for ArcGIS Server, Portal and the Data Store prior to provisioning with Chef.

I thought the Wiki used to mention this but I didn't see it there just now.

rohansnaik commented 6 years ago

Can you tell me how to open the ports manually? I thought the chef recipe takes care of opening the ports. Please guide me on the same.

jlunse commented 6 years ago

Did you manage to solve this? I get the same error when trying to create an ArcGIS site with 10.6.1 on a Windows Server 2012. I change the firewall to accept the following programs:

\bin\ArcSOC.exe \framework\etc\service\bin\ArcGISServer.exe \framework\runtime\jre\bin\javaw.exe \framework\runtime\jre\bin\rmid.exe Also added ports in the firewall: 1098, 4000-4004, 6006, 6080, 6099, and 6443. Added arcgis user to the Administrator group. I previously installed ArcGIS server 10.6 on a Windows Server 2012 and could create a site without any problem. Now, I'm kind of out of ideas.
wbott commented 5 years ago

Might be the same issue as https://github.com/Esri/arcgis-cookbook/issues/140 ?

moyoo commented 5 years ago

Any progress ? I have faced same issue at 10.6.1 on Windows Server 2012.

pbobov commented 5 years ago

Please contact Esri technical support for ArcGIS installation issues not specific to Chef.