Copied to clipboard

Flag this post as spam?

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


  • DonZalmrol 220 posts 833 karma points
    Mar 14, 2017 @ 12:42
    DonZalmrol
    0

    When creating a new document type and template Umbraco crashes

    Hi,

    When I create a new doc type with template (or without) it crashes Umbraco. I see this error: Failed to retrieve data for content id XXXX.

    Googled the error code, found topics with different outcomes.

    The site stops loading, frontend is not working anymore and backend is extremely slow.

    Tried to re-index the content from the backend. Then deleted the doctype and template, re-indexed again and now it started to work again.

    Any ideas would could be causing this and how could I get this resolved?

    Need to add a new doctype for my site asap.

    Many thanks,

    Laurens

  • DonZalmrol 220 posts 833 karma points
    Mar 14, 2017 @ 12:43
    DonZalmrol
    0

    This is in Umbraco v7.5.9

  • DonZalmrol 220 posts 833 karma points
    Mar 15, 2017 @ 10:52
    DonZalmrol
    0

    Nobody? This rather a big issue that it causes Umbraco to crash... :s

  • Anthony Chudley 50 posts 197 karma points
    Mar 15, 2017 @ 11:03
    Anthony Chudley
    0

    Hi Laurens,

    A few things that might help people answer.

    1. Was this a fresh install of 7.5.9 or an upgrade?
    2. Are you using SQL or SQLCE?
    3. Have you tried deleting the contents of the temp folders in App_Data?
    4. Are there any further details in the Log?
  • DonZalmrol 220 posts 833 karma points
    Mar 15, 2017 @ 11:24
    DonZalmrol
    0

    Hi Anthony,

    Thanks for you reply.

    1. An upgrade from 7.5.3 to 7.5.9
    2. SQL 2014
    3. No not yet, what will happen if I do this. Could this cause downtime?
    4. Windows eventlog is clean. Are there any other logs I can check?

    Many thanks,

    Laurens

  • Anthony Chudley 50 posts 197 karma points
    Mar 15, 2017 @ 12:03
    Anthony Chudley
    0

    The downtime would depend on the size of the site as all the caches and examine indexes are rebuilt. But if I have an issue it's usually pretty high on my list of things to try if something goes wobbly.

    So delete your umbraco.config file, clear your App_Data/TEMP folder, then restart your site.

    You have the Umbraco logs in App_Data/logs, which might give some extra clues.

  • DonZalmrol 220 posts 833 karma points
    Mar 15, 2017 @ 12:10
    DonZalmrol
    0

    Hi Anthony,

    With restarting the site, you mean restarting IIS or the Umbraco backend Indexing rebuild?

    And with downtime, I actually mean that site is offline and can't be viewed?

    Thanks,

    Laurens

  • Anthony Chudley 50 posts 197 karma points
    Mar 15, 2017 @ 12:13
    Anthony Chudley
    0

    Yeah restart the site in IIS.

    And it will be down just while those caches and indexes are rebuilt, but the length of time will depend on the amount of content on the site.

    Also could be worth bumping the version number in the ClientDependency.config by 1 at the same time.

  • DonZalmrol 220 posts 833 karma points
    Mar 15, 2017 @ 12:19
    DonZalmrol
    0

    So before the restart, increment the ClientDependency.config by 1.

    It's a big site, so I would need to find an out of hours window to do this.

    Thanks!

  • DonZalmrol 220 posts 833 karma points
    Mar 15, 2017 @ 16:52
    DonZalmrol
    0

    Hi,

    Just happened again on it's own this time... From what I could find in the logs

    I see that this is happening:

    _shutDownMessage=Recompilation limit of 15 reached
    HostingEnvironment initiated shutdown
    HostingEnvironment caused shutdown
    

    So according to this link: https://our.umbraco.org/forum/using-umbraco-and-getting-started/80488-recurring-application-shutdown-issue-on-umbraco-753

    It something that others have as well. Need to dig a bit more about the issue together with Umbraco.

    Full log from start of the error:

    _shutDownMessage=Recompilation limit of 15 reached
    HostingEnvironment initiated shutdown
    HostingEnvironment caused shutdown
    
    _shutDownStack=   at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)
       at System.Environment.get_StackTrace()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownInternal()
       at System.Web.Hosting.HostingEnvironment.InitiateShutdownWithoutDemand()
       at System.Web.HttpRuntime.ShutdownAppDomain(String stackTrace)
       at System.Web.Compilation.DiskBuildResultCache.ShutdownCallBack(Object state)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
     2017-03-15 17:18:38,239 [P9832/D3/T66] INFO  umbraco.BusinessLogic.Log - Log scrubbed.  Removed all items older than 2017-03-14 17:18:38
     2017-03-15 17:18:38,313 [P9832/D3/T40] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:18:38,313 [P9832/D3/T13] ERROR Umbraco.Web.Scheduling.KeepAlive - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.KeepAlive.<PerformRunAsync>d__4.MoveNext()
     2017-03-15 17:19:23,425 [P9832/D3/T31] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IAction
     2017-03-15 17:19:23,455 [P9832/D3/T31] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IAction, found 0 (took 30ms)
     2017-03-15 17:19:38,517 [P9832/D3/T27] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:20:38,563 [P9832/D3/T9] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:20:44,840 [P9832/D3/T10] INFO  umbraco.content - Loading content from database...
     2017-03-15 17:20:49,035 [P9832/D3/T64] INFO  umbraco.content - Save Xml to file...
     2017-03-15 17:20:49,114 [P9832/D3/T64] INFO  umbraco.content - Saved Xml to file.
     2017-03-15 17:21:38,567 [P9832/D3/T27] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:22:04,586 [P9832/D3/T28] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.HealthCheck.HealthCheck
     2017-03-15 17:22:04,587 [P9832/D3/T28] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.HealthCheck.HealthCheck, found 0 (took 1ms)
     2017-03-15 17:22:09,827 [P9832/D3/T25] INFO  Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'InternalIndexer'
     2017-03-15 17:22:09,830 [P9832/D3/T25] INFO  UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=InternalIndexer, NodeId=-1
     2017-03-15 17:22:09,866 [P9832/D3/T25] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - content, Provider=InternalIndexer, NodeId=-1
     2017-03-15 17:22:10,475 [P9832/D3/T25] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - content, took 608ms, Provider=InternalIndexer, NodeId=-1
     2017-03-15 17:22:10,475 [P9832/D3/T25] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - media, Provider=InternalIndexer, NodeId=-1
     2017-03-15 17:22:10,593 [P9832/D3/T25] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - media, took 118ms, Provider=InternalIndexer, NodeId=-1
     2017-03-15 17:22:12,443 [P9832/D3/T11] INFO  Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'InternalIndexer' done, 3400 items committed (can differ from the number of items in the index)
     2017-03-15 17:22:16,978 [P9832/D3/T43] INFO  Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'ExternalIndexer'
     2017-03-15 17:22:16,978 [P9832/D3/T43] INFO  UmbracoExamine.DataServices.UmbracoLogService - Rebuilding index, Provider=ExternalIndexer, NodeId=-1
     2017-03-15 17:22:16,981 [P9832/D3/T43] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - content, Provider=ExternalIndexer, NodeId=-1
     2017-03-15 17:22:17,054 [P9832/D3/T43] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - content, took 73ms, Provider=ExternalIndexer, NodeId=-1
     2017-03-15 17:22:17,054 [P9832/D3/T43] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - Start data queries - media, Provider=ExternalIndexer, NodeId=-1
     2017-03-15 17:22:17,092 [P9832/D3/T43] INFO  UmbracoExamine.DataServices.UmbracoLogService - PerformIndexAll - End data queries - media, took 37ms, Provider=ExternalIndexer, NodeId=-1
     2017-03-15 17:22:18,347 [P9832/D3/T43] ERROR UmbracoExamine.DataServices.UmbracoLogService - Provider=ExternalIndexer, NodeId=-1
    System.Exception: Error indexing queue items,System.ArgumentException: Illegal characters in path.
       at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional)
       at System.IO.Path.GetFileName(String path)
       at Our.Umbraco.ezSearch.ezSearchBoostrapper.OnGatheringNodeData(Object sender, IndexingNodeDataEventArgs e)
       at Examine.Providers.BaseIndexProvider.OnGatheringNodeData(IndexingNodeDataEventArgs e)
       at UmbracoExamine.UmbracoContentIndexer.OnGatheringNodeData(IndexingNodeDataEventArgs e)
       at Examine.LuceneEngine.Providers.LuceneIndexer.GetDataToIndex(XElement node, String type)
       at Examine.LuceneEngine.Providers.LuceneIndexer.ProcessIndexQueueItem(IndexOperation op, IndexWriter writer)
       at Examine.LuceneEngine.Providers.LuceneIndexer.ProcessQueueItem(IndexOperation item, ICollection`1 indexedNodes, IndexWriter writer)
       at Examine.LuceneEngine.Providers.LuceneIndexer.ForceProcessQueueItems(Boolean block), IndexSet: ExternalIndexSet
     2017-03-15 17:22:18,348 [P9832/D3/T43] INFO  Umbraco.Web.WebServices.ExamineManagementApiController - Rebuilding index 'ExternalIndexer' done, 1832 items committed (can differ from the number of items in the index)
     2017-03-15 17:22:38,619 [P9832/D3/T27] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:23:40,060 [P9832/D3/T27] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:23:40,062 [P9832/D3/T35] ERROR Umbraco.Web.Scheduling.KeepAlive - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
       at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.KeepAlive.<PerformRunAsync>d__4.MoveNext()
     2017-03-15 17:24:40,102 [P9832/D3/T75] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:25:40,116 [P9832/D3/T78] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:26:40,155 [P9832/D3/T80] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:27:40,169 [P9832/D3/T84] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - Failed (at "https://www.investors.euronav.com/umbraco").
    System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.
       at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
       at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
       at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
       --- End of inner exception stack trace ---
       at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
       at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
       at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__7.MoveNext()
     2017-03-15 17:27:56,788 [P15852/D2/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco 7.5.9 application starting on APP001
     2017-03-15 17:27:56,803 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Determining hash of code files on disk
     2017-03-15 17:27:56,816 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Hash determined (took 13ms)
     2017-03-15 17:27:56,859 [P15852/D2/T1] INFO  Umbraco.Core.MainDom - Acquiring MainDom...
     2017-03-15 17:27:56,859 [P15852/D2/T1] INFO  Umbraco.Core.MainDom - Acquired MainDom.
     2017-03-15 17:27:56,866 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
     2017-03-15 17:27:56,879 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 12ms)
     2017-03-15 17:27:56,905 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
     2017-03-15 17:27:56,905 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 0ms)
     2017-03-15 17:27:56,906 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
     2017-03-15 17:27:56,907 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms)
     2017-03-15 17:27:56,916 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
     2017-03-15 17:27:56,918 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 1ms)
     2017-03-15 17:27:56,918 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
     2017-03-15 17:27:56,923 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 4ms)
     2017-03-15 17:27:56,952 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
     2017-03-15 17:27:56,953 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 0ms)
     2017-03-15 17:27:56,953 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
     2017-03-15 17:27:56,954 [P15852/D2/T1] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms)
     2017-03-15 17:27:58,165 [P15852/D2/T1] INFO  Umbraco.Core.DatabaseContext - CanConnect = True
     2017-03-15 17:27:58,288 [P15852/D2/T1] INFO  Umbraco.Web.Cache.CacheRefresherEventHandler - Initializing Umbraco internal event handlers for cache refreshing
     2017-03-15 17:27:58,306 [P15852/D2/T1] INFO  Umbraco.Web.Search.ExamineEvents - Initializing Examine and binding to business logic events
     2017-03-15 17:27:58,362 [P15852/D2/T1] INFO  Umbraco.Web.Search.ExamineEvents - Adding examine event handlers for index providers: 3
     2017-03-15 17:27:58,383 [P15852/D2/T1] INFO  Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 1668ms)
     2017-03-15 17:27:58,671 [P15852/D2/T10] INFO  Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: https://www.euronav.com:443/umbraco (UmbracoModule request)
     2017-03-15 17:27:59,876 [P15852/D2/T11] INFO  umbraco.content - Load Xml from file...
     2017-03-15 17:27:59,904 [P15852/D2/T11] INFO  umbraco.content - Loaded Xml from file.
     2017-03-15 17:28:00,406 [P15852/D2/T11] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
     2017-03-15 17:28:00,407 [P15852/D2/T11] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 1ms)
     2017-03-15 17:28:12,411 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2017-03-15 17:28:12,412 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
     2017-03-15 17:28:12,415 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2017-03-15 17:28:12,415 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 0ms)
     2017-03-15 17:28:12,437 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.ITree
     2017-03-15 17:28:12,438 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.ITree, found 0 (took 0ms)
     2017-03-15 17:28:12,487 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplication
     2017-03-15 17:28:12,488 [P15852/D2/T20] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplication, found 0 (took 0ms)
     2017-03-15 17:28:13,099 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
     2017-03-15 17:28:13,100 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 0 (took 0ms)
     2017-03-15 17:28:13,113 [P15852/D2/T16] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.HealthCheck.HealthCheck
     2017-03-15 17:28:13,115 [P15852/D2/T16] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.HealthCheck.HealthCheck, found 0 (took 1ms)
     2017-03-15 17:28:13,337 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
     2017-03-15 17:28:13,337 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 0 (took 0ms)
     2017-03-15 17:28:13,371 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Starting resolution types of umbraco.cms.businesslogic.macro.IMacroEngine
     2017-03-15 17:28:13,371 [P15852/D2/T23] INFO  Umbraco.Core.PluginManager - Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 0 (took 0ms)
     2017-03-15 17:28:15,317 [P15852/D2/T18] INFO  Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Trees.TreeController
     2017-03-15 17:28:15,317 [P15852/D2/T18] INFO  Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Trees.TreeController, found 0 (took 0ms)
     2017-03-15 17:28:59,135 [P15852/D2/T19] INFO  umbraco.BusinessLogic.Log - Log scrubbed.  Removed all items older than 2017-03-14 17:28:59
    
  • DonZalmrol 220 posts 833 karma points
    Mar 22, 2017 @ 08:09
    DonZalmrol
    100

    Ok, so we've removed KB3000850 and site doesn't stops that frequent anymore.

    Also increased the max recompilation limit from 15 to 50, but will increase it to 100.

    Upgraded to V7.5.11.

    TL;DR

    It still happens, but the site stays online and we don't loose connections anymore. So perhaps in the near future this bug will be solved completely.

  • Christoffer Frede 16 posts 126 karma points
    Mar 22, 2017 @ 08:16
    Christoffer Frede
    0

    have you tried disabling the modelsbuilder ? as suggested in the post you linked to https://our.umbraco.org/forum/using-umbraco-and-getting-started/80488-recurring-application-shutdown-issue-on-umbraco-753. That worked for me.

  • DonZalmrol 220 posts 833 karma points
    Mar 22, 2017 @ 08:19
    DonZalmrol
    0

    Hi Christoffer,

    Yes I did and it stopped my site from working :p

    <add key="Umbraco.ModelsBuilder.Enable" value="false" />
    <add key="Umbraco.ModelsBuilder.ModelsMode" value="Nothing" />
    

    Resulted in a 500 server error and stopped the app pool completely.

Please Sign in or register to post replies

Write your reply to:

Draft