Hi there
I installed a new Windows Server 2008 R2 machine today and followed the steps as outlined here (http://technet.microsoft.com/en-us/library/jj219455.aspx) to install my Office Web Application Server.
After the proper installation of all required pre-requistes and binaries of OWA itself (including the service pack), I receive the following error when I try to run the commandNew-OfficeWebAppsFarm -InternalUrl "https://loom-svr4.loomion.local" -ExternalUrl "https://twelveint.loomion.com" -CertificateName "twelveint.loomion.com"
Error:
New-OfficeWebAppsFarm : The Office Web Apps service failed to start. See the Windows Application Event Log for more
details.
At line:1 char:1
+ New-OfficeWebAppsFarm -InternalUrl "https://loom-svr4.loomion.local" -ExternalUr ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [New-OfficeWebAppsFarm], ApplicationFailedException
+ FullyQualifiedErrorId : AgentManagerStartFailed,Microsoft.Office.Web.Apps.Administration.NewFarmCommand
Eventlog:
Log Name: Application
Source: WACSM
Date: 1/26/2014 10:19:03 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: LOOM-SVR4.loomion.local
Description:
Service cannot be started. System.Runtime.InteropServices.COMException (0x80070520): A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)
at Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
at Microsoft.Web.Administration.BindingManager.Save()
at Microsoft.Web.Administration.ServerManager.CommitChanges()
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentController.ProvisionTopLevelSites(IEnumerable`1 webAgentsToRun)
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentController.StartAgents()
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentManagerApplication.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WACSM" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-01-26T21:19:03.000000000Z" />
<EventRecordID>823</EventRecordID>
<Channel>Application</Channel>
<Computer>LOOM-SVR4.loomion.local</Computer>
<Security />
</System>
<EventData>
<Data>Service cannot be started. System.Runtime.InteropServices.COMException (0x80070520): A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)
at Microsoft.Web.Administration.Interop.IAppHostMethodInstance.Execute()
at Microsoft.Web.Administration.BindingManager.Save()
at Microsoft.Web.Administration.ServerManager.CommitChanges()
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentController.ProvisionTopLevelSites(IEnumerable`1 webAgentsToRun)
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentController.StartAgents()
at Microsoft.Office.Web.Environment.WacServer.AgentManager.AgentManagerApplication.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)</Data>
</EventData>
</Event>
Any clues? Thank you in advance.
Cheers
Markus