Windows error 0x800705AA, -2147023446

Detailed Error Information

NO_SYSTEM_RESOURCES[1]

MessageInsufficient system resources exist to complete the requested service.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code1450 (0x05aa)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000005aa.

Questions

7votes
2answers

Client Hyper-V in Windows 8 : Synthetic Ethernet Port: Failed to finish reserving resources

I am unable to run any of my virtual machines with a network connection. I get this error when I try to start them: Synthetic Ethernet Port: Failed to finish reserving resources with Error 'Insufficient system resources exist to complete the requested service.' (0x800705AA). (Virtual machine ID 8787....-....-....-....-........) Does anyone [...] read more
windows-8
virtual-machine
hyper-v
7votes
3answers

Insufficient system resources, capture video from web camera java

I'm trying to capture the video using the jxcapture. I manage to do so just for once but when I'm trying to capture second time the video in the same program I got into troubles. My code is the following: public VideoCapture videoCapture = VideoCapture.create(VideoFormat.WMV); public CaptureVideoFromWebCamera(){} public void start(String [...] read more
java
4votes
1answer

TraceEventSession usage in ServiceFabric application raises insufficient resource error

I have a State-full service fabric application running in a cluster.. I have about 20 State-full applications running in the same cluster. i have used TraceEventSession for correlation purposes. My cluster is having 10 nodes. When i deploy an application i am able to see the TPL session running active [...] read more
c#
azure-service-fabric
etw
3votes
2answers

Hyper-V Error: Failed to create partition: Insufficient system resources exist to complete the requested service

On Windows Server 2008 R2, trying to start a VM named 'TFS' in Hyper-V Manager displays the following message: > Hyper-V Manager > > An error occurred while attempting to start the selected virtual machine(s). > > 'TFS' could not initialize. > > Failed to create partition: Insufficient system resources [...] read more
hyper-v
hyper-v-server-2008-r2
3votes
2answers

'Insufficient system resources' when I listen ETW events with EventFlow on ServiceFabric cluster

I have an ETW listener using EventFlow running on Service Fabric. This is my configuration file (eventFlowConfig.json): { "inputs": [ { "type": "ETW", "sessionNamePrefix": "MyListenerService", "cleanupOldSessions": true, "reuseExistingSession": true, "providers": [ { "providerName": "Provider0" } ] } ], "filters": [], "outputs": [ { "type": "CustomOutput" } ], "schemaVersion": "2018-04-04", "extensions": [...] read more
c#
asp.net-core
azure-service-fabric
etw
event-flow
3votes
1answer

Insufficient system resources exist to complete the requested service Visual Studio

I have written a form based application in vb.net using Visual Studio 2017 - within Visual Studio it runs successfully. However, after publication and upon running the app, I receive the error message: > Following failure messages were detected: + Insufficient system resources > exist to complete the requested service. [...] read more
vb.net
visual-studio
out-of-memory
mcafee
1vote
2answers

Error starting DockerDesktopVM on Windows 10 "unable to allocate 2048 MB of RAM"

Every time I try to start Docker now I get this error message. In typical style, the Docker support team is not responding with helpful hints or a fix, other than "Try Resetting to Factory Settings", which results in a similar error (see below). I have 32 GB RAM installed [...] read more
docker
windows-10
docker-desktop
1vote
1answer

Enterprise Semantic Logging OOP Exception

I'm trying to use Out-Process Logging using Semantic Logging Application Block. I have downloaded and installed out of process service from here, changed the event source name to point to my source name. But on running the service I get following error: Message : A fault was detected while processing [...] read more
c#
.net
logging
enterprise-library
1vote
1answer

Deploying a WPF Prism application using ClickOnce runs in to a generic error

I am trying to deploy a WPF Prism application using ClickOnce Deployment. I have followed the following steps (http://msdn.microsoft.com/en-us/library/gg405497(v=pandp.40).aspx) 1. Publishing an Initial Version of the Shell Application 2. Updating the Manifests to Include Dynamically Loaded Module Assemblies - I have used Mage to include the dynamically loaded modules. and [...] read more
wpf
clickonce
prism
1vote
2answers

Exception number needed instead of message string

I want to know if the exception is a "memoryoverflow exception" for example. But if the language on the Operating system is not English but Chinese for example or German, the message changes. And I cannot look the the message string anymore. On MSDN I have not found a exception [...] read more
.net
exception
error-handling
0votes
0answers

Group policy printers not deploying - insufficient system resources

We have our Staff printers policy applied to our Staff users OU. This policy has ~60 printers deployed as Shared printers via Preferences. All bar 2 of these printers are item level-targeted to OUs or security groups containing computers. The remaining 2 printers are our large copier devices which every [...] read more
windows
group-policy
shared-printers
preferences
0votes
0answers

Unable to start VM with more than 1388MB of memory in Hyper-V

I have a question regarding Hyper-V on Windows Server 2008 R2 (Standard). After installing and configuring Hyper-V via adding a role in the server manager, i am able to start VM only if they have less than 1388 MB of memory configured. (figuring this value out required a bit of [...] read more
windows-server-2008-r2
hyper-v
memory-usage
0votes
1answer

Record and view video at the same time DirectShow

I have used the sample code of DirectShow in order to record a video. however, I want to display the video during recording as well. But I can't do it at the same time, this error always shows: ' Const VIDEODEVICE As Integer = 0 ' zero based index of [...] read more
vb.net
exception-handling
directshow
video-capture
directshow.net

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0