<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connection to callback URL '[serivces url]' failed in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191573#M7610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've created organizational trusted certificiates using the server name as well as the server name with the domain.&amp;nbsp; Both are throwing back the same errors.&amp;nbsp; The web browser doesn't have a problem with the certificate.&amp;nbsp; I can access manager and rest services fine.&amp;nbsp; However, ArcGIS Server will not start the Printing Tools service and gives these errors.&amp;nbsp; We are using the same setup method in production (where we are getting the errors) that we did in development and test.&amp;nbsp; The trusted cert without domain worked fine in dev and test.&amp;nbsp; I suspect its a blocked port on the DMZ where our production server is located.&amp;nbsp; I sent the list of required ports to our IT dept, but I haven't confirmed with them that they actually did open those ports - and I don't have access to that server.&amp;nbsp; I'll keep trying.&amp;nbsp; Let me know if you hear anything good back from ESRI tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Oct 2013 19:16:16 GMT</pubDate>
    <dc:creator>StephanieSnider</dc:creator>
    <dc:date>2013-10-29T19:16:16Z</dc:date>
    <item>
      <title>Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191566#M7603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been getting this error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Connection to callback URL 'http://[SERVER NAME]:6080/arcgis/services' failed. 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 for Server &amp;gt; Securing your ArcGIS Server site &amp;gt; Configuring a secure environment for ArcGIS Server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am managing the ArcGIS Server directly from the server itself. The server is hosting ArcGIS Server with GEP. The server had no problems last week, so not really sure what has happened since then.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The error initially started appearing during service publishing this week. Failing with "Failed to Execute (UploadServiceDefinition)" and "Failed to Execute (Publish Service Definition)" in ArcMap and the Connection to callback failure message on the server logs. Along with this Exception/StackTrace below.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since this instance wasn't hosting anything of value, I mistakenly decided to reinstall. Now I get the Connection to callback url failure message during the site creation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas on how to fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;com.esri.arcgis.discovery.servicelib.AGSException: AutomationException: 0xc00cee3a - at com.esri.arcgis.discovery.catalog.RemoteCatalog.handleRequest(RemoteCatalog.java:71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322) at sun.rmi.transport.Transport$1.run(Transport.java:177) at sun.rmi.transport.Transport$1.run(Transport.java:174) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:173) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:273) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:251) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:160) at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:194) at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:148) at com.sun.proxy.$Proxy47.handleRequest(Unknown Source) at com.esri.arcgis.discovery.ejb.impl.ServiceCatalogBean.handleRequest(ServiceCatalogBean.java:105) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144) at org.apache.openejb.monitoring.StatsInterceptor.record(StatsInterceptor.java:164) at org.apache.openejb.monitoring.StatsInterceptor.invoke(StatsInterceptor.java:92) at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.apache.openejb.core.interceptor.ReflectionInvocationContext$Invocation.invoke(ReflectionInvocationContext.java:162) at org.apache.openejb.core.interceptor.ReflectionInvocationContext.proceed(ReflectionInvocationContext.java:144) at org.apache.openejb.core.interceptor.InterceptorStack.invoke(InterceptorStack.java:122) at org.apache.openejb.core.stateless.StatelessContainer._invoke(StatelessContainer.java:221) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:174) at org.apache.openejb.core.stateless.StatelessContainer.invoke(StatelessContainer.java:136) at org.apache.openejb.server.ejbd.EjbRequestHandler.doEjbObject_BUSINESS_METHOD(EjbRequestHandler.java:238) at org.apache.openejb.server.ejbd.EjbRequestHandler.processRequest(EjbRequestHandler.java:129) at org.apache.openejb.server.ejbd.EjbDaemon.processEjbRequest(EjbDaemon.java:196) at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:149) at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:71) at org.apache.openejb.server.ejbd.KeepAliveServer$Session.service(KeepAliveServer.java:213) at org.apache.openejb.server.ejbd.KeepAliveServer.service(KeepAliveServer.java:233) at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:66) at org.apache.openejb.server.ServicePool$2.run(ServicePool.java:91) at org.apache.openejb.server.ServicePool$3.run(ServicePool.java:120) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:722) Caused by: java.lang.Exception: AutomationException: 0xc00cee3a - at com.esri.arcgis.discovery.catalog.Catalog.handleRequest(Catalog.java:147) at com.esri.arcgis.discovery.catalog.RemoteCatalog.handleRequest(RemoteCatalog.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322) at sun.rmi.transport.Transport$1.run(Transport.java:177) at sun.rmi.transport.Transport$1.run(Transport.java:174) at java.security.AccessController.doPrivileged(Native Method) at sun.rmi.transport.Transport.serviceCall(Transport.java:173) at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808) at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667) ... 3 more Caused by: AutomationException: 0x0 - null at com.esri.arcgis.system.Message.readXML(Unknown Source) at com.esri.arcgis.discovery.catalog.Catalog$a_.a(Catalog$a_.java:376) at com.esri.arcgis.discovery.catalog.Catalog$a_.a(Catalog$a_.java:351) at com.esri.arcgis.discovery.catalog.Catalog$a_.run(Catalog$a_.java:288)&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 21:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191566#M7603</guid>
      <dc:creator>norie</dc:creator>
      <dc:date>2013-10-02T21:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191567#M7604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running into what looks like the exact same problem on two of my servers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've disabled selinux, puppet, and iptables on that server and our networking guys confirm that the port is open (and that I can get to machine:6080 to get into the manager helps illustrate that also), so I'm rather bumfuzzled. Did two completely fresh installations of AGS and still no dice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've opened a support request and I'll update here with anything we figure out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Morgan Harvey&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GIS Application Developer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Portland State University&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Oct 2013 17:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191567#M7604</guid>
      <dc:creator>MorganHarvey</dc:creator>
      <dc:date>2013-10-03T17:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191568#M7605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aaron:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've resolved my version of this, at least.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What wound up fixing it was me removing and reinstalling the 'X Window System' group package, which I did out of pure desperation. I'm not sure what, exactly, happened, but perhaps a package was updated since it was initially installed. (I did not to an update first to see what was different though)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-morgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Oct 2013 20:47:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191568#M7605</guid>
      <dc:creator>MorganHarvey</dc:creator>
      <dc:date>2013-10-07T20:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191569#M7606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Aaron:&lt;BR /&gt;&lt;BR /&gt;I've resolved my version of this, at least.&lt;BR /&gt;&lt;BR /&gt;What wound up fixing it was me removing and reinstalling the 'X Window System' group package, which I did out of pure desperation. I'm not sure what, exactly, happened, but perhaps a package was updated since it was initially installed. (I did not to an update first to see what was different though)&lt;BR /&gt;&lt;BR /&gt;Hope that helps,&lt;BR /&gt;-morgan&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the update, Morgan. Unfortunately, I'm having this problem on a Windows 2008 R2 server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 22:38:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191569#M7606</guid>
      <dc:creator>norie</dc:creator>
      <dc:date>2013-10-09T22:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191570#M7607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A little update�??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I changed the ArcGIS Server Account to my own admin account and everything worked as intended. I attempted to revert back to the AD service account (with local admin privs), but service requests started failing again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The service account that ArcGIS Server was running under is local admin and was working previously. As far as I know, nothing has changed and I�??ve logged in as the service account interactively to verify it�??s rights.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The challenge now is getting the AD service account working again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 03:45:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191570#M7607</guid>
      <dc:creator>norie</dc:creator>
      <dc:date>2013-10-10T03:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191571#M7608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;aaronnoriega,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Were you able to resolve this error message on Windows 2008 R2 server and still use the AD service account?&amp;nbsp; I'm getting the same error message along with a couple more:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR_INTERNET_SEC_CERT_CN_INVALID, URL = &lt;/SPAN&gt;&lt;A href="https://servername:6443/arcgis/services"&gt;https://servername:6443/arcgis/services&lt;/A&gt;&lt;SPAN&gt;, HTTP Status code = 0 and Status Text = (WinInet error code = 12038)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Error while using HTTPS security, URL = &lt;/SPAN&gt;&lt;A href="https://servername:6443/arcgis/services"&gt;https://servername:6443/arcgis/services&lt;/A&gt;&lt;SPAN&gt;, HTTP Status code = 0 and Status Text = (WinInet error code = 12057)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Oct 2013 17:35:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191571#M7608</guid>
      <dc:creator>StephanieSnider</dc:creator>
      <dc:date>2013-10-28T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191572#M7609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a ticket open with ESRI, so it's still in progress. I have verified that AGS works with an alternate account and rather than recreating the AD account I'd like to narrow down the problem should the issue arise again. Especially since my environment hasn't been pushed to a production state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, from the looks of you error you have an SSL certificate with a bad common name. Check out these links:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005wq000000"&gt;http://resources.arcgis.com/en/help/main/10.2/index.html#//0154000005wq000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/#/Suppressing_warnings_from_self_signed_certificates/0154000005q6000000/"&gt;http://resources.arcgis.com/en/help/main/10.2/#/Suppressing_warnings_from_self_signed_certificates/0154000005q6000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 18:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191572#M7609</guid>
      <dc:creator>norie</dc:creator>
      <dc:date>2013-10-29T18:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191573#M7610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've created organizational trusted certificiates using the server name as well as the server name with the domain.&amp;nbsp; Both are throwing back the same errors.&amp;nbsp; The web browser doesn't have a problem with the certificate.&amp;nbsp; I can access manager and rest services fine.&amp;nbsp; However, ArcGIS Server will not start the Printing Tools service and gives these errors.&amp;nbsp; We are using the same setup method in production (where we are getting the errors) that we did in development and test.&amp;nbsp; The trusted cert without domain worked fine in dev and test.&amp;nbsp; I suspect its a blocked port on the DMZ where our production server is located.&amp;nbsp; I sent the list of required ports to our IT dept, but I haven't confirmed with them that they actually did open those ports - and I don't have access to that server.&amp;nbsp; I'll keep trying.&amp;nbsp; Let me know if you hear anything good back from ESRI tech support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Oct 2013 19:16:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191573#M7610</guid>
      <dc:creator>StephanieSnider</dc:creator>
      <dc:date>2013-10-29T19:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191574#M7611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to followup.&amp;nbsp; For my situation, we created a new site and restored the directories.&amp;nbsp; This fixed the error messages.&amp;nbsp; ESRI said that something must have been corrupted during the initial site creation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 22:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191574#M7611</guid>
      <dc:creator>StephanieSnider</dc:creator>
      <dc:date>2013-11-05T22:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191575#M7612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also getting this error on an Ubuntu 64 bit 12.04 machine..(I know this is not on the approved OS list). However, I am getting this error during site creation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Connection to callback URL '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername:6080/arcgis/services" rel="nofollow" target="_blank"&gt;http://servername:6080/arcgis/services&lt;/A&gt;&lt;SPAN&gt;' failed. 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 for Server &amp;gt; Securing your ArcGIS Server site &amp;gt; Configuring a secure environment for ArcGIS Server.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is on ArcGIS 10.2 Server for Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any fix on this yet?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Dec 2013 22:05:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191575#M7612</guid>
      <dc:creator>BenRay</dc:creator>
      <dc:date>2013-12-29T22:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191576#M7613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is there any solution for this call back error, other than repairing and re-creating the site. ?? (in windows server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2014 13:55:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191576#M7613</guid>
      <dc:creator>VadivelanPalanichamy</dc:creator>
      <dc:date>2014-08-11T13:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191577#M7614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What operating system?&amp;nbsp; Check Firewall - and make sure ports are open, especially port 6080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&lt;/P&gt;&lt;H1 style="margin: 0 0 0.2em; font-size: 22px; font-style: normal; font-weight: normal; font-family: 'Avenir LT W01 55 Roman', Arial, Helvetica, sans-serif; color: #000000; text-align: start; text-indent: 0px;"&gt;Ports used by ArcGIS Server&lt;/H1&gt;&lt;P&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//015400000537000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//015400000537000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 14:05:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191577#M7614</guid>
      <dc:creator>BubbaHey</dc:creator>
      <dc:date>2014-08-12T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191578#M7615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also facing same issue, everything working fine with admin account, but not with service account..&amp;nbsp;&amp;nbsp; anyone got fix or workaround (without doing repair or re create the site) for this issue ?&amp;nbsp; (windows 2008 r2, server 10.2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 14:40:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191578#M7615</guid>
      <dc:creator>VadivelanPalanichamy</dc:creator>
      <dc:date>2014-08-12T14:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191579#M7616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a callback URL error is being thrown, it is because the ArcGIS Server itself cannot connect back to itself on the URL specified in the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can be caused by a number of things, but the best method I have found for troubleshooting this particular error is to&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt; run your browser as the user that is running your ArcGIS Server service.&lt;/STRONG&gt;&lt;/SPAN&gt; Then browse to the URL in the error (Linux or Windows.) The reason why this is helpful is this allows you to see what the ArcGIS Server would see when connecting to the ArcGIS Server URL specified in the error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have seen two things cause this error in the last month, though there could be many more reasons in the same way that many things can network connections to fail for specific users. Both cases were diagnosed using and resolved using the above method. So far I have yet to see this error caused by a bad install or corrupt data, instead it's been environmental.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The proxy settings for the service account running the ArcGIS Server Service did not have the same proxy settings as other users on the domain applied to it. (Normal users were setup to have exceptions for local addresses, but the service account was not.&lt;BR /&gt;As a result, the proxy was interfering with the ArcGIS Server reaching its own address while other users could browse the manager page normally. So when attempting to start/stop a service, the callback URL error would be thrown as the server attempts to connect to its HTTP/HTTPS listener. &lt;BR /&gt;To change this we ran Internet Explorer as the service account. In Windows Shift+Right click Internet Explorer to bring up the pop up menu to allow us to select "Run as different user." (In Linux you could&amp;nbsp; "su - " to the account running your service, and run your preferred browser.)&lt;BR /&gt;Since this case was Windows, we Opened up: Tools &amp;gt; Internet Options &amp;gt; LAN Settings &amp;gt; Advanced, then set our proxy settings to match the settings of the other users. In this case adding an exception for the URL of the ArcGIS Server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) The account running the ArcGIS Server Windows Service could not download the Certificate Revocation list for the certificate being used in ArcGIS Server.&lt;BR /&gt;So the effect was users could browse the manager page via https and could check that the CRL was fine and the certificate had not been revoked. However, when the account that ArcGIS Server was running under tried to check the CRL, it was not allowed to download the CRL as a result of Group Policy. When&amp;nbsp; ArcGIS Server is setup to use HTTPS, if it cannot verify a Certificate Revocation list (assuming the certificate has one,) it assumes to error on the side of caution and not make the connection to the server with an unverifiable certificate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two additional tests to help resolve this issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Rerun the Configure ArcGIS Server account to have the ArcGIS Server run under your domain account, this way you know AGS has the same settings as you in terms of what you can browse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If you are getting Callback URL errors that reference 6443. You can tell if it's HTTPS related by switching the HTTPS settings for ArcGIS Server back to HTTP only.&amp;nbsp; If the problem goes away, it is something related to your HTTPS/Certificates.&lt;/P&gt;&lt;P&gt;Additionally, issues with HTTPS/SSL&amp;nbsp; will also tend to have to be followed by (WinInet error code = xxxxx) If you google the WinInet error code, it often will tell you what is the problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this information helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2014 21:50:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191579#M7616</guid>
      <dc:creator>KennethOGuinn</dc:creator>
      <dc:date>2014-08-29T21:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191580#M7617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am facing same issue in ArcGIS server 10.3.1 . Any additional clues or directions? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 18:34:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191580#M7617</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2015-08-10T18:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191581#M7618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S R, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try switching the account running the ArcGIS Service to your domain account? If your user account can access the server via 6443, if you run ArcGIS Server under those same credentials it should also be able to reach the callback URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'd double check with your IT folks to make sure this is ok to do as a test, but I suspect you'll find it fixes it. (Conversely, if you were to log in as the account running the ArcGIS Server Service, I suspect you will see that if you browse to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://server.domain.com:6080/arcgis/manager" rel="nofollow" target="_blank"&gt;http://server.domain.com:6080/arcgis/manager&lt;/A&gt;&lt;SPAN&gt; that it will not open the page.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Ken O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:35:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191581#M7618</guid>
      <dc:creator>KennethOGuinn</dc:creator>
      <dc:date>2015-08-10T19:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191582#M7619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Ken, I have created new thread and provided my results and observation &lt;/SPAN&gt;&lt;A class="jive-link-message-small" data-containerid="2100" data-containertype="14" data-objectid="542623" data-objecttype="2" href="https://community.esri.com/message/542623#542623"&gt;https://community.esri.com/message/542623#542623&lt;/A&gt;&lt;SPAN&gt; Summary: a) if ArcGIS server service running with local admin account, services are working fine in HTTP and HTTPS mode. b) if ArcGIS server service running with Service account (the account specifically created for running services like ArcGIS server, FME and others softwares) does not work in HTTPS mode. The call back error is thrown. I need to run ArcGIS server using SERVICE account because this account has privilege to connect to internet, which is must for running my Geoevent processor which connects to third party data. It looks like Service account not able to make a call back in HTTPS mode for some reason. How to find what was exact reason for the call back issue on HTTPS mode for some accounts? I tried deleting site and recreated ; recreated new self signed certificate.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191582#M7619</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2015-08-10T19:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191583#M7620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi S R,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Probably the easiest way to see what is happening is to run a web browser as the service account, and then open up &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https://server.domain.com:6443/arcgis/manager" rel="nofollow" target="_blank"&gt;https://server.domain.com:6443/arcgis/manager&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will let you see what the AGS sees when it tries to reach the callback URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be a few different things, but it does sound like the service account is differently configured from the regular users.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is a list of things I've seen cause the issue, though there are probably many other things that could cause a problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Service account does not have proxy configured, but regular account does. (You can check this by running Internet Explorer as the service account, then Checking the Internet options for that Service Account.)&lt;/P&gt;&lt;P&gt;- Service account does not have the Domain CA that sighed the server cert in it's trusted CAs. (you can check this in certmgr.msc if it's in Windows.)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- The trust settings have an excpetion for &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http://server.domain.com" rel="nofollow" target="_blank"&gt;http://server.domain.com&lt;/A&gt;&lt;SPAN&gt; but not &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https://server.domain.com" rel="nofollow" target="_blank"&gt;https://server.domain.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Ken O.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 19:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191583#M7620</guid>
      <dc:creator>KennethOGuinn</dc:creator>
      <dc:date>2015-08-10T19:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191584#M7621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check all these and get back to you. I need to take a help of IT team for this to test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:05:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191584#M7621</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2015-08-10T20:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to callback URL '[serivces url]' failed</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191585#M7622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ken, Would you mind explaining Point 3 and 4 little in detail. a) how to check domain CA in trusted CA? b) Do you mean Trust settings in IE?. how to check?. Generally many of IE settings are controlled by IT admin folks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 20:45:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/connection-to-callback-url-serivces-url-failed/m-p/191585#M7622</guid>
      <dc:creator>LakshmananVenkatesan</dc:creator>
      <dc:date>2015-08-10T20:45:06Z</dc:date>
    </item>
  </channel>
</rss>

