Copied to clipboard

Flag this post as spam?

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


  • stephanie 52 posts 133 karma points
    May 03, 2013 @ 02:02
    stephanie
    0

    Clean Install Umbraco 6.0.5, latest Ublogsy, failed

    Sql Server 2012

    Windows 7, IIS 7.5

    Installed Umbraco, no starter kits, switched to mvc mode in umbracosettings, installed ublogsy from package repository, installed the latest hotfix for udatefoldersy. Publish. Post. Publish. Nothing.

    Umbraco.config:

    <?xml version="1.0" encoding="utf-8"?>

    <!DOCTYPE root[ 

    <!ELEMENT uBlogsyBaseDocType ANY>

    <!ATTLIST uBlogsyBaseDocType id ID #REQUIRED>

    <!ELEMENT uBlogsyBaseContainer ANY>

    <!ATTLIST uBlogsyBaseContainer id ID #REQUIRED>

    <!ELEMENT uBlogsyBasePage ANY>

    <!ATTLIST uBlogsyBasePage id ID #REQUIRED>

    <!ELEMENT uBlogsyAuthor ANY>

    <!ATTLIST uBlogsyAuthor id ID #REQUIRED>

    <!ELEMENT uBlogsyContainerAuthor ANY>

    <!ATTLIST uBlogsyContainerAuthor id ID #REQUIRED>

    <!ELEMENT uBlogsyContainerEmailTemplate ANY>

    <!ATTLIST uBlogsyContainerEmailTemplate id ID #REQUIRED>

    <!ELEMENT uBlogsyContainerLabel ANY>

    <!ATTLIST uBlogsyContainerLabel id ID #REQUIRED>

    <!ELEMENT uBlogsyLabel ANY>

    <!ATTLIST uBlogsyLabel id ID #REQUIRED>

    <!ELEMENT uBlogsyLanding ANY>

    <!ATTLIST uBlogsyLanding id ID #REQUIRED>

    <!ELEMENT uBlogsyPage ANY>

    <!ATTLIST uBlogsyPage id ID #REQUIRED>

    <!ELEMENT uBlogsyPost ANY>

    <!ATTLIST uBlogsyPost id ID #REQUIRED>

    <!ELEMENT uBlogsyRSS ANY>

    <!ATTLIST uBlogsyRSS id ID #REQUIRED>

    <!ELEMENT uBlogsySiteRoot ANY>

    <!ATTLIST uBlogsySiteRoot id ID #REQUIRED>

    <!ELEMENT uDateFoldersyBase ANY>

    <!ATTLIST uDateFoldersyBase id ID #REQUIRED>

    <!ELEMENT uDateFoldersyFolderDay ANY>

    <!ATTLIST uDateFoldersyFolderDay id ID #REQUIRED>

    <!ELEMENT uDateFoldersyFolderMonth ANY>

    <!ATTLIST uDateFoldersyFolderMonth id ID #REQUIRED>

    <!ELEMENT uDateFoldersyFolderYear ANY>

    <!ATTLIST uDateFoldersyFolderYear id ID #REQUIRED>

    <!ELEMENT uTagsyBaseDocType ANY>

    <!ATTLIST uTagsyBaseDocType id ID #REQUIRED>

    <!ELEMENT uTagsyTag ANY>

    <!ATTLIST uTagsyTag id ID #REQUIRED>

    <!ELEMENT uTagsyTagContainer ANY>

    <!ATTLIST uTagsyTagContainer id ID #REQUIRED>

     

    ]>

    <root id="-1" />

     

     

    AND that's it.

    The site I have up is hopelessly broken for publish -- blog posts show up then disappear. Thought I'd try fresh.

    Any quick answers?

     

    Thanks!

    Steph

  • stephanie 52 posts 133 karma points
    May 03, 2013 @ 02:48
    stephanie
    0

    Update -- 1/2 hour later, the blog post I created appeared. Publishing was painful -- had to publish parents individually down to the blog post -- so publish may, publish 2, publish post 1, though I tried publishing everything higher up repeatedly (kill examine indexes, kill umbraco config, restart iis). Errors showing up in my log during the process:

    (This is long, but just in case anything catches your eye)  -- I started where it shows there's no content. 

     

    2013-05-02 20:35:24,248 [19] WARN  Umbraco.Web.UmbracoModule - [Thread 13] Umbraco has no content

    2013-05-02 20:35:30,732 [19] INFO  umbraco.presentation.install.utills.p - [Thread 28] Hitting Page_Load on p.aspx for the requested 'developervids' feed

    2013-05-02 20:35:30,741 [19] INFO  umbraco.presentation.install.utills.p - [Thread 10] Hitting Page_Load on p.aspx for the requested 'sitebuildervids' feed

    2013-05-02 20:35:37,718 [19] INFO  Umbraco.Core.PluginManager - [Thread 15] Completed resolution of types of umbraco.interfaces.IDataType, found 35 (took 47ms)

    2013-05-02 20:35:56,288 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 31] Content 'Sample Site Root' with Id '1077' has been published.

    2013-05-02 20:35:56,904 [19] ERROR umbraco.presentation.nodeFactory.UmbracoSiteMapProvider - [Thread 31] Error adding node 1077 to SiteMapProvider in loadNodes()

    System.InvalidOperationException: Multiple nodes with the same URL '/' were found. XmlSiteMapProvider requires that sitemap nodes have unique URLs.

       at System.Web.StaticSiteMapProvider.AddNode(SiteMapNode node, SiteMapNode parentNode)

       at umbraco.presentation.nodeFactory.UmbracoSiteMapProvider.loadNodes(String parentId, SiteMapNode parentNode)

    2013-05-02 20:36:42,108 [19] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 31] An unhandled exception occurred

    System.InvalidOperationException: Sequence contains no elements

       at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)

       at ASP._Page_Views_Partials_uBlogsy_Widgets_uBlogsyWidgetListPostsForHome_cshtml.GetLanding() in c:\inetpub\wwwroot\NewRonPaul605\Views\Partials\uBlogsy\Widgets\uBlogsyWidgetListPostsForHome.cshtml:line 79

       at ASP._Page_Views_Partials_uBlogsy_Widgets_uBlogsyWidgetListPostsForHome_cshtml.Execute() in c:\inetpub\wwwroot\NewRonPaul605\Views\Partials\uBlogsy\Widgets\uBlogsyWidgetListPostsForHome.cshtml:line 36

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()

       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)

       at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData)

       at Umbraco.Core.CacheHelper.GetCacheItem[TT](String cacheKey, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, Func`1 getCacheItem, Object syncLock)

       at Umbraco.Web.CacheHelperExtensions.CachedPartialView(CacheHelper cacheHelper, HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, String cacheKey, ViewDataDictionary viewData)

       at Umbraco.Web.HtmlHelperRenderExtensions.CachedPartial(HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, Boolean cacheByPage, Boolean cacheByMember, ViewDataDictionary viewData)

       at ASP._Page_Views_uBlogsySiteHome_cshtml.<Execute>b__2() in c:\inetpub\wwwroot\NewRonPaul605\Views\uBlogsySiteHome.cshtml:line 29

       at System.Web.WebPages.WebPageBase.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at ASP._Page_Views__uBlogsyBaseSite_cshtml.<Execute>b__0() in c:\inetpub\wwwroot\NewRonPaul605\Views\_uBlogsyBaseSite.cshtml:line 27

       at System.Web.WebPages.WebPageBase.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at ASP._Page_Views__uBlogsyBase_cshtml.Execute() in c:\inetpub\wwwroot\NewRonPaul605\Views\_uBlogsyBase.cshtml:line 9

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()

       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body)

       at System.Web.WebPages.WebPageBase.PopContext()

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body)

       at System.Web.WebPages.WebPageBase.PopContext()

       at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)

       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()

       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)

       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)

       at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__19()

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()

       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)

       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)

       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    2013-05-02 20:37:51,660 [19] ERROR umbraco.DataLayer.SqlHelper`1[[System.Data.SqlClient.SqlParameter, System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]] - [Thread 25] Error executing query SELECT id, createDate, trashed, parentId, nodeObjectType, nodeUser, level, path, sortOrder, uniqueID, text FROM umbracoNode WHERE id = @id

    System.Threading.ThreadAbortException: Thread was being aborted.

       at System.WeakReference.get_Target()

       at System.Transactions.Transaction.JitSafeGetContextTransaction(ContextData contextData)

       at System.Transactions.Transaction.FastGetTransaction(TransactionScope currentScope, ContextData contextData, Transaction& contextTransaction)

       at System.Transactions.Transaction.get_Current()

       at System.Data.ProviderBase.DbConnectionPool.GetFromTransactedPool(Transaction& transaction)

       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)

       at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)

       at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)

       at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)

       at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)

       at System.Data.SqlClient.SqlConnection.Open()

       at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters)

       at umbraco.DataLayer.SqlHelpers.SqlServer.SqlServerHelper.ExecuteReader(String commandText, SqlParameter[] parameters)

       at umbraco.DataLayer.SqlHelper`1.ExecuteReader(String commandText, IParameter[] parameters)

    2013-05-02 20:38:12,506 [19] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 6] An unhandled exception occurred

    System.InvalidOperationException: Sequence contains no elements

       at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)

       at ASP._Page_Views_Partials_uBlogsy_Widgets_uBlogsyWidgetListPostsForHome_cshtml.GetLanding() in c:\inetpub\wwwroot\NewRonPaul605\Views\Partials\uBlogsy\Widgets\uBlogsyWidgetListPostsForHome.cshtml:line 79

       at ASP._Page_Views_Partials_uBlogsy_Widgets_uBlogsyWidgetListPostsForHome_cshtml.Execute() in c:\inetpub\wwwroot\NewRonPaul605\Views\Partials\uBlogsy\Widgets\uBlogsyWidgetListPostsForHome.cshtml:line 36

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()

       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)

       at System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData)

       at Umbraco.Core.CacheHelper.GetCacheItem[TT](String cacheKey, CacheItemPriority priority, CacheItemRemovedCallback refreshAction, CacheDependency cacheDependency, TimeSpan timeout, Func`1 getCacheItem, Object syncLock)

       at Umbraco.Web.CacheHelperExtensions.CachedPartialView(CacheHelper cacheHelper, HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, String cacheKey, ViewDataDictionary viewData)

       at Umbraco.Web.HtmlHelperRenderExtensions.CachedPartial(HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, Boolean cacheByPage, Boolean cacheByMember, ViewDataDictionary viewData)

       at ASP._Page_Views_uBlogsySiteHome_cshtml.<Execute>b__2() in c:\inetpub\wwwroot\NewRonPaul605\Views\uBlogsySiteHome.cshtml:line 29

       at System.Web.WebPages.WebPageBase.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at ASP._Page_Views__uBlogsyBaseSite_cshtml.<Execute>b__0() in c:\inetpub\wwwroot\NewRonPaul605\Views\_uBlogsyBaseSite.cshtml:line 27

       at System.Web.WebPages.WebPageBase.<>c__DisplayClassb.<RenderSection>b__9(TextWriter tw)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at ASP._Page_Views__uBlogsyBase_cshtml.Execute() in c:\inetpub\wwwroot\NewRonPaul605\Views\_uBlogsyBase.cshtml:line 9

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()

       at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()

       at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body)

       at System.Web.WebPages.WebPageBase.PopContext()

       at System.Web.WebPages.WebPageBase.Write(HelperResult result)

       at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body)

       at System.Web.WebPages.WebPageBase.PopContext()

       at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)

       at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()

       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)

       at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)

       at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)

       at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__19()

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()

       at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

       at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)

       at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)

       at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)

       at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)

       at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

       at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

    2013-05-02 20:38:41,668 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:41,668 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:41,669 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:38:42,090 [19] ERROR System.Exception - [Thread 24] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:38:50,669 [19] INFO  Umbraco.Core.PluginManager - [Thread 6] Completed resolution of types of umbraco.cms.businesslogic.macro.IMacroEngine, found 2 (took 27ms)

    2013-05-02 20:38:50,675 [19] WARN  umbraco.macro - [Thread 6] Error loading Partial View (file: ~/Views/MacroPartials/uBlogsy/uBlogsyMacroShowSomeLove.cshtml). Exception: System.ArgumentException: Current node is null. This might be due to previewing an unpublished node. As the NodeFactory works with published data, macros using the node factory won't work in preview mode.

    Parameter name: Current node is 1078

       at umbraco.NodeFactory.Node.getCurrentNodeId()

       at umbraco.macro.LoadPartialViewMacro(MacroModel macro)

       at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)

    2013-05-02 20:38:50,783 [19] WARN  umbraco.macro - [Thread 6] Error loading Partial View (file: ~/Views/MacroPartials/uBlogsy/uBlogsyMacroShowSomeLove.cshtml). Exception: System.ArgumentException: Current node is null. This might be due to previewing an unpublished node. As the NodeFactory works with published data, macros using the node factory won't work in preview mode.

    Parameter name: Current node is 1078

       at umbraco.NodeFactory.Node.getCurrentNodeId()

       at umbraco.macro.LoadPartialViewMacro(MacroModel macro)

       at umbraco.macro.renderMacro(Hashtable pageElements, Int32 pageId)

    2013-05-02 20:38:54,535 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 32] Content 'Blog' with Id '1078' has been published.

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,428 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:08,429 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,429 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:08,808 [19] ERROR System.Exception - [Thread 10] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:20,557 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 6] Content 'Tags' with Id '1081' has been published.

    2013-05-02 20:39:24,809 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 17] Content 'Authors' with Id '1079' has been published.

    2013-05-02 20:39:30,188 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 23] Content 'Labels (optional)' with Id '1083' has been published.

    2013-05-02 20:39:36,551 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 25] Content 'RSS' with Id '1085' has been published.

    2013-05-02 20:39:41,225 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 14] Content '2013' with Id '1089' has been published.

    2013-05-02 20:39:47,255 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 15] Content 'May' with Id '1090' has been published.

    2013-05-02 20:39:52,368 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 14] Content '02' with Id '1091' has been published.

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,101 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:59,165 [19] INFO  Umbraco.Core.Publishing.PublishingStrategy - [Thread 15] Content 'Post 1' with Id '1088' has been published.

    2013-05-02 20:39:59,447 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,447 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,447 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,447 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:59,447 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,448 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,448 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,448 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabels, propertyAlias:uBlogsyPostLabels, aliasInNode:uBlogsyLabelName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableLabelIds, propertyAlias:uBlogsyPostLabels.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthor, propertyAlias:uBlogsyPostAuthor, aliasInNode:uBlogsyAuthorName.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIndexByPropertyInSelectedNodes(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias, String aliasInNode) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 31

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.GetValueFromFieldOrProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 98

    2013-05-02 20:39:59,964 [19] ERROR System.Exception - [Thread 14] During indexing luceneFieldName:uBlogsySearchableAuthorIds, propertyAlias:uBlogsyPostAuthor.

    System.NullReferenceException: Object reference not set to an instance of an object.

       at uHelpsy.Helpers.ExamineIndexHelper.AddIdsFromCsvProperty(IndexingNodeDataEventArgs e, String luceneFieldName, String propertyAlias) in D:\_PROJECTS\Personal\uHelpsy - Library\uHelpsy\Source\uHelpsy.Web\Helpers\ExamineIndexHelper.cs:line 66

    Thanks!
    Steph
  • stephanie 52 posts 133 karma points
    May 03, 2013 @ 13:01
    stephanie
    0

    Happy to report it's behaving much better today. The only issue I'm still seeing reliably is that every publish brings a cascade of those examine indexing errors.

    Sorry if my posts have been rapid fire, but I have a client breathing down my neck. I do realize this is a free product, and really great aside from these issues. 

    Thanks!

    Steph

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Jul 02, 2013 @ 12:48
    Anthony Dang
    0

    Hi

    Sorry, I missed this post.

    Did you resolve all your issues?

     

  • denisedelbando 141 posts 339 karma points
    Mar 09, 2015 @ 15:17
    denisedelbando
    0

    i stilll experience these errors. was this ever resolved?

  • stephanie 52 posts 133 karma points
    Mar 30, 2015 @ 20:18
    stephanie
    0

    They were resolved as I reported, through a painful publishing process, one node at a time. However, I have moved on to version 7.1.8 and haven't experienced any problems except for he preview bug, which I've applied the hotfix for.

    Thanks!

    Steph

Please Sign in or register to post replies

Write your reply to:

Draft