|
|
Rank: Newbie
Joined: 12/22/2007 Posts: 2
|
Hi I downloaded the umbraco binaries package, and then I uploaded it to my web10.dk site. When I go to the site I get that error message (after i turned off custom errors) Code: Could not load file or assembly 'IronPython' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070) 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.IO.FileLoadException: Could not load file or assembly 'IronPython' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)
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.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'IronPython' could not be loaded.
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].
Stack Trace:
[FileLoadException: Could not load file or assembly 'IronPython' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)]
[FileLoadException: Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141 System.Reflection.Assembly.Load(String assemblyString) +25 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32
[ConfigurationErrorsException: Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +3596761 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177 System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +180 System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +3561465 System.Web.Compilation.BuildManager.CompileGlobalAsax() +51 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +462
[HttpException (0x80004005): Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +521
[HttpException (0x80004005): Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. There is not enough space on the disk. (Exception from HRESULT: 0x80070070)] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3540923 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +275
-------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
|
|
Rank: Newbie
Joined: 12/22/2007 Posts: 2
|
Does anyone know what to do with that? There should be plenty of space left, but this might not be the way to install it?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,696 Location: KY, USA
|
First time I've seen this message. Let's start with the obvious things... Do you have the /bin/IronPython.dll file? It should be about 1.25MB in size. Does the owner of IIS's application pool that is running your website have permission to the /bin folder (and all the other required folders?) You may need to check with your hosting provider for this. See http://www.umbraco.org/documentation/books/install-umbraco-30-on-windows-server-2003/install-umbraco-30-files for details. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
Rank: Enthusiast
Joined: 12/22/2007 Posts: 12
|
Hi Søren :)
Are you certain Web10 is able to run with Umbraco? From what I can read on their website, they only support MySQL databases with their Windows hosting plan, Umbraco requires a Microsoft SQL Server database (for now) and the webserver needs to run with full trust.
My experiences* with web10 are that they are great for people who have basic requirements such as a plain html-page, some photos and maybe some lightweight scripting, but as soon as you start throwing more resource intensive scripts on their servers, you end up with a web application which roughly only responds 70% of the time, maybe even less. But nevertheless, at a price of 11 DKK per month, I don't think you can blame them. They have to cut somewhere to be able to stay at that price.
*) My experiences are quite outdated they are from late december 2004, so things could have changed for the better.
|
|
Rank: Newbie
Joined: 7/4/2008 Posts: 14 Location: Denmark
|
I get the same error, I am using Lunarpages, which should be able to handle Umbraco. I have given permission to all the folders by using plesk (IUser_(username)). What else could I have forgotten?
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,696 Location: KY, USA
|
The first obvious question is... do you actually have a full disk? Second, be sure you've got permissions set properly. This is a useful link: http://www.squidoo.com/umbraco#module1503273 for using Plesk and umbraco. It was written some time ago and (since I'm not a Plesk user) they may need some slight modification for .NET 2.x. Third, apart from this problem, does umbraco run properly? Let us know what you've tried, what works, what doesn't, etc. The more information you can provide the easier it will be to help. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
Rank: Newbie
Joined: 7/4/2008 Posts: 14 Location: Denmark
|
Hi Drobar, I have followed the article on the page you showed me, and there is 450+mb left of my webhost so it can't be that space. It comes with the error when I am starting umbraco for the first time (going to install it), and I can't come any further. I have tried to set the permissions for all the users to full trust (I forget what it is called). The only thing I have done to the install is to edit the config with my database connection string.
|
|
Rank: Newbie
Joined: 7/4/2008 Posts: 14 Location: Denmark
|
Actually my error is a bit different: Code:Could not load file or assembly 'IronPython' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045) 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.IO.FileLoadException: Could not load file or assembly 'IronPython' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)
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.
Assembly Load Trace: The following information can be helpful to determine why the assembly 'IronPython' could not be loaded.
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].
Stack Trace:
[FileLoadException: Could not load file or assembly 'IronPython' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)]
[FileLoadException: Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +54 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211 System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141 System.Reflection.Assembly.Load(String assemblyString) +25 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32
[ConfigurationErrorsException: Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)] System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596 System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +211 System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46 System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177 System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +185 System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +230 System.Web.Compilation.BuildManager.CompileGlobalAsax() +49 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +462
[HttpException (0x80004005): Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)] System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57 System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612 System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +644
[HttpException (0x80004005): Could not load file or assembly 'IronPython, Version=1.0.60816.1877, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465427 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +279
|
|
 Rank: Umbracoholic
Joined: 9/8/2006 Posts: 1,696 Location: KY, USA
|
I suspect one of three things... 1. Your web host is not running in "full trust" (or even "high trust"). You may have to verify this with the webhost provider. Umbraco needs at least high trust, preferably full trust. 2. You are not running your site under asp.net 2.0. You need at least asp.net 2.0 installed. 3. You installed iis after asp.net and iis is not fully aware of your asp.net environment. You'll need to run %WindowsDir%\Microsoft.NET\Framework\vx.y.zzzz\aspnet_regiis.exe -i, where vx.y.zzzz is the asp.net version and should be v2.0.****. Again, you may need to have your host do this for you. cheers, doug.
MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
|
|
Rank: Newbie
Joined: 7/4/2008 Posts: 14 Location: Denmark
|
I am running it on Lunarpages webhost, which has .NET 3.5 installet. I don't know if they run full thrust, but I have placed a support ticket to find out. About the 3 possible option, I don't know if it is possible when you don't have access to the server yourself?
|
|
|
Guest |