I am getting an odd error after I install OWA - the test page works fine, but when I hit the default page to view the pages in browser I am getting the following error -
Server Error in '/op' Application.
The given key was not present in the dictionary.
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.Collections.Generic.KeyNotFoundException: The given key was not
present in the dictionary.
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:[KeyNotFoundException: The given key was not present in the dictionary.]
Microsoft.Office.Web.Apps.Environment.WacServer.AFarmTopology.GetMachine(String machineName) +111
Microsoft.Office.Web.Apps.Environment.WacServer.WSServiceInstanceFinderAdapter..ctor() +364
[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, StackCrawlMark& stackMark) +159
System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark) +256
System.Activator.CreateInstance(Type type, Boolean nonPublic) +127
Microsoft.Office.Web.Common.EnvironmentAdapters.HostEnvironment.LoadAdapterInstance(AdapterLoadInformation adapterInfo, Boolean readAppConfigOnly) +154
Microsoft.Office.Web.Common.EnvironmentAdapters.<>c__DisplayClass16.<BuildInstance>b__15() +168
System.Lazy`1.CreateValue() +14389240
System.Lazy`1.LazyInitValue() +91
Microsoft.Office.Web.Common.ServiceInstanceFinder.RefreshList(Object state) +279
[OfficeServiceException: ServiceInstanceFinderAdapter did not return data on first request]
Microsoft.Office.Web.Common.ServiceInstanceFinder.RefreshList(Object state) +1330
Microsoft.Office.Web.Common.ServiceInstanceFinder..cctor() +282
[TypeInitializationException: The type initializer for 'Microsoft.Office.Web.Common.ServiceInstanceFinder' threw an exception.]
Microsoft.Office.Web.Common.HttpHelper.AppendOfficeHeaders(HttpContext context) +37
Microsoft.Office.Web.OpenFromUrl.OpenFromUrlHttpModule.BeginRequest(Object source, EventArgs e) +698
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
|