"not enough space on disk" even though there is 35 gigs free

J

Jas Shultz

I'm using Win2K3 Enterprise edition with the latest .NET framework
installed. I have this problem with getting "out of disk space"
errors. I have 35 Gigs of disk space free.

It doesn't happen all the time but it does happen. When I installed
Sharepoint Services I got the error and had to reboot and then
everything was fine. I get it sometime when running aspx pages. It's
very odd. Usually, I can just remove the application and readd it from
the properties menu in the IIS manager (I'm using IIS 6 btw).

Any help that you guys can offer would be appreciated.

Here is a copy of the error message I'm receiving:

There is not enough space on the disk.
Description: An unhandled exception occurred during compilation using
the CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. Please
review the stack trace for more information about the error and where
it originated in the code.

Exception Details: System.IO.IOException: There is not enough space on
the disk.

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:


[IOException: There is not enough space on the disk.
]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +723
System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32
count) +134
System.IO.FileStream.FlushWrite() +55
System.IO.FileStream.Flush() +39
System.IO.FileStream.Dispose(Boolean disposing) +32
System.IO.FileStream.Close() +17

System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters
options, CodeCompileUnit[] ea) +383
System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters
options, CodeCompileUnit e) +90

System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDom(CompilerParameters
options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledType() +227




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573
Jas Shultz
Open Sky Media
Graphic - Print - Logo
www.openskymedia.com
 
S

SFB

The cheap and dirty solution is clean up the temporary disk space and empty
the Recycle Bin. Windows has some hidden magic number about how much free
space is adequate.

Start -> Programs -> Accessories -> System Tools ->Disk Cleanup
 
J

Jas Shultz

I tried that now based upon your suggestion. While I did clean up some
space, I still have 35 gigs of free disk space. So, it didn't do the
trick. :(

jas



The cheap and dirty solution is clean up the temporary disk space and empty
the Recycle Bin. Windows has some hidden magic number about how much free
space is adequate.

Start -> Programs -> Accessories -> System Tools ->Disk Cleanup

Jas Shultz said:
I'm using Win2K3 Enterprise edition with the latest .NET framework
installed. I have this problem with getting "out of disk space"
errors. I have 35 Gigs of disk space free.

It doesn't happen all the time but it does happen. When I installed
Sharepoint Services I got the error and had to reboot and then
everything was fine. I get it sometime when running aspx pages. It's
very odd. Usually, I can just remove the application and readd it from
the properties menu in the IIS manager (I'm using IIS 6 btw).

Any help that you guys can offer would be appreciated.

Here is a copy of the error message I'm receiving:

There is not enough space on the disk.
Description: An unhandled exception occurred during compilation using
the CodeDomProvider 'Microsoft.CSharp.CSharpCodeProvider'. Please
review the stack trace for more information about the error and where
it originated in the code.

Exception Details: System.IO.IOException: There is not enough space on
the disk.

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:


[IOException: There is not enough space on the disk.
]
System.IO.__Error.WinIOError(Int32 errorCode, String str) +723
System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32
count) +134
System.IO.FileStream.FlushWrite() +55
System.IO.FileStream.Flush() +39
System.IO.FileStream.Dispose(Boolean disposing) +32
System.IO.FileStream.Close() +17

System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters
options, CodeCompileUnit[] ea) +383
System.CodeDom.Compiler.CodeCompiler.FromDom(CompilerParameters
options, CodeCompileUnit e) +90

System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.C
ompileAssemblyFromDom(CompilerParameters
options, CodeCompileUnit e) +37
System.Web.Compilation.BaseCompiler.GetCompiledType() +227




-------------------------------------------------------------------------- ------
Version Information: Microsoft .NET Framework Version:1.1.4322.573;
ASP.NET Version:1.1.4322.573
Jas Shultz
Open Sky Media
Graphic - Print - Logo
www.openskymedia.com

Jas Shultz
Open Sky Media
Graphic - Print - Logo
www.openskymedia.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top