Error: There is not enough space on the disk.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Log level  
Error

Short message  
There is not enough space on the disk.

Full message  
System.IO.IOException: There is not enough space on the disk. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.WriteCore(Byte[] buffer, Int32 offset, Int32 count) at System.IO.FileStream.FlushWrite(Boolean calledFromFinalizer) at System.IO.FileStream.Dispose(Boolean disposing) at System.IO.Stream.Close() at System.IO.Stream.Dispose() at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost) at System.IO.File.WriteAllBytes(String path, Byte[] bytes) at Nop.Services.Media.PictureService.SaveThumb(String thumbFilePath, String thumbFileName, String mimeType, Byte[] binary) at Nop.Services.Media.PictureService.GetPictureUrl(Picture picture, Int32 targetSize, Boolean showDefaultPicture, String storeLocation, PictureType defaultPictureType) at Nop.Web.Factories.ProductModelFactory.<>c__DisplayClass35_0.<PrepareProductOverviewPictureModel>b__0() at Nop.Core.Caching.CacheExtensions.Get[T](ICacheManager cacheManager, String key, Int32 cacheTime, Func`1 acquire) at Nop.Web.Factories.ProductModelFactory.PrepareProductOverviewPictureModel(Product product, Nullable`1 productThumbPictureSize) at Nop.Web.Factories.ProductModelFactory.PrepareProductOverviewModels(IEnumerable`1 products, Boolean preparePriceModel, Boolean preparePictureModel, Nullable`1 productThumbPictureSize, Boolean prepareSpecificationAttributes, Boolean forceRedirectionAfterAddingToCart) at SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.rnP4KWx3i(String , Int32 , Int32 , Int32 ) at SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.InstantSearchFor(String q, Int32 categoryId, Int32 manufacturerId, Int32 vendorId) at lambda_method(Closure , ControllerBase , Object[] ) at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<BeginInvokeSynchronousActionMethod>b__39(IAsyncResult asyncResult, ActionInvocation innerInvokeState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`2.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3d() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.AsyncInvocationWithFilters.<>c__DisplayClass46.<InvokeActionMethodFilterAsynchronouslyRecursive>b__3f() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass33.<BeginInvokeActionMethodWithFilters>b__32(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<>c__DisplayClass2b.<BeginInvokeAction>b__1c() at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) at System.Web.Mvc.Controller.<BeginExecute>b__15(IAsyncResult asyncResult, Controller controller) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResultBase`1.End() at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

IP address  
2.25.27.139

Customer  Guest

Page URL  
https://www.jvl.co.uk/instantsearchfor?q=infi&_=1539091906510

Referrer URL  
/infinity-scraper-doormat-50x75cm-5

Created on  
10/9/2018 2:32:06 PM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Website: jvl.co.uk

PS:  I am using GoDaddy Shared Hosting. And i tend to get these Errors randomly every once in a while.
The storage on my hosting shows that i have only used less than 20% of my storage limit. I have a LOT of free space remaining. Unfortunately there is no way to check if my Database Storage is getting full or not. Is this issue caused by Database filling up ?

Can anyone help me understand what this error is ?
5 years ago
Probably the most important line in your stack trace is this one:

Nop.Services.Media.PictureService.SaveThumb(String thumbFilePath, String thumbFileName, String mimeType, Byte[] binary)


Nop is trying to save a thumbnail image at the time the error occurs.

I also notice that you are using a plugin called 'Instant Search' from Seven Spikes (Nop-templates.com):

SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.InstantSearchFor(String q, Int32 categoryId, Int32 manufacturerId, Int32 vendorId)


It might be worth you talking to them and asking if their plugin is doing anything different when saving thumbnails.

If they can't help then it's probably a Go Daddy issue.
5 years ago
TechwareOne wrote:
Probably the most important line in your stack trace is this one:

Nop.Services.Media.PictureService.SaveThumb(String thumbFilePath, String thumbFileName, String mimeType, Byte[] binary)


Nop is trying to save a thumbnail image at the time the error occurs.

I also notice that you are using a plugin called 'Instant Search' from Seven Spikes (Nop-templates.com):

SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.InstantSearchFor(String q, Int32 categoryId, Int32 manufacturerId, Int32 vendorId)


It might be worth you talking to them and asking if their plugin is doing anything different when saving thumbnails.

If they can't help then it's probably a Go Daddy issue.


Thank you for your quick reply. Will check it out.
5 years ago
TechwareOne wrote:
Probably the most important line in your stack trace is this one:

Nop.Services.Media.PictureService.SaveThumb(String thumbFilePath, String thumbFileName, String mimeType, Byte[] binary)


Nop is trying to save a thumbnail image at the time the error occurs.

I also notice that you are using a plugin called 'Instant Search' from Seven Spikes (Nop-templates.com):

SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.InstantSearchFor(String q, Int32 categoryId, Int32 manufacturerId, Int32 vendorId)


It might be worth you talking to them and asking if their plugin is doing anything different when saving thumbnails.

If they can't help then it's probably a Go Daddy issue.



Alright, Plugin provider mentioned it is not related to them and to check with hosting provider.
5 years ago
TechwareOne wrote:
Probably the most important line in your stack trace is this one:

Nop.Services.Media.PictureService.SaveThumb(String thumbFilePath, String thumbFileName, String mimeType, Byte[] binary)


Nop is trying to save a thumbnail image at the time the error occurs.

I also notice that you are using a plugin called 'Instant Search' from Seven Spikes (Nop-templates.com):

SevenSpikes.Nop.Plugins.InstantSearch.Controllers.InstantSearchController.InstantSearchFor(String q, Int32 categoryId, Int32 manufacturerId, Int32 vendorId)


It might be worth you talking to them and asking if their plugin is doing anything different when saving thumbnails.

If they can't help then it's probably a Go Daddy issue.


LOL im in a fix.

Even Hosting provider saying nothing wrong with hosting :/
5 years ago
It's possible that "not enough space on the disk" is a false message.  Check to be sure you have full permissions (e.g. write permission) on the subfolders.

See the installation guide.
5 years ago
New York wrote:
It's possible that "not enough space on the disk" is a false message.  Check to be sure you have full permissions (e.g. write permission) on the subfolders.

See the installation guide.


Thank you for your reply.

I do, and i have also check GoDaddy regarding the same. I have given full permission for Virtual Directories as well.

Thanks,
Varun
5 years ago
see if this helps https://www.nopcommerce.com/boards/t/50348/there-is-not-enough-space-on-the-disk.aspx?p=2#199297
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.