Search In
Hi All,
I'm having a go at installing V5.0 on a plesk server. I've uploaded the files, and I *think* i've got the permissions correct. But on first visit, I get..
Object reference not set to an instance of an object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] Umbraco.Cms.Web.System.PluginManager.Initialize() +128 [InvalidOperationException: The pre-application start initialization method Initialize on type Umbraco.Cms.Web.System.PluginManager threw an exception with the following error message: Object reference not set to an instance of an object..] System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +423 System.Web.Compilation.BuildManager.CallPreStartInitMethods() +306 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677 [HttpException (0x80004005): The pre-application start initialization method Initialize on type Umbraco.Cms.Web.System.PluginManager threw an exception with the following error message: Object reference not set to an instance of an object..] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9079228 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
[NullReferenceException: Object reference not set to an instance of an object.] Umbraco.Cms.Web.System.PluginManager.Initialize() +128 [InvalidOperationException: The pre-application start initialization method Initialize on type Umbraco.Cms.Web.System.PluginManager threw an exception with the following error message: Object reference not set to an instance of an object..] System.Web.Compilation.BuildManager.InvokePreStartInitMethods(ICollection`1 methods) +423 System.Web.Compilation.BuildManager.CallPreStartInitMethods() +306 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException) +677 [HttpException (0x80004005): The pre-application start initialization method Initialize on type Umbraco.Cms.Web.System.PluginManager threw an exception with the following error message: Object reference not set to an instance of an object..] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9079228 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256
OK,
I've gotten further now, It seems plesk overwrote my web.config
And I had to upload System.Web.Mvc.dll into my bin directory.
Plesk 10.3
Server 2008
.net 4.0.30319
IIS 7.5
Now I get to go through the install wizard, up until the point where I enter the admin user details. The I get the following exception:
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: Unable to obtain public key for StrongNameKeyPair.Source Error:
Stack Trace:
[ArgumentException: Unable to obtain public key for StrongNameKeyPair.] System.Reflection.StrongNameKeyPair.ComputePublicKey() +201 System.Reflection.StrongNameKeyPair.get_PublicKey() +20 System.Reflection.Emit.AssemblyBuilder..ctor(AppDomain domain, AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, StackCrawlMark& stackMark, IEnumerable`1 unsafeAssemblyAttributes, SecurityContextSource securityContextSource) +9692809 System.Reflection.Emit.AssemblyBuilder.InternalDefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, StackCrawlMark& stackMark, IEnumerable`1 unsafeAssemblyAttributes, SecurityContextSource securityContextSource) +125 System.AppDomain.InternalDefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access, String dir, Evidence evidence, PermissionSet requiredPermissions, PermissionSet optionalPermissions, PermissionSet refusedPermissions, StackCrawlMark& stackMark, IEnumerable`1 assemblyAttributes, SecurityContextSource securityContextSource) +43 System.AppDomain.DefineDynamicAssembly(AssemblyName name, AssemblyBuilderAccess access) +42 Castle.DynamicProxy.ModuleScope.CreateModule(Boolean signStrongName) +303 Castle.DynamicProxy.ModuleScope.ObtainDynamicModuleWithStrongName() +68 Castle.DynamicProxy.ModuleScope.DefineType(Boolean inSignedModulePreferably, String name, TypeAttributes flags) +28 Castle.DynamicProxy.Generators.Emitters.ClassEmitter..ctor(ModuleScope modulescope, String name, Type baseType, IEnumerable`1 interfaces, TypeAttributes flags, Boolean forceUnsigned) +89 Castle.DynamicProxy.Generators.InvocationTypeGenerator.GetEmitter(ClassEmitter class, Type[] interfaces, INamingScope namingScope, MethodInfo methodInfo) +136 Castle.DynamicProxy.Generators.InvocationTypeGenerator.Generate(ClassEmitter class, ProxyGenerationOptions options, INamingScope namingScope) +95 Castle.DynamicProxy.Contributors.ClassProxyTargetContributor.BuildInvocationType(MetaMethod method, ClassEmitter class, ProxyGenerationOptions options) +188 Castle.DynamicProxy.Contributors.ClassProxyTargetContributor.GetMethodGenerator(MetaMethod method, ClassEmitter class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod) +156 Castle.DynamicProxy.Contributors.CompositeTypeContributor.ImplementMethod(MetaMethod method, ClassEmitter class, ProxyGenerationOptions options, OverrideMethodDelegate overrideMethod) +55 Castle.DynamicProxy.Contributors.CompositeTypeContributor.Generate(ClassEmitter class, ProxyGenerationOptions options) +142 Castle.DynamicProxy.Generators.ClassProxyGenerator.GenerateType(String name, Type[] interfaces, INamingScope namingScope) +355 Castle.DynamicProxy.Generators.<>c__DisplayClass1.<GenerateCode>b__0(String n, INamingScope s) +22 Castle.DynamicProxy.Generators.BaseProxyGenerator.ObtainProxyType(CacheKey cacheKey, Func`3 factory) +501 Castle.DynamicProxy.Generators.ClassProxyGenerator.GenerateCode(Type[] interfaces, ProxyGenerationOptions options) +176 Castle.DynamicProxy.DefaultProxyBuilder.CreateClassProxyType(Type classToProxy, Type[] additionalInterfacesToProxy, ProxyGenerationOptions options) +131 Castle.DynamicProxy.ProxyGenerator.CreateClassProxy(Type classToProxy, Type[] additionalInterfacesToProxy, ProxyGenerationOptions options, Object[] constructorArguments, IInterceptor[] interceptors) +92 NHibernate.ByteCode.Castle.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +414 [HibernateException: Creating a proxy instance failed] NHibernate.ByteCode.Castle.ProxyFactory.GetProxy(Object id, ISessionImplementor session) +516 NHibernate.Tuple.Entity.AbstractEntityTuplizer.CreateProxy(Object id, ISessionImplementor session) +26 NHibernate.Persister.Entity.AbstractEntityPersister.CreateProxy(Object id, ISessionImplementor session) +57 NHibernate.Event.Default.DefaultLoadEventListener.CreateProxyIfNecessary(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options, IPersistenceContext persistenceContext) +130 NHibernate.Event.Default.DefaultLoadEventListener.ProxyOrLoad(LoadEvent event, IEntityPersister persister, EntityKey keyToLoad, LoadType options) +224 NHibernate.Event.Default.DefaultLoadEventListener.OnLoad(LoadEvent event, LoadType loadType) +373 NHibernate.Impl.SessionImpl.FireLoad(LoadEvent event, LoadType loadType) +262 NHibernate.Impl.SessionImpl.InternalLoad(String entityName, Object id, Boolean eager, Boolean isNullable) +297 NHibernate.Type.EntityType.ResolveIdentifier(Object id, ISessionImplementor session) +136 NHibernate.Type.EntityType.ResolveIdentifier(Object value, ISessionImplementor session, Object owner) +104 NHibernate.Engine.TwoPhaseLoad.InitializeEntity(Object entity, Boolean readOnly, ISessionImplementor session, PreLoadEvent preLoadEvent, PostLoadEvent postLoadEvent) +340 NHibernate.Loader.Loader.InitializeEntitiesAndCollections(IList hydratedObjects, Object resultSetId, ISessionImplementor session, Boolean readOnly) +271 NHibernate.Loader.Loader.DoQuery(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +755 NHibernate.Loader.Loader.DoQueryAndInitializeNonLazyCollections(ISessionImplementor session, QueryParameters queryParameters, Boolean returnProxies) +129 NHibernate.Loader.Loader.DoList(ISessionImplementor session, QueryParameters queryParameters) +150 NHibernate.Loader.Loader.ListUsingQueryCache(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) +159 NHibernate.Loader.Loader.List(ISessionImplementor session, QueryParameters queryParameters, ISet`1 querySpaces, IType[] resultTypes) +60 NHibernate.Impl.SessionImpl.List(CriteriaImpl criteria, IList results) +560 NHibernate.Impl.CriteriaImpl.List(IList results) +56 NHibernate.Impl.CriteriaImpl.List() +57 NHibernate.Impl.Subcriteria.List() +50 NHibernate.Criterion.QueryOver`1.List() +50 NHibernate.Criterion.QueryOver`1.NHibernate.IQueryOver<TRoot>.List() +5 Umbraco.Framework.Persistence.NHibernate.NhSessionHelper.PerformGetChildRelations(HiveId parentId, RelationType relationType) +2021 Umbraco.Framework.Persistence.NHibernate.EntityRepository.PerformGetChildRelations(HiveId parentId, RelationType relationType) +33 Umbraco.Hive.ProviderSupport.<>c__DisplayClass16.<GetChildRelations>b__15() +36 Umbraco.Framework.Caching.<>c__DisplayClass1`1.<GetOrCreate>b__0() +18 Umbraco.Framework.Caching.AbstractCacheProvider.GetOrCreate(CacheKey key, Func`1 callback) +588 Umbraco.Framework.Caching.CacheProviderExtensions.GetOrCreate(AbstractCacheProvider provider, CacheKey key, Func`1 callback) +190 Umbraco.Hive.ProviderSupport.AbstractReadonlyEntityRepository.GetChildRelations(HiveId parentId, RelationType relationType) +275 Umbraco.Hive.ProviderGrouping.RepositoryGroupExtensions.GetChildRelations(IEnumerable`1 session, HiveId parentId, Uri idRoot, RelationType relationType) +183 Umbraco.Hive.ProviderGrouping.EntityRepositoryGroup`1.GetChildRelations(HiveId parentId, RelationType relationType) +37 Umbraco.Hive.RepositoryExtensions.GetEntityByRelationType(ICoreReadonlyRepository`1 repository, RelationType relationType, HiveId sourceId, RelationMetaDatum[] metaDatum) +44 Umbraco.Cms.Web.Mvc.Controllers.BackOffice.InstallController.CreateUserForm(CreateNewUserModel model) +523 lambda_method(Closure , ControllerBase , Object[] ) +108 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +188 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27 System.Web.Mvc.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12() +56 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +267 System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +20 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +267 System.Web.Mvc.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14() +20 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +190 System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +329 Umbraco.Cms.Web.Mvc.ActionInvokers.ControllerExtenderActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +345 System.Web.Mvc.Controller.ExecuteCore() +115 System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +93 System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +10 System.Web.Mvc.<>c__DisplayClassb.<BeginProcessRequest>b__5() +37 System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +21 System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +12 System.Web.Mvc.Async.WrappedAsyncResult`1.End() +55 System.Web.Mvc.<>c__DisplayClasse.<EndProcessRequest>b__d() +31 System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f) +7 System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action) +23 System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +59 System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8963149 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184
Here is UmbracoTraceLog.txt
2012-02-03 12:12:55,185 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Start Initialise 2012-02-03 12:12:55,529 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Creating shadow copy folder and querying for dlls 2012-02-03 12:12:55,576 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Shadow copying assemblies 2012-02-03 12:12:55,592 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Editors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,592 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Cms.Web.Editors.dll is locked, attempting to rename 2012-02-03 12:12:55,810 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Editors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:55,810 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.CMS.Web.ParameterEditors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,810 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.CMS.Web.ParameterEditors.dll is locked, attempting to rename 2012-02-03 12:12:55,842 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.CMS.Web.ParameterEditors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:55,842 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.PropertyEditors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,857 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Cms.Web.PropertyEditors.dll is locked, attempting to rename 2012-02-03 12:12:55,920 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.PropertyEditors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:55,920 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Tasks.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,920 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Cms.Web.Tasks.dll is locked, attempting to rename 2012-02-03 12:12:55,951 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Tasks, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:55,951 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Trees.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,951 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Cms.Web.Trees.dll is locked, attempting to rename 2012-02-03 12:12:55,998 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Trees, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:55,998 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Examine.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:55,998 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Examine.dll is locked, attempting to rename 2012-02-03 12:12:56,029 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Examine, Version=2.10.0.292, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:56,029 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Lucene.Net.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:56,029 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Lucene.Net.dll is locked, attempting to rename 2012-02-03 12:12:56,123 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:56,139 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Umbraco.Framework.Persistence.Examine.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:56,139 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Framework.Persistence.Examine.dll is locked, attempting to rename 2012-02-03 12:12:56,154 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Framework.Persistence.Examine, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:56,154 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\SystemInfo\lib\Umbraco.Cms.Packages.SystemInfo.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:12:56,154 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090\Umbraco.Cms.Packages.SystemInfo.dll is locked, attempting to rename 2012-02-03 12:12:56,170 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Packages.SystemInfo, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:12:56,170 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - End Initialise (took 672ms) 2012-02-03 12:13:06,295 [73] INFO Umbraco.Cms.Web.UI.MvcApplication [(null)] - Http application warmup 2012-02-03 12:13:06,310 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder FrameworkSetup 2012-02-03 12:13:06,357 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 41ms) 2012-02-03 12:13:06,357 [73] INFO Umbraco.Cms.Web.UmbracoWebApplication [(null)] - Start called. Product info: Umbraco 5.0.0 RTM build 5.0.310.16 2012-02-03 12:13:06,357 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Created 2012-02-03 12:13:08,639 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Initialising container 2012-02-03 12:13:08,639 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Booting 2012-02-03 12:13:08,639 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder UmbracoContainerBuilder`1 2012-02-03 12:13:08,670 [73] INFO Umbraco.Cms.Web.UmbracoWebApplication [(null)] - Container is building 2012-02-03 12:13:08,670 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder WebTypesDemandBuilder 2012-02-03 12:13:08,685 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 14ms) 2012-02-03 12:13:08,685 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder MvcTypesDemandBuilder 2012-02-03 12:13:08,967 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 270ms) 2012-02-03 12:13:08,967 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder HiveDemandBuilder 2012-02-03 12:13:14,107 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 5135ms) 2012-02-03 12:13:14,107 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder LoadFromPersistenceConfig 2012-02-03 12:13:14,123 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for nhibernate in Umbraco.Framework.Persistence.NHibernate 2012-02-03 12:13:14,123 [73] WARN Umbraco.Framework.Persistence.NHibernate.Dependencies.NHibernateDemandBuilder [(null)] - Cannot register dependencies for provider nhibernate because ProviderConfigurationSection was specified with key 'umbraco/persistenceProviderSettings/nhibernate' but no matching configSection was found. The provider may not be installed correctly. 2012-02-03 12:13:14,123 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a bootstrapper for nhibernate 2012-02-03 12:13:14,139 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a NullProviderDependencyHelper for nhibernate 2012-02-03 12:13:14,139 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for membership in Umbraco.Hive.Providers.Membership 2012-02-03 12:13:14,154 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder MembershipDemandBuilder 2012-02-03 12:13:14,170 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 7ms) 2012-02-03 12:13:14,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a bootstrapper for membership 2012-02-03 12:13:14,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for membership 2012-02-03 12:13:14,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for templates in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for templates 2012-02-03 12:13:14,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for templates 2012-02-03 12:13:14,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for partials in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for partials 2012-02-03 12:13:14,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for partials 2012-02-03 12:13:14,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for file-uploader in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for file-uploader 2012-02-03 12:13:14,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for file-uploader 2012-02-03 12:13:14,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for scripts in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,217 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,217 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for scripts 2012-02-03 12:13:14,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for scripts 2012-02-03 12:13:14,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for stylesheets in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,232 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,232 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for stylesheets 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for stylesheets 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for macros in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,232 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,232 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for macros 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for macros 2012-02-03 12:13:14,232 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for macro-partials in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,248 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for macro-partials 2012-02-03 12:13:14,248 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for macro-partials 2012-02-03 12:13:14,248 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for stubs in Umbraco.Hive.Providers.IO 2012-02-03 12:13:14,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:13:14,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:13:14,248 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for stubs 2012-02-03 12:13:14,248 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for stubs 2012-02-03 12:13:14,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 151ms) 2012-02-03 12:13:14,279 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterTasks start took 20ms 2012-02-03 12:13:14,295 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterTreeControllers start took 9ms 2012-02-03 12:13:14,310 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterPropertyEditors start took 8ms 2012-02-03 12:13:14,310 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterParameterEditors start took 5ms 2012-02-03 12:13:14,326 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterEditorControllers start took 10ms 2012-02-03 12:13:14,342 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterMenuItems start took 10ms 2012-02-03 12:13:14,342 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterSurfaceControllers start took 5ms 2012-02-03 12:14:03,951 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Start Initialise 2012-02-03 12:14:03,982 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Creating shadow copy folder and querying for dlls 2012-02-03 12:14:03,982 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Shadow copying assemblies 2012-02-03 12:14:03,982 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Editors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:03,998 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Editors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:03,998 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.CMS.Web.ParameterEditors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,014 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.CMS.Web.ParameterEditors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,014 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.PropertyEditors.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,076 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.PropertyEditors, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,076 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Tasks.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,076 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Tasks, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,076 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Core\lib\Umbraco.Cms.Web.Trees.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,092 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Web.Trees, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,092 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Examine.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,107 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Examine, Version=2.10.0.292, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,107 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Lucene.Net.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,154 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Lucene.Net, Version=2.9.2.2, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,154 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\Examine\lib\Umbraco.Framework.Persistence.Examine.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,170 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Framework.Persistence.Examine, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,170 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - C:\Inetpub\vhosts\domain.com\v5\App_Plugins\Packages\SystemInfo\lib\Umbraco.Cms.Packages.SystemInfo.dll to C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\7cc24e73\95447090 2012-02-03 12:14:04,170 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - Adding to BuildManager: 'Umbraco.Cms.Packages.SystemInfo, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null' 2012-02-03 12:14:04,185 [73] INFO Umbraco.Cms.Web.System.PluginManager [(null)] - End Initialise (took 213ms) 2012-02-03 12:14:04,201 [73] INFO Umbraco.Cms.Web.UI.MvcApplication [(null)] - Http application warmup 2012-02-03 12:14:04,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder FrameworkSetup 2012-02-03 12:14:04,248 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 37ms) 2012-02-03 12:14:04,248 [73] INFO Umbraco.Cms.Web.UmbracoWebApplication [(null)] - Start called. Product info: Umbraco 5.0.0 RTM build 5.0.310.16 2012-02-03 12:14:04,264 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Created 2012-02-03 12:14:04,545 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Initialising container 2012-02-03 12:14:04,545 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Booting 2012-02-03 12:14:04,545 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder UmbracoContainerBuilder`1 2012-02-03 12:14:04,576 [73] INFO Umbraco.Cms.Web.UmbracoWebApplication [(null)] - Container is building 2012-02-03 12:14:04,576 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder WebTypesDemandBuilder 2012-02-03 12:14:04,592 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 15ms) 2012-02-03 12:14:04,592 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder MvcTypesDemandBuilder 2012-02-03 12:14:04,826 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 231ms) 2012-02-03 12:14:04,842 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder HiveDemandBuilder 2012-02-03 12:14:07,060 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 2226ms) 2012-02-03 12:14:07,060 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder LoadFromPersistenceConfig 2012-02-03 12:14:07,092 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for nhibernate in Umbraco.Framework.Persistence.NHibernate 2012-02-03 12:14:07,092 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder NHibernateDemandBuilder 2012-02-03 12:14:07,107 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder NHibernateConfigBuilder 2012-02-03 12:14:07,107 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 2ms) 2012-02-03 12:14:07,107 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 14ms) 2012-02-03 12:14:07,107 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a bootstrapper for nhibernate 2012-02-03 12:14:07,107 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for nhibernate 2012-02-03 12:14:07,123 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for membership in Umbraco.Hive.Providers.Membership 2012-02-03 12:14:07,123 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder MembershipDemandBuilder 2012-02-03 12:14:07,123 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 1ms) 2012-02-03 12:14:07,139 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a bootstrapper for membership 2012-02-03 12:14:07,139 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for membership 2012-02-03 12:14:07,139 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for templates in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,139 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,154 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for templates 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for templates 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for partials in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,154 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,154 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for partials 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for partials 2012-02-03 12:14:07,154 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for file-uploader in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,170 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,170 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for file-uploader 2012-02-03 12:14:07,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for file-uploader 2012-02-03 12:14:07,170 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for scripts in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,170 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,170 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for scripts 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for scripts 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for stylesheets in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,185 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for stylesheets 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for stylesheets 2012-02-03 12:14:07,185 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for macros in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for macros 2012-02-03 12:14:07,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for macros 2012-02-03 12:14:07,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for macro-partials in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,201 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,201 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for macro-partials 2012-02-03 12:14:07,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for macro-partials 2012-02-03 12:14:07,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Calling setup module for stubs in Umbraco.Hive.Providers.IO 2012-02-03 12:14:07,217 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ProviderDemandBuilder 2012-02-03 12:14:07,217 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 0ms) 2012-02-03 12:14:07,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a no-op bootstrapper for stubs 2012-02-03 12:14:07,217 [73] INFO Umbraco.Hive.DependencyManagement.ProviderDemandRunner [(null)] - Registering a ProviderDependencyHelper for stubs 2012-02-03 12:14:07,217 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 153ms) 2012-02-03 12:14:07,248 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterTasks start took 24ms 2012-02-03 12:14:07,264 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterTreeControllers start took 13ms 2012-02-03 12:14:07,279 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterPropertyEditors start took 9ms 2012-02-03 12:14:07,295 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterParameterEditors start took 5ms 2012-02-03 12:14:07,295 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterEditorControllers start took 9ms 2012-02-03 12:14:07,310 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterMenuItems start took 10ms 2012-02-03 12:14:07,326 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterSurfaceControllers start took 5ms 2012-02-03 12:14:07,326 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterDashboardFilters start took 4ms 2012-02-03 12:14:07,326 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterDashboardMatchRules start took 1ms 2012-02-03 12:14:07,342 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterPermissions start took 7ms 2012-02-03 12:14:07,342 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterMacroEngines start took 5ms 2012-02-03 12:14:07,342 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ModelMappingsDemandBuilder 2012-02-03 12:14:07,357 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 6ms) 2012-02-03 12:13:14,357 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterDashboardFilters start took 4ms 2012-02-03 12:13:14,357 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterDashboardMatchRules start took 1ms 2012-02-03 12:13:14,357 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterPermissions start took 6ms 2012-02-03 12:13:14,373 [73] INFO Umbraco.Cms.Web.DependencyManagement.UmbracoComponentRegistrar [(null)] - RegisterMacroEngines start took 9ms 2012-02-03 12:13:14,373 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - Start AddDependencyDemandBuilder ModelMappingsDemandBuilder 2012-02-03 12:13:14,389 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 17ms) 2012-02-03 12:13:14,545 [73] INFO Umbraco.Framework.Localization.TextManager [(null)] - Start ReloadTexts 2012-02-03 12:13:14,576 [73] INFO Umbraco.Framework.Localization.TextManager [(null)] - End ReloadTexts (took 14ms) 2012-02-03 12:13:14,576 [73] INFO Umbraco.Cms.Web.UmbracoWebApplication [(null)] - Container building is complete 2012-02-03 12:13:14,576 [73] INFO Umbraco.Framework.DependencyManagement.AbstractContainerBuilder [(null)] - End AddDependencyDemandBuilder (took 5936ms) 2012-02-03 12:13:14,717 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Booting CmsBootstrapper 2012-02-03 12:13:15,435 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Booting RenderBootstrapper 2012-02-03 12:13:15,451 [73] INFO Umbraco.Cms.Web.Tasks.ConfigurationTaskBuilder [(null)] - Executing Umbraco.Cms.Web.Tasks.ConfigurationTaskBuilder 2012-02-03 12:13:15,467 [73] INFO Umbraco.Cms.Web.Tasks.ConfigurationTaskBuilder [(null)] - Building configuration tasks 2012-02-03 12:13:15,482 [73] INFO Umbraco.Cms.Web.Tasks.ConfigurationTaskBuilder [(null)] - Found post-package-install config task of type DisplayUITask for package, registering it as systeminfo-post-package-install 2012-02-03 12:13:15,482 [73] INFO Umbraco.Cms.Web.Tasks.ConfigurationTaskBuilder [(null)] - End building configuration tasks (took 15ms) 2012-02-03 12:13:16,435 [73] INFO Umbraco.Cms.Web.System.Boot.BootManager [(null)] - Application start took 10079ms 2012-02-03 12:13:29,170 [98] INFO Umbraco.Framework.Localization.TextManager [(null)] - Start ReloadTexts 2012-02-03 12:13:29,185 [98] INFO Umbraco.Framework.Localization.TextManager [(null)] - End ReloadTexts (took 1ms) 2012-02-03 12:13:29,185 [98] INFO Umbraco.Framework.Localization.TextManager [(null)] - Start ReloadTexts 2012-02-03 12:13:29,185 [98] INFO Umbraco.Framework.Localization.TextManager [(null)] - End ReloadTexts (took 1ms)
I've found some info from other people having similar problems.. Although, not much to do with Ubuntu.
The consensus seems to be that I need to change my crypto key storage to user level by running the "sn.exe -m n".
Since this is shared hosting, and my only access is via plesk, this is not possible.
I have multiple Umbraco 4.7 sites running on the same host without any issues.
I'm still pulling my hair out over this.
Any one have some ideas on what I can try to get this working?
Or is there more information I need to provide to assist debug?
I'm was also seeing problems with getting v5 running on shared hosting under Plesk. As per your situation the same hosting environment is also running multiple 4.7 sites without issue.
I had my v5 site running on a development machine and then did a publish and FTP to the shared hosting provider. In my case I had to manually push the following assemblies to the site's BIN folder:
Microsoft.Web.Infrastructure.dll System.Web.Helpers.dll System.Web.Mvc.dll System.Web.Razor.dll System.Web.WebPages.Deployment.dll System.Web.WebPages.Razor.dll System.Web.WebPages.dll
Also had to give the web application user process rights to the App_data and App_Plugins folders. At that stage I wasn't certain what other folder permissions needed applying.
After making these changes the site ran up ok but refused to install and configure the SQL CE database that I wanted to to run with.
I got an AccessException getting logged in ~/App_Data/Logs/UmbracoTraceLog.txt
NHibernate.HibernateException: Could not create the driver from Umbraco.Framework.Persistence.NHibernate.OrmConfig.CustomSqlServerCe4Driver, Umbraco.Framework.Persistence.NHibernate, Version=5.0.310.16, Culture=neutral, PublicKeyToken=null. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
Finally got the thing running by brute force application of Modify rights to the web application user. Now having to go through and work out what rights are actually required and where so that I can tighten the security up to a sensible level.
At least it shows that v5 will run under Plesk and shared hosting. If your still having problems feel free to get in touch.
I just did a full, reinstall..
Delete all files and folders
Delete mysql 2008 database
Upload all files
Add the files you have mentioned into the bin folder
Modify web.config to add <customErrors mode="Off"/> so I can see the errors
change all files and folders to Full Access for the iis and application user
recreate empty msql 2008 database.
The install wizard comes up correctly
The database is modified correctly.
I enter in the details for the admin user, hit submit..
Bam..
Unable to obtain public key for StrongNameKeyPair