Nov 18 2009 at 8:13 PM
Edited Nov 19 2009 at 12:09 AM
|
Our install in not part of an upgrade but is a new install and we are also experiencing the same error as reported by an earlier poster. Does anyone have addtional suggestions on how I might troubleshoot this?
Is this a .NET issue? Please advise. Thank you!
Log Name: Application
Source: MediaEncoderService
Date: 11/17/2009 10:34:25 PM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: computername.domain
Description:
Service cannot be started. System.NullReferenceException: Object reference not set to an instance of an object.
at MediaEncoderService.MEConfigWebService.GetValueByKey(String key)
at MediaEncoderService.MediaEncoderService.MonitorFileSystem()
at MediaEncoderService.MediaEncoderService.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="MediaEncoderService" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-11-18T04:34:25.000Z" />
<EventRecordID>5831</EventRecordID>
<Channel>Application</Channel>
<Computer>computername.domain</Computer>
<Security />
</System>
<EventData>
<Data>Service cannot be started. System.NullReferenceException: Object reference not set to an instance of an object.
at MediaEncoderService.MEConfigWebService.GetValueByKey(String key)
at MediaEncoderService.MediaEncoderService.MonitorFileSystem()
at MediaEncoderService.MediaEncoderService.OnStart(String[] args)
at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)</Data>
</EventData>
</Event>
-
Update: 11/18/09 Well, the service Media Encoder service started successfully after updating the registry with
the disableloopbackcheck entry Reference Technote 896861
http://support.microsoft.com/kb/896861 and restarting the server afterward.
Maybe the restart resolved the issue -nevertheless wanted to provide and update on this. Thanks!
|