When attempting to create a new ArcGIS for Server Site I get the following error:
0x80040154 - Class not registered
When I check the logs I see the same error with some additional information:
Failed to create the site. com.esri.arcgis.discovery.servicelib.AGSException: java.lang.Exception: AutomationException: 0x80040154 - Class not registered
I am using ArcGIS for Server 10.2.2 with ArcGIS for Desktop 10.2.2. I have run a repair install on both with no change, as well as restarting the machine several times.
Any ideas besides a complete un-install and re-install?
Patrick
Solved! Go to Solution.
Hey Tom,
Its fixed. We added the ArcGIS account to the Administrators group, as well as enabled the following Windows Features:
Windows Communication Foundation HTTP Activation
Windows Communication Foundation Non-HTTP Activation
One of those two things allowed the ArcGIS for Server site to be created without the error.
Patrick
Good afternoon Patrick. What operating system? I've seen this error on Linux when packages are missing. If Linux, try running this command
root@host# yum update
Hey Tom,
Its fixed. We added the ArcGIS account to the Administrators group, as well as enabled the following Windows Features:
Windows Communication Foundation HTTP Activation
Windows Communication Foundation Non-HTTP Activation
One of those two things allowed the ArcGIS for Server site to be created without the error.
Patrick
Excellent! Glad to hear it.
I'm having the same issue with AGS 10.3 on Server 2008R2. Site on a share.
None of the two suggestions solved the problem.
Any other ideas?
I could solve the problem by deleting the windows user profile of the domain account running AGS.
(to be able to delete it you must stop the ags service)
I also have this problem, but it is under Linux RHEL7 OS. Any suggestion what approach to take to solve this error under Linux environment?