C# application Updater Log Error

  • Thread starter Rhon Stewart via DotNetMonster.com
  • Start date
R

Rhon Stewart via DotNetMonster.com

Hi please visit this link :
http://www.eggheadcafe.com/articles/pfc/selfupdater.asp

I followed all the steps for listed on the link , when I execute the
application it it gives me the following error on the log file:

---
ApplicationUpdateManager.StartUpdater] :
The Updater has started; the target application's name is 'SayHello'.
Time started: 2005_03_01_14:33:21.

[DownloaderManager.RunDownloader] :
Checking on updates for application 'SayHello'.


[DownloaderManager.IsServerManifestDownloaded] :
DOWNLOAD STARTED: Downloading manifest for the application
'SayHello'. Time started: 2005_03_01_14:33:21


[DownloaderManager.IsServerManifestDownloaded] :
SOURCE FILE: 'http://localhost/sayHelloUpdate/ServerManifest.xml'


[DownloaderManager.IsServerManifestDownloaded] :
DEST FILE: 'D:\projects\selfupdater\SayHello\bin\debug\
ServerManifest.xml'


[ServerApplicationInfo.Deserialize] :
Reading Server Manifest file from 'D:\projects\selfupdater\SayHello\bin\
debug\ServerManifest.xml' to deserialize into a ServerApplicationInfo
object.


[DownloaderManager.IsServerManifestDownloaded] :
Server Manifest successfully downloaded to location 'D:\projects\
selfupdater\SayHello\bin\debug\ServerManifest.xml'.


[DownloaderManager.ValidateManifestFile] :
Validating the downloaded server Manifest file located at:
'D:\projects\selfupdater\SayHello\bin\debug\ServerManifest.xml'.


[ClientApplicationInfo.Deserialize] :
Reading the configuration file 'D:\projects\selfupdater\SayHello\bin\
debug\AppStart.exe.config' to deserialize it into a ClientApplicationInfo
object.


[DownloaderManager.ClientMustBeUpdated] :
The version currently on the client for application 'SayHello' is
1.0.0.0 and the version on the server is 2.0.0.0.


[DownloaderManager.BeginFileDownloads] :
The local files must be updated for the application 'SayHello'.


[DownloaderManager.DownloadApplicationFiles] :
Manifest downloaded, now commencing download of application files for
application 'SayHello'
to destination temporary folder 'D:\projects\selfupdater\SayHello\bin\
debug\newFiles\'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/ApplicationUpdater.xml'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
ApplicationUpdater.xml'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/AppStart.exe.config'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
AppStart.exe.config'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ApplicationUpdater.dll'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ApplicationUpdater.dll'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.dll'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.dll'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.pdb'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.pdb'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ApplicationUpdater.pdb'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ApplicationUpdater.pdb'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ExceptionManagement.dll'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ExceptionManagement.dll'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.pdb'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.pdb'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE:
'http://localhost/sayHelloUpdater/Microsoft.ApplicationBlocks.ExceptionManagement.pdb'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
Microsoft.ApplicationBlocks.ExceptionManagement.pdb'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/SayHello.exe'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\SayHello.exe'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/SayHello.exe.config'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
SayHello.exe.config'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/SayHello.pdb'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\SayHello.pdb'


[DownloaderManager.DownloadApplicationFiles] :

SOURCE: 'http://localhost/sayHelloUpdater/ServerManifest.xml'
DEST: 'D:\projects\selfupdater\SayHello\bin\debug\newFiles\
ServerManifest.xml'


[DownloaderManager.BeginFileDownloads] :
Status updated with job id 'f64d2bd6-9e37-4d85-94d1-08aa34bca496' for
the application 'SayHello'.


[BITSDownloader] :
The BITS service returned an error for the job with the ID 'f64d2bd6-
9e37-4d85-94d1-08aa34bca496';
the job's name and description are 'BITS_Files_Download_Job' and
'BITS_Files_Download_Job'.
The BITS service error message for this job is
'The requested URL does not exist on the server.

