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
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
is working on a reply...