This is a migrated thread and some comments may be shown as answers.

Out of disk space

7 Answers 109 Views
Code Converter
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kevin Neumann
Top achievements
Rank 1
Kevin Neumann asked on 16 Mar 2011, 12:00 PM
I uploaded a zip file to the batch convert this morning and got the following error:

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


Source Error:

Line 38:             string dirPath = Server.MapPath(ResolveUrl(this.radUploadBatch.TargetFolder.ToString()));
Line 39:             if(!Directory.Exists(dirPath))
Line 40:                 Directory.CreateDirectory(dirPath);
Line 41:         }
Line 42:     }

Source File: e:\web\codechanger\htdocs\batch.aspx.cs    Line: 40



The file I am uploading is less than 1MB in size if that helps.

7 Answers, 1 is accepted

Sort by
0
Jason Pettys
Top achievements
Rank 1
answered on 22 Mar 2011, 04:51 PM
Was going to try this tool out; tried to upload a 26k zip and got the same error.
0
Todd
Telerik team
answered on 23 Mar 2011, 06:22 AM
Hello Kevin & Jason-

Sorry for the trouble with the batch converter! There seems to be a server hiccup that is preventing the batch converter from working. We'll investigate and resolve right away. You should expect the service to be back online shortly.

Thank you for bringing the issue to our attention.

-Todd

 

0
Saud Almutairi
Top achievements
Rank 1
answered on 27 May 2011, 08:19 AM
tried it today, still the same error
0
Todd
Telerik team
answered on 27 May 2011, 04:09 PM
Hello Saud,

Sorry for the trouble. I have just checked the converter and it appears that everything is functioning properly with the batch converter. Can you please try again and let us know if you still encounter issues? If you hit the same error, please let me know if you're trying to upload a large ZIP archive. That will help me investigate the issue more deeply.

Thanks.

-Todd

0
Saud Almutairi
Top achievements
Rank 1
answered on 27 May 2011, 05:18 PM
the project zip file was 1.30MB, i removed the 'bin' folder from the project, and now its 42KB, uploaded again and still got the same error.

screen shot attached.

0
Saud Almutairi
Top achievements
Rank 1
answered on 24 Jul 2011, 04:54 PM
tried today still the same issue .. any updates ?


Server Error in '/' Application.

There is not enough space on the disk.

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.IOException: There is not enough space on the disk.


Source Error:

Line 38:             string dirPath = Server.MapPath(ResolveUrl(this.radUploadBatch.TargetFolder.ToString()));
Line 39:             if(!Directory.Exists(dirPath))
Line 40:                 Directory.CreateDirectory(dirPath);
Line 41:         }
Line 42:     }

Source File: e:\web\codechanger\htdocs\batch.aspx.cs    Line: 40

Stack Trace:

[IOException: There is not enough space on the disk.
]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7717304
   System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) +7569557
   System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) +150
   System.IO.Directory.CreateDirectory(String path) +6
   batch.Page_Load(Object sender, EventArgs e) in e:\web\codechanger\htdocs\batch.aspx.cs:40
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.3615; ASP.NET Version:2.0.50727.3618

0
Todd
Telerik team
answered on 29 Jul 2011, 08:21 PM
Hi Saud,

In general, there do not seem to be any problems when we've tested this. Perhaps you were trying to upload a large ZIP archive? If you can share more about what you were trying to upload, we'll do some more research.

From our current tests, the batch converter should be working. Sorry for the trouble!

-Todd
Tags
Code Converter
Asked by
Kevin Neumann
Top achievements
Rank 1
Answers by
Jason Pettys
Top achievements
Rank 1
Todd
Telerik team
Saud Almutairi
Top achievements
Rank 1
Share this question
or