Wednesday 4 June 2014

Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.

Microsoft.SharePoint.SPEndpointAddressNotFoundException: There are no addresses available for this application.    at Microsoft.SharePoint.SPRoundRobinServiceLoadBalancer.BeginOperation()     at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.<>c__DisplayClass2f.<RunOnChannel>b__2d()     at Microsoft.Office.Server.Security.SecurityContext.RunAsProcess(...)     at Microsoft.SharePoint.Taxonomy.MetadataWebServiceApplicationProxy.RunOnChannel(...)  .....

The Problem with the above message is caused by the Service Application "Managed Metadata Web Service" and Proxy being configured and started, however The Service On Server Managed Metadata Web Service  not running.

Solution : 

Step 1 : Central Admin -> System Settings  -> Manage Service on Server (Under Servers Heading)
Step 2 : Start "Managed Metadata Web Service".

Now, the Exception will be removed and works fine. In order to use this service, you need to wait for some time because it takes time to apply changes in server level.

Extension for solution : 

The same message might appear in relationship with any service/service application. What you need to do is to check the call stack for the service application name and check the associated service on Server status.

Total Pageviews