Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bo Jacobsen 610 posts 2409 karma points
    Nov 01, 2016 @ 10:16
    Bo Jacobsen
    0

    An error occurred with the scheduled publishing

    Hello everyone.

    Using umbraco 7.1.5 & SSL we are gettin these errors in our log. We are talking about 7 to 13 mb logfiles a day. And publish/Unpublish/Delete content takes forever & mostly do not happen at all.

    2016-11-01 11:00:37,245 [7] ERROR Umbraco.Web.Scheduling.KeepAlive - [Thread 99] Error in ping
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
       at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
       --- End of inner exception stack trace ---
       at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
       at System.Net.WebClient.DownloadString(Uri address)
       at System.Net.WebClient.DownloadString(String address)
       at Umbraco.Web.Scheduling.KeepAlive.Start(Object sender)
    
    
    2016-11-01 11:01:26,792 [7] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 99] An error occurred with the scheduled publishing
    System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
       at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
       at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       --- End of inner exception stack trace ---
       at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
       at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
       --- End of inner exception stack trace ---
       at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
       at System.Net.WebClient.UploadString(Uri address, String method, String data)
       at System.Net.WebClient.UploadString(String address, String data)
       at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)
    

    Sometimes there is also a console error. But only sometimes. I dunno if its related.

    https://www.web.dk/umbraco/backoffice/UmbracoApi/Content/DeleteById?id=96250 500 (Internal Server Error)
    
    https://www.web.dk/umbraco/dashboard/feedproxy.aspx?url=http://our.umbra…lp?section=content&usertype=admin&lang=da-DK&path=content%2Fcontent%2Fedit net::ERR_TOO_MANY_REDIRECTS
    

    Any pointers is appreciated ;)

  • Bo Jacobsen 610 posts 2409 karma points
    Nov 01, 2016 @ 10:43
    Bo Jacobsen
    0

    For fun we did try to remove all redirects from urlRewriting.config and set umbracoSSL to false in the web.config.

    Then the same errors happen as before. But now there is a new error occurring each publish/unpublish/delete....

    2016-11-01 11:34:08,077 [47] ERROR UmbracoExamine.DataServices.UmbracoLogService - [Thread 62] Provider=ExternalIndexer, NodeId=-1
    System.Exception: Error indexing queue items,Lock obtain timed out: NativeFSLock@D:\WEB\web.dk\www\App_Data\TEMP\ExamineIndexes\External\Index\write.lock: System.IO.IOException: The process cannot access the file 'D:\WEB\web.dk\www\App_Data\TEMP\ExamineIndexes\External\Index\write.lock' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
       at Lucene.Net.Store.NativeFSLock.Obtain(), IndexSet: ExternalIndexSet
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies