Copied to clipboard

Flag this post as spam?

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


  • FreedomChicken 12 posts 33 karma points
    Aug 27, 2010 @ 03:58
    FreedomChicken
    0

    Constantly Re-indexing

     

    It looks like Umbraco is reindeding all the time when users are logged in. I have also noticed that no Umbraco.config is in the /data directory. I have tripple checked permissions and also for invalid characters in node names and content using methods like:

     

    select distinct  contentNodeId, text
    from cmsPropertyData
    inner join umbracoNode on umbracoNode.id = cmsPropertyData.contentNodeId
    where dataNtext like '%%'

     

    In Concierge I see things like:

    Not Found     homepage/subpage/item1 from('')

     

     

    Error loading IApplication: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'umbraco.dll' or one of its dependencies. The system cannot find the file specified.
    File name: 'umbraco.dll'
    at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
    at System.Reflection.Assembly.Load(String assemblyString)
    at Umbraco.Concierge.Businesslogic.application..ctor()

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

    --- End of inner exception stack trace ---
    at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck)
    at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache)
    at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly, Boolean skipVisibilityChecks, Boolean fillCache)
    at System.Activator.CreateInstance(Type type, Boolean nonPublic)
    at System.Activator.CreateInstance(Type type)
    at umbraco.BusinessLogic.Application.RegisterIApplications() in d:\TeamCity\buildAgent\work\7380c184e9fcd3ea\umbraco\businesslogic\Application.cs:line 228

     

    Debug 26/08/2010 18:49:39 Administrator Xml Pages loaded
    Debug 26/08/2010 18:49:39 Administrator Done republishing Xml Index
    System 26/08/2010 18:49:37 Administrator Loading content from database...
    Debug 26/08/2010 18:49:37 Administrator Republishing starting
    System 26/08/2010 18:49:37 Administrator Application started at 8/26/2010 6:49:36 PM
Please Sign in or register to post replies

Write your reply to:

Draft