I had to manually migrate from 6.x to 7.x because of an issue with the 6.x installer if you used to be on v3.x.
Anyway, I managed to get the schemas to match and the data imported into a fresh 7.1.8 database.
Now I'm stuck. It either is missing a template, a document type, or a data type.
Not sure how I can resolve this. This issue is also causing duplicate nodes (a problem that happens when this error occurs). I did a search and found another thread, but no answer.
2014-10-09 12:58:51,572 [21] INFO Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 12:58:51,572 [21] INFO Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 12:59:05,838 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-10-09 12:59:05,885 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 41ms)
2014-10-09 12:59:06,385 [21] INFO umbraco.content - [Thread 8] Loading content from database...
2014-10-09 12:59:06,447 [21] ERROR umbraco.cms.businesslogic.web.DocumentType - [Thread 8] Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentTypeRepository.<PerformGetAll>d__2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.GetAll(TId[] ids)
at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids)
at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList()
at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
2014-10-09 13:03:01,095 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 13:03:01,095 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 13:03:22,049 [21] INFO Umbraco.Core.PluginManager - [Thread 15] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 13:03:22,049 [21] INFO Umbraco.Core.PluginManager - [Thread 15] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 13:49:47,748 [21] INFO umbraco.BusinessLogic.Log - [Thread 6] Log scrubbed. Removed all items older than 2014-08-10 13:49:47
2014-10-09 14:17:27,395 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-10-09 14:17:27,551 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 35 (took 151ms)
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 16 (took 1ms)
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 4 (took 1ms)
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 30 (took 3ms)
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 1ms)
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2014-10-09 14:17:30,582 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplication
2014-10-09 14:17:30,582 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 1ms)
2014-10-09 14:17:30,785 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 14:17:30,785 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 1ms)
2014-10-09 14:17:30,801 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ITree
2014-10-09 14:17:30,801 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 1ms)
2014-10-09 14:17:30,832 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2014-10-09 14:17:32,598 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2014-10-09 14:17:38,176 [8] INFO umbraco.content - [Thread 6] Loading content from disk cache...
2014-10-09 14:17:38,457 [8] WARN Umbraco.Web.UmbracoModule - [Thread 6] Umbraco has no content
2014-10-09 14:17:39,582 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2014-10-09 14:17:39,582 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 22 (took 1ms)
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 6] User Id: 0 logged in
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 7] User Id: 0 logged in
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 11] User Id: 0 logged in
2014-10-09 14:17:43,754 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2014-10-09 14:17:43,770 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 43 (took 2ms)
2014-10-09 14:17:46,926 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 7] User Id: 0 logged in
2014-10-09 14:17:47,005 [8] INFO Umbraco.Core.PluginManager - [Thread 12] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 14:17:47,005 [8] INFO Umbraco.Core.PluginManager - [Thread 12] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 14:17:47,286 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Starting resolution types of umbraco.interfaces.ITree
2014-10-09 14:17:47,301 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Completed resolution of types of umbraco.interfaces.ITree, found 36 (took 1ms)
2014-10-09 14:18:25,693 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 12] Couldn't find any page with nodeId=1318. This is most likely caused by the page not being published.
2014-10-09 14:18:27,193 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 16] Couldn't find any page with nodeId=1141. This is most likely caused by the page not being published.
2014-10-09 14:18:32,772 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 16] Couldn't find any page with nodeId=1318. This is most likely caused by the page not being published.
2014-10-09 14:19:25,633 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-10-09 14:19:25,633 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 1ms)
2014-10-09 14:19:25,664 [8] INFO umbraco.content - [Thread 11] Loading content from database...
2014-10-09 14:19:25,711 [8] ERROR umbraco.cms.businesslogic.web.DocumentType - [Thread 11] Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentTypeRepository.<PerformGetAll>d__2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.GetAll(TId[] ids)
at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids)
at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList()
at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentRepository.CreateContentFromDto(DocumentDto dto, Guid versionId)
at Umbraco.Core.Persistence.Repositories.ContentRepository.PerformGet(Int32 id)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Services.ContentService.GetById(Int32 id)
at Umbraco.Web.UI.Umbraco.Dialogs.Publish.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_dialogs_publish_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Umbraco 4 to 7 error when loading node content
I had to manually migrate from 6.x to 7.x because of an issue with the 6.x installer if you used to be on v3.x.
Anyway, I managed to get the schemas to match and the data imported into a fresh 7.1.8 database.
Now I'm stuck. It either is missing a template, a document type, or a data type.
Not sure how I can resolve this. This issue is also causing duplicate nodes (a problem that happens when this error occurs). I did a search and found another thread, but no answer.
2014-10-09 12:58:51,572 [21] INFO Umbraco.Core.PluginManager - [Thread 20] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 12:58:51,572 [21] INFO Umbraco.Core.PluginManager - [Thread 20] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 12:59:05,838 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-10-09 12:59:05,885 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 41ms)
2014-10-09 12:59:06,385 [21] INFO umbraco.content - [Thread 8] Loading content from database...
2014-10-09 12:59:06,447 [21] ERROR umbraco.cms.businesslogic.web.DocumentType - [Thread 8] Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentTypeRepository.<PerformGetAll>d__2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.GetAll(TId[] ids)
at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids)
at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList()
at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
2014-10-09 13:03:01,095 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 13:03:01,095 [21] INFO Umbraco.Core.PluginManager - [Thread 8] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 13:03:22,049 [21] INFO Umbraco.Core.PluginManager - [Thread 15] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 13:03:22,049 [21] INFO Umbraco.Core.PluginManager - [Thread 15] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 13:49:47,748 [21] INFO umbraco.BusinessLogic.Log - [Thread 6] Log scrubbed. Removed all items older than 2014-08-10 13:49:47
2014-10-09 13:49:47,748 [21] INFO Umbraco.Core.UmbracoApplicationBase - [Thread 6] Application shutdown. Reason: HostingEnvironment
2014-10-09 14:17:27,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Determining hash of code files on disk
2014-10-09 14:17:27,348 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Hash determined (took 84ms)
2014-10-09 14:17:27,395 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2014-10-09 14:17:27,551 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 35 (took 151ms)
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2014-10-09 14:17:28,160 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 16 (took 1ms)
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 4 (took 1ms)
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2014-10-09 14:17:28,254 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 30 (took 3ms)
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 3 (took 1ms)
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2014-10-09 14:17:28,598 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 1 (took 0ms)
2014-10-09 14:17:30,582 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.IApplication
2014-10-09 14:17:30,582 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.IApplication, found 7 (took 1ms)
2014-10-09 14:17:30,785 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 14:17:30,785 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 1ms)
2014-10-09 14:17:30,801 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Starting resolution types of umbraco.interfaces.ITree
2014-10-09 14:17:30,801 [8] INFO Umbraco.Core.PluginManager - [Thread 1] Completed resolution of types of umbraco.interfaces.ITree, found 19 (took 1ms)
2014-10-09 14:17:30,832 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Initializing Examine and binding to business logic events
2014-10-09 14:17:32,598 [8] INFO Umbraco.Web.Search.ExamineEvents - [Thread 1] Adding examine event handlers for index providers: 3
2014-10-09 14:17:37,645 [8] INFO Umbraco.Web.UmbracoModule - [Thread 6] Setting OriginalRequestUrl: vyt2.lavidgeinteractive.com:80/umbraco
2014-10-09 14:17:37,754 [8] INFO Umbraco.Web.UmbracoModule - [Thread 7] Setting OriginalRequestUrl: vyt2.lavidgeinteractive.com:80/umbraco
2014-10-09 14:17:38,176 [8] INFO umbraco.content - [Thread 6] Loading content from disk cache...
2014-10-09 14:17:38,457 [8] WARN Umbraco.Web.UmbracoModule - [Thread 6] Umbraco has no content
2014-10-09 14:17:39,582 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Starting resolution types of Umbraco.Core.Persistence.Mappers.BaseMapper
2014-10-09 14:17:39,582 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Completed resolution of types of Umbraco.Core.Persistence.Mappers.BaseMapper, found 22 (took 1ms)
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 6] User Id: 0 logged in
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 7] User Id: 0 logged in
2014-10-09 14:17:40,176 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 11] User Id: 0 logged in
2014-10-09 14:17:43,754 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of Umbraco.Core.PropertyEditors.IParameterEditor
2014-10-09 14:17:43,770 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of Umbraco.Core.PropertyEditors.IParameterEditor, found 43 (took 2ms)
2014-10-09 14:17:46,926 [8] INFO Umbraco.Web.Security.WebSecurity - [Thread 7] User Id: 0 logged in
2014-10-09 14:17:47,005 [8] INFO Umbraco.Core.PluginManager - [Thread 12] Starting resolution types of Umbraco.Web.Trees.TreeController
2014-10-09 14:17:47,005 [8] INFO Umbraco.Core.PluginManager - [Thread 12] Completed resolution of types of Umbraco.Web.Trees.TreeController, found 4 (took 0ms)
2014-10-09 14:17:47,286 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Starting resolution types of umbraco.interfaces.ITree
2014-10-09 14:17:47,301 [8] INFO Umbraco.Core.PluginManager - [Thread 7] Completed resolution of types of umbraco.interfaces.ITree, found 36 (took 1ms)
2014-10-09 14:18:25,693 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 12] Couldn't find any page with nodeId=1318. This is most likely caused by the page not being published.
2014-10-09 14:18:27,193 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 16] Couldn't find any page with nodeId=1141. This is most likely caused by the page not being published.
2014-10-09 14:18:32,772 [8] WARN Umbraco.Web.Routing.DefaultUrlProvider - [Thread 16] Couldn't find any page with nodeId=1318. This is most likely caused by the page not being published.
2014-10-09 14:19:25,633 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Starting resolution types of umbraco.interfaces.ICacheRefresher
2014-10-09 14:19:25,633 [8] INFO Umbraco.Core.PluginManager - [Thread 11] Completed resolution of types of umbraco.interfaces.ICacheRefresher, found 20 (took 1ms)
2014-10-09 14:19:25,664 [8] INFO umbraco.content - [Thread 11] Loading content from database...
2014-10-09 14:19:25,711 [8] ERROR umbraco.cms.businesslogic.web.DocumentType - [Thread 11] Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured?
System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentTypeRepository.<PerformGetAll>d__2.MoveNext()
at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.GetAll(TId[] ids)
at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids)
at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList()
at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
2014-10-09 14:19:37,008 [8] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 16] An unhandled exception occurred
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Umbraco.Core.Models.DeepCloneHelper.DeepCloneRefProperties(IDeepCloneable input, IDeepCloneable output)
at Umbraco.Core.Models.EntityBase.Entity.DeepClone()
at Umbraco.Core.Models.ContentTypeBase.DeepClone()
at Umbraco.Core.Models.ContentTypeCompositionBase.DeepClone()
at Umbraco.Core.Persistence.Caching.RuntimeCacheProvider.Save(Type type, IEntity entity)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Persistence.Repositories.ContentRepository.CreateContentFromDto(DocumentDto dto, Guid versionId)
at Umbraco.Core.Persistence.Repositories.ContentRepository.PerformGet(Int32 id)
at Umbraco.Core.Persistence.Repositories.RepositoryBase`2.Get(TId id)
at Umbraco.Core.Services.ContentService.GetById(Int32 id)
at Umbraco.Web.UI.Umbraco.Dialogs.Publish.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_dialogs_publish_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Hi Robert,
Can you clear you the tables cmsContentXml and cmsPreviewXml and see if the error still persists ?
Remember to republish your content after you have done this.
Dave
Hi Dave,
I cleared those tables, deleted the temp folder and the umbraco config.
Restarted my app pool:
Getting this:
ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 7] An error occurred with the scheduled publishing
System.ArgumentException: URI formats are not supported.
at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
at System.IO.Path.GetFullPathInternal(String path)
at System.IO.Path.GetFullPath(String path)
at System.Net.WebClient.GetUri(String path)
at System.Net.WebClient.UploadString(String address, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Start(ApplicationContext appContext)
I went to the backend and did these:
http;//YOURDOMAIN/Umbraco/dialogs/republish.aspx?xml=true and clicking "republish".
http;//YOURDOMAIN/Umbraco/dialogs/republish.aspx?previews=true and clicking "republish".
Looks like it published everything that I checked. Log shows new errors!
is working on a reply...