I'm trying to start up website and am getting the error below. Recently (while not running Website) I shut off my CoherenceLocalProxy service - I'm wondering if that could be the problem. However, I started it back up, rebuilt Website, restarted IIS, etc, and it's still not working. I was looking through some pages on the nsawiki about opening the firewall, but my firewall is turned off, and besides it was just working for me a few weeks ago. Any ideas worth trying? Thanks, Ben
No proxy list defined for key tangosol.coherence.InfrastructureAddressProvider.proxy.list in config appSettings
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.Exception: No proxy list defined for key tangosol.coherence.InfrastructureAddressProvider.proxy.list in config appSettings
Source Error:
Line 42: public static void Initialize()
Line 43: {
Line 44: WebsiteUserSessionAccessor.Cache = CacheFactory.GetCache(GlobalApplication.WebsiteSessionCacheName);
Line 45: WebsiteUserSessionAccessor.SessionIdExtractor = new ReflectionExtractor("getSessionIdentifier");
Line 46: WebsiteUserSessionAccessor.Cache.AddIndex(WebsiteUserSessionAccessor.SessionIdExtractor, false, null);
Source File:
\CobaltWebsite\Website\App\Website\SessionState\WebsiteUserSessionAccessor.cs Line: 44