'.
This job has been canceled, and the DownloaderManager will attempt it
again. If you see this error frequently, you may have a mis-configuration,
or another
administrator process/user is canceling BITS jobs.
It is also possible that some mis-configuration of the Manifest file is
causing BITS to have trouble with a source or destination path;
be sure that all SOURCE paths are valid URLs, and that all DESTINATION
paths are valid LOCAL UNC paths--__shares are not allowed__.

[DownloaderManager.CheckDownloadCompleteOrError] :
Error downloading files from the server for the application 'SayHello',
the following message was in the exception: 'SayHello'.
ERROR: Exception from HRESULT: 0x8020000F.
STACK: at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.IBackgroundCopyJob.GetError
(IBackgroundCopyError& ppError)
at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.HandleDownloadErrorCancelJob
(IBackgroundCopyJob copyJob, String& errMessage) in c:\update\code\cs\
microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\bitsdownloader.cs:line 482
at
Microsoft.ApplicationBlocks.ApplicationUpdater.Downloaders.BITSDownloader.Microsoft.ApplicationBlocks.ApplicationUpdater.Interfaces.IDownloader.GetJobStatus
(Guid jobId) in c:\update\code\cs\microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\bitsdownloader.cs:line 345
at
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.CheckDownloadCompleteOrError
() in c:\update\code\cs\microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\downloadermanager.cs:line 754



[DownloaderManager.RunDownloader] :

ERROR: The event log file is full
STACK: at System.Diagnostics.EventLog.WriteEvent(Int32 eventID, Int16
category, EventLogEntryType type, String[] strings, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String message,
EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String source, String message,
EventLogEntryType type, Int32 eventID, Int16 category, Byte[] rawData)
at System.Diagnostics.EventLog.WriteEntry(String source, String message,
EventLogEntryType type, Int32 eventID, Int16 category)
at System.Diagnostics.EventLog.WriteEntry(String source, String message,
EventLogEntryType type, Int32 eventID)
at System.Diagnostics.EventLog.WriteEntry(String source, String message,
EventLogEntryType type)
at
Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher.WriteToLog
(String entry, EventLogEntryType type) in C:\update\Code\CS\
Microsoft.ApplicationBlocks.Updater\
Microsoft.ApplicationBlocks.ExceptionManagement\ExceptionManager.cs:line 646
at
Microsoft.ApplicationBlocks.ExceptionManagement.DefaultPublisher.Publish
(Exception exception, NameValueCollection additionalInfo,
NameValueCollection configSettings) in C:\update\Code\CS\
Microsoft.ApplicationBlocks.Updater\
Microsoft.ApplicationBlocks.ExceptionManagement\ExceptionManager.cs:line 633
at
Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.PublishInternalException
(Exception exception, NameValueCollection additionalInfo) in C:\update\Code\
CS\Microsoft.ApplicationBlocks.Updater\
Microsoft.ApplicationBlocks.ExceptionManagement\ExceptionManager.cs:line 300
at
Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish
(Exception exception, NameValueCollection additionalInfo) in C:\update\Code\
CS\Microsoft.ApplicationBlocks.Updater\
Microsoft.ApplicationBlocks.ExceptionManagement\ExceptionManager.cs:line 228
at
Microsoft.ApplicationBlocks.ExceptionManagement.ExceptionManager.Publish
(Exception exception) in C:\update\Code\CS\
Microsoft.ApplicationBlocks.Updater\
Microsoft.ApplicationBlocks.ExceptionManagement\ExceptionManager.cs:line 65
at
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.CheckDownloadCompleteOrError
() in c:\update\code\cs\microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\downloadermanager.cs:line 804
at
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.IsPollerIntervalElapsed
() in c:\update\code\cs\microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\downloadermanager.cs:line 686
at
Microsoft.ApplicationBlocks.ApplicationUpdater.DownloaderManager.RunDownloader
() in c:\update\code\cs\microsoft.applicationblocks.updater\
microsoft.applicationblocks.applicationupdater\downloadermanager.cs:line 352


[ApplicationUpdateManager.StopUpdater] :
The Updater is stopping updates for the application named 'SayHello'.
Time stopped: 2005_03_01_14:38:18.

[ApplicationUpdateManager.StopUpdater] :
The Updater is stopping updates for the application named 'SayHello'.
Time stopped: 2005_03_01_14:38:18.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top