Any advice on the below issue,
I did a fresh installation Sp2010 on windows 7 64 bit machine when i try to access the CA-> Application management -> Manage Service Application i am getting the following error
The requested service,
'http://srf-sdd-sp01:32843/0098b33e4ae840298d71ea50d829542c/BdcService.svc/http'
could not be activated. See the server's diagnostic trace logs for more
information.
on my further trace i find the details in iis on accesing bdcservice.svc file
[InvalidOperationException: The farm is unavailable.]
Microsoft.SharePoint.Administration.Claims.SPSecurityTokenServiceManager.get_Local() +258
Microsoft.SharePoint.IdentityModel.SPServiceIssuerNameRegistry..ctor() +11
Microsoft.SharePoint.SPServiceHostOperations.Configure(ServiceHostBase serviceHost, SPServiceAuthenticationMode authenticationMode) +100
Microsoft.SharePoint.Administration.SPIisWebServiceApplication.ConfigureServiceHost(ServiceHostBase serviceHost, SPServiceAuthenticationMode authenticationMode) +13
Microsoft.SharePoint.BusinessData.SharedService.BdcServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses) +46
System.ServiceModel.HostingManager.CreateService(String normalizedVirtualPath) +693
System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +42
System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +479
[ServiceActivationException: The service '/0098b33e4ae840298d71ea50d829542c/bdcservice.svc' cannot be activated due to an exception during compilation. The exception message is: The farm is unavailable..]
System.ServiceModel.AsyncResult.End(IAsyncResult result) +11659682
System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +194
System.ServiceModel.Activation.ServiceHttpModule.EndProcessRequest(IAsyncResult ar) +42
System.Web.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar) +8692771
In the ULS logViewer i find the traces
Logging unknown/unexpected client side exception: ServiceActivationException. This will cause this application server to be removed from the load balancer queue. Exception: System.ServiceModel.ServiceActivationException: The requested service, 'http://srf-sdd-sp01:32843/0098b33e4ae840298d71ea50d829542c/BdcService.svc/http'
could not be activated. See the server's diagnostic trace logs for more information. Server stack trace: at System.ServiceModel.Channels.HttpChannelUtilities.ValidateRequestReplyResponse(HttpWebRequest request,
HttpWebResponse response, HttpChannelFactory factory, WebException responseException, ChannelBinding channelBinding) at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[]
outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage
message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgData, Int32 type) at Microsoft.SharePoint.BusinessData.SharedService.IBdcServiceApplication.Create(MetadataObjectStruct rawValues, MetadataObjectStruct parentStruct) at Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplicationProxy.<>c__DisplayClass7.<CreateAdminCatalogWithoutCanary>b__6(IBdcServiceApplication
serviceApplication) at Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplicationProxy.Execute[T](String operationName, UInt32 maxRunningTime, ExecuteDelegate`1 operation, Boolean performCanaryCheck, Boolean isChannelThatDelegatesIdentity)
The BDC Service application Business Data Connectivity Service is not accessible. The full exception text is: The requested service, 'http://srf-sdd-sp01:32843/0098b33e4ae840298d71ea50d829542c/BdcService.svc/http' could not be activated. See the server's diagnostic
trace logs for more information.
Appreciate your advice on the below issue i cant able to sort out this issue on my development envirorment?