Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Publication process stops at upload stage or at finalize stage. Examining the problem shows either of two options:

Failed to upload document

A specific file could not be uploaded and publish engine retried to upload the file several times. Each time failed. Log message in publish.log is similar to:

...

AssertWeb Verbose: 0 : 2017-10-13 12.35.46:ProcessRequest:/AssertWeb/Publisher/UploadHandler.ashx?site=<site>&item=...:(noSession):NT AUTHORITY\IUSR:Uploading Site:<site> Directory:Documents\en-US FileName: <filename>.pdf
AssertWeb Error: 0 : 2017-10-13 12.35.47:ProcessRequest:/AssertWeb/Publisher/UploadHandler.ashx?site=<site>&item=...:(noSession):NT AUTHORITY\IUSR:An error occured in UploadHandler when processing request to site: <site>
AssertWeb Error: 0 : System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
   at System.Web.HttpRawUploadedContent.AddBytes(Byte[] data, Int32 offset, Int32 length)
   at System.Web.HttpRequest.GetEntireRawContent()
   at System.Web.HttpRequest.get_InputStream()
   at Signifikant.Assert.Web.Viewer.Publisher.UploadHandler.StoreFile(HttpContext context, SiteFileItem item)
   at Signifikant.Assert.Web.Viewer.Publisher.UploadHandler.ProcessDocument(HttpContext context, SiteFileItem item)
   at Signifikant.Assert.Web.Viewer.Publisher.UploadHandler.ProcessRequest(HttpContext context)

Failed to finalize publication

The database file could not be uploaded to the server. Publish.log contains something like this:

...