A customer reported that when attempting to access the Developer Portal on a local installation of the Platform, the Portal failed to load with the error below.
This error usually happens when the Apprenda Windows Service (in 5.5.0 and later) or Apprenda Service Container (earlier versions) is not running on the machine or it is unreachable. In order to solve the issue, access the local services window and confirm that the service is running.
Server Error in '/developer' Application. _____ The pipe endpoint 'net.pipe://localhost/SaaSGridSettings' could not be found on your local machine. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.IO.PipeException: The pipe endpoint 'net.pipe://localhost/SaaSGridSettings' could not be found on your local machine. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [PipeException: The pipe endpoint 'net.pipe://localhost/SaaSGridSettings' could not be found on your local machine. ] [EndpointNotFoundException: There was no endpoint listening at net.pipe://localhost/SaaSGridSettings that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.] System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +4729427 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +1725 Apprenda.SaaSGrid.Core.Clients.ISaaSGridSettingsRegistry.Retrieve(String identifier) +0 Apprenda.SaaSGrid.Core.WCFProxyDAO.Retrieve(Object identifier) +118 Apprenda.SaaSGrid.Core.WCFBackedSaaSGridSettings.SettingGetter(String settingName, ParseFunction`1 parseFunction, Func`1 daoProvider, Action`1 retrieveAction) +225 Apprenda.SaaSGrid.Core.WCFBackedSaaSGridSettings.SettingGetter(String settingName, ParseFunction`1 parseFunction) +311 Apprenda.SaaSGrid.Core.WCFBackedSaaSGridSettings.GetAdhocSetting(String name) +239 Apprenda.SaaSGrid.Core.SaaSGridSettings.GetSetting(String name, T valueIfNone, Boolean addIfNone) +173 Apprenda.SaaSGrid.Core.SaaSGridSettings.get_PathBasedUrlHost() +47 Apprenda.SaaSGrid.API.Live.AuthenticationInitModule..cctor() +139 [TypeInitializationException: The type initializer for 'Apprenda.SaaSGrid.API.Live.AuthenticationInitModule' threw an exception.] Apprenda.SaaSGrid.API.Live.AuthenticationInitModule..ctor() +0 [TargetInvocationException: Exception has been thrown by the target of an invocation.] System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck) +0 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache) +117 System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean skipCheckThis, Boolean fillCache) +247 System.Activator.CreateInstance(Type type, Boolean nonPublic) +106 System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes) +12738733 System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture) +28 System.Web.HttpRuntime.CreateNonPublicInstance(Type type, Object[] args) +83 System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) +299 System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) +1356 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +149 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +352 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +407 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +375 [HttpException (0x80004005): Exception has been thrown by the target of an invocation.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11700896 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +141 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4869125 _____ Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Comments