Make sure World Wide Web service is started.Also,if using a firewall, make sure ports are open.See:http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000537000000
Even if the Firewall is disabled, make sure port 6080 is open. Also what path are you using to access Web Adaptor. For example:http://localhost/arcgis/webadaptorDid you enable SSL? If so, make sure you followed this procedure:http://resources.arcgis.com/en/help/main/10.1/index.html#/Enabling_SSL_on_ArcGIS_Server_when_accessed_through_the_ArcGIS_Web_Adaptor/015400000600000000/
Check to see if one of these bugs applies:Bug NIM-087508Cannot configure ArcGIS Server to use Active Directory as the identity store if the user account provided is restricted from logging onto the Active Directory host.http://support.esri.com/en/bugs/nimbus/TklNMDg3NTA4Fixed in 10.2Bug NIM-087257Users in a lot of groups cannot authenticate when using HTTPS, ActiveDirectory, and web tier authentication together.Workaround:1. Open arcgis/server/framework/runtime/tomcat/conf/server.xml in a text editor.2. Look for this text at the end of the file: <Connector SSLEnabled="true" clientAuth="false" keyAlias="SelfSignedCertificate" keystoreFile="/opt/esri/3135_upgrade/arcgis/server/usr/config-store/machines/RHDAILY.ESRI.COM/arcgis.keystore" keystorePass="<blah blah blah>" maxThreads="150" port="6443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslProtocol="TLS"/>3. Insert maxHttpHeaderSize="65535" as an attribute of the XML so that it looks like this:<Connector SSLEnabled="true" clientAuth="false" keyAlias="SelfSignedCertificate" keystoreFile="/opt/esri/3135_upgrade/arcgis/server/usr/config-store/machines/RHDAILY.ESRI.COM/arcgis.keystore" keystorePass="<blah blah blah>" maxThreads="150" port="6443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" sslProtocol="TLS" maxHttpHeaderSize="65535"/>
I did this, and I do not even see this code in the xml file. Should I just copy and paste it? if so, where?
If using http://localhost/arcgis/webadaptor try the FQDN instead. For example: http://bubba.bubba.com/arcgis/webadaptorThere are different ways, try netstat -an | find "6080" or telnettelnet [domainname or ip] [port]
You didn't say if using SSL. IF so, look at that article I sent.Also there are issues after upgrading to SP1Try the following:Stop ArcGIS Server serviceGo to C:\Program Files\ArcGIS\Server\framework\etc\upgrade.txt Delete this file (upgrade.txt) if it exists.Start ArcGIS Server service
For the "Could not find any recognizable digits." error what has worked for me before is a repair of web adaptor. go to control panel, programs, uninstall, uninstall web adaptor SP1, then choose Repair option. If that doesn't help, try an uninstall. Check that the arcgis (or whatever folder you called it) is removed, if not, delete, then re-install SP1 for Web Adaptor
Using SSL? If not using SSL, go to IIS Manager, click Default Web Site, under Actions, click Bindings. If https on port 443 is present, remove it.Also check that the IIS Admin Service is started Are you able to get to the web adaptor configuration page at all?If so, select " Enable administrative access to your site through the Web Adaptor"
Also, go to Start, Programs, ArcGIS, ArcGIS 10.1 for Server, run Configure ArcGIS Server Account. Don't laugh, like the old Post Installs this little wizard can solve a lot of problems, because it re-writes permissions.
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.