In a Core server, there can be an issue encountered when mounting a recovery point for any volume that is of significant size. In case there is a certain amount of free space left on the C: drive that would be insufficient to perform a mount.
Application UI error displays:System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.IOException: There is not enough space on the disk. at System.IO.Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.SetLengthCore(Int64 value) at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileBasedIndexEntriesMap.InitializeIfNeeded() at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.FileBasedIndexEntriesMap..ctor(Action releaseCallback, UInt64 volumeTotalCapacity, String mapPath) at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.IndexEntriesMapService.LoadIndexes(IFileVersionIndexManager fileVersionIndexManager, IEnumerable1 incrementalIndexFileIds, String key, UInt64 volumeTotalCapacity, Action2 progressCallback, CancellationToken cancellationToken) at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.IndexEntriesMapService.<>cDisplayClass7.b6() at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of inner exception stack trace --- at System.Threading.Tasks.Task1.GetResultCore(Boolean waitCompletionNotification) at Replay.Core.Implementation.Repositories.FileAbstraction.Indexes.IndexEntriesMapService.GetOrBuildMap(IList1 incrementalIndexFileIds, UInt64 baseIndexFileId, IFileVersionIndexManager fileVersionIndexManager, UInt64 totalCapacity
For export errors, logs may also show:
ERROR 2015-09-22T10:44:04 [1286] - Replay.Core.Implementation.Export.VirtualMachineExporterWindows (Post-processing volume(s))
Mounting ''xxxxx' on vcenter target 'xxxxx'' at 'C:\ProgramData\AppRecovery\ExportMounts\xxx_9bdfae6e-b50f-4d7d-bee9-e3cb3d886797' was not successful
INFO 2015-09-22T10:44:04 [1286] - Replay.Core.Implementation.Export.VirtualMachineExporterBase ()
Completed export of VM 'xxxx' on vcenter target 'xxxx'
Disk export results:
\\?\PhysicalDrive0 - RanToCompletion Exception text: null
\\?\PhysicalDrive1 - RanToCompletion Exception text: null
Volume export results:
C:\ - RanToCompletion Exception text: null
D:\ - Faulted Exception text: There is not enough space on the disk.
Disk-specific exception details:
Volume-specific exception details:
D:\ - System.AggregateException: One or more errors occurred. ---> System.AggregateException: One or more errors occurred. ---> System.IO.IOException: There is not enough space on the disk.
To resolve this issue:
4. Perform a mount of the volume.
4. Restart the core service.