473,785 Members | 2,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP.NET Error: Not enought storage is available

Hi !

We have a Liveserver running with ASP.NET 1.1.4322.0,
whicht get a error after 3-5 days running:

Source: ASP.NET 1.1.4322.0
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not
be created. Error: 0x8007000e Not enough storage is
available to complete this operation.

The Server is a W2K Server US with 2GB physical memory,
the SQL-Server (on this machine) is limited to 300 MB, and
the aspnet_wp.exe uses max. 700MB. In the machine.config
the memoryLimit="70 ". so the aspnet_wp.exe should be able
to use 70% of 2GB memory. The whole System uses max 1.3 GB
of its physical RAM.

Could anyone give me a hint ?

Thanx

Christoph Schuster
Aperto AG
Berlin / Germany
Nov 17 '05 #1
6 8033
How much HD space is available?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:0a******** *************** *****@phx.gbl.. .
Hi !

We have a Liveserver running with ASP.NET 1.1.4322.0,
whicht get a error after 3-5 days running:

Source: ASP.NET 1.1.4322.0
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not
be created. Error: 0x8007000e Not enough storage is
available to complete this operation.

The Server is a W2K Server US with 2GB physical memory,
the SQL-Server (on this machine) is limited to 300 MB, and
the aspnet_wp.exe uses max. 700MB. In the machine.config
the memoryLimit="70 ". so the aspnet_wp.exe should be able
to use 70% of 2GB memory. The whole System uses max 1.3 GB
of its physical RAM.

Could anyone give me a hint ?

Thanx

Christoph Schuster
Aperto AG
Berlin / Germany

Nov 17 '05 #2
How much HD space is available?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:0a******** *************** *****@phx.gbl.. .
Hi !

We have a Liveserver running with ASP.NET 1.1.4322.0,
whicht get a error after 3-5 days running:

Source: ASP.NET 1.1.4322.0
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not
be created. Error: 0x8007000e Not enough storage is
available to complete this operation.

The Server is a W2K Server US with 2GB physical memory,
the SQL-Server (on this machine) is limited to 300 MB, and
the aspnet_wp.exe uses max. 700MB. In the machine.config
the memoryLimit="70 ". so the aspnet_wp.exe should be able
to use 70% of 2GB memory. The whole System uses max 1.3 GB
of its physical RAM.

Could anyone give me a hint ?

Thanx

Christoph Schuster
Aperto AG
Berlin / Germany

Nov 17 '05 #3
Well, I should have looked up the error number in the first place! The error
number indicates an OutOfMemoryExce ption. I noticed that you're using some
custom configuration settings (e.g. 70% memoryLimit). You might want to
re-examine some of them. Looks like your machine is running out of memory
for some reason. You might want to set up some performance monitors to watch
how memory is being used.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:uo******** ******@tk2msftn gp13.phx.gbl...
Hi !

We have a 10GB Systempartition (C:\) with 5GB Free, a 25GB Datapartition
(D:\) with 17GB free
and a 33GB Logfile partition with 28GB free.

The Datapartition has the docroot of the webserver and the SQL-Server
Datafiles.

Thanx
Christoph Schuster
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> schrieb im Newsbeitrag
news:OF******** ******@TK2MSFTN GP10.phx.gbl...
How much HD space is available?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:0a******** *************** *****@phx.gbl.. .
Hi !

We have a Liveserver running with ASP.NET 1.1.4322.0,
whicht get a error after 3-5 days running:

Source: ASP.NET 1.1.4322.0
Event ID: 1088
Description:
Failed to execute request because the App-Domain could not
be created. Error: 0x8007000e Not enough storage is
available to complete this operation.

The Server is a W2K Server US with 2GB physical memory,
the SQL-Server (on this machine) is limited to 300 MB, and
the aspnet_wp.exe uses max. 700MB. In the machine.config
the memoryLimit="70 ". so the aspnet_wp.exe should be able
to use 70% of 2GB memory. The whole System uses max 1.3 GB
of its physical RAM.

Could anyone give me a hint ?

Thanx

Christoph Schuster
Aperto AG
Berlin / Germany



Nov 17 '05 #4
Hi !

As the System has still 700 MB of physical memory free it seems not to be a
problem of
windows 2000 server. We are currently using the following Settings in the
machine.config:
<processModel
enable="true"

timeout="24:00: 00"
pingFrequency=" 00:00:30"
pingTimeout="00 :00:10"

idleTimeout="In finite"
shutdownTimeout ="0:00:05"
requestLimit="I nfinite"
requestQueueLim it="5000"
restartQueueLim it="10"
memoryLimit="70 "
webGarden="fals e"
cpuMask="0xffff ffff"
userName="machi ne"
password="AutoG enerate"
logLevel="Error s"
clientConnected Check="0:00:05"
comAuthenticati onLevel="Connec t"
comImpersonatio nLevel="Imperso nate"
responseDeadloc kInterval="00:0 3:00"
maxWorkerThread s="20"
maxIoThreads="2 0"
/>

(it's a 2 CPU HT Dell Server, with 2 GB RAM)

As i understand the Settings the aspnet_wp.exe should take max 70% of 2GB,
which are 1.4GB, and
after this should get a out of memory/do a restart of the Thread).

Which performance counter would you suggest to use ?

Maybe helpful: we are running aspnet 1.1.4322.573. As i got the information
today
there is a hotfix rollup package out there to put the framework to
1.1.4322.910
(-> http://support.microsoft.com/default...;EN-US;821156).
I requested this update today and will test it on out Stagingserver.
Hopefully this will help us :-)

Thanx a lot
Christoph Schuster

"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> schrieb im Newsbeitrag
news:ui******** ******@tk2msftn gp13.phx.gbl...
Well, I should have looked up the error number in the first place! The error number indicates an OutOfMemoryExce ption. I noticed that you're using some
custom configuration settings (e.g. 70% memoryLimit). You might want to
re-examine some of them. Looks like your machine is running out of memory
for some reason. You might want to set up some performance monitors to watch how memory is being used.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:uo******** ******@tk2msftn gp13.phx.gbl...
Hi !

We have a 10GB Systempartition (C:\) with 5GB Free, a 25GB Datapartition
(D:\) with 17GB free
and a 33GB Logfile partition with 28GB free.

The Datapartition has the docroot of the webserver and the SQL-Server
Datafiles.

Thanx
Christoph Schuster
"Kevin Spencer" <ke***@DIESPAMM ERSDIEtakempis. com> schrieb im Newsbeitrag news:OF******** ******@TK2MSFTN GP10.phx.gbl...
How much HD space is available?

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
The more I learn, the less I know.

"Christoph Schuster" <c.********@ape rto.de> wrote in message
news:0a******** *************** *****@phx.gbl.. .
> Hi !
>
> We have a Liveserver running with ASP.NET 1.1.4322.0,
> whicht get a error after 3-5 days running:
>
> Source: ASP.NET 1.1.4322.0
> Event ID: 1088
> Description:
> Failed to execute request because the App-Domain could not
> be created. Error: 0x8007000e Not enough storage is
> available to complete this operation.
>
> The Server is a W2K Server US with 2GB physical memory,
> the SQL-Server (on this machine) is limited to 300 MB, and
> the aspnet_wp.exe uses max. 700MB. In the machine.config
> the memoryLimit="70 ". so the aspnet_wp.exe should be able
> to use 70% of 2GB memory. The whole System uses max 1.3 GB
> of its physical RAM.
>
> Could anyone give me a hint ?
>
> Thanx
>
> Christoph Schuster
> Aperto AG
> Berlin / Germany
>
>



Nov 17 '05 #5
Hi Christoph,

I suggest to use "Performanc e Monitor". You can find the execute file in

WINNT\System32\ Perfmon.exe

I also hope that the fix will resolve your problem.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #6
Hi !

I know the PerfMon, but which Counter would you suggest to watch ?

kind regards

Christoph Schuster
"Jacob Yang [MSFT]" <ji***@online.m icrosoft.com> schrieb im Newsbeitrag
news:O4******** ******@cpmsftng xa06.phx.gbl...
Hi Christoph,

I suggest to use "Performanc e Monitor". You can find the execute file in

WINNT\System32\ Perfmon.exe

I also hope that the fix will resolve your problem.

Best regards,

Jacob Yang
Microsoft Online Partner Support
<MCSD>
Get Secure! ¨C www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
4143
by: Cary | last post by:
Trying to install on SuSE 8.2 from source. ../configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-unixODBC=/usr/lib getting this error: /root/php-4.3.2/ext/odbc/php_odbc.c -o ext/odbc/php_odbc.lo In file included from /root/php-4.3.2/ext/odbc/php_odbc.c:37: /root/php-4.3.2/ext/odbc/php_odbc_includes.h:118:17: sql.h: No such file or directory
3
1893
by: JohnHurt | last post by:
Hi, after I got my IIS server to wor and making a few projects. out of the blue, no changes made I get this error when trying to debug an ASP.NET page; 'error while trying to debug on webserver, because there is not sufficient storage space on server'
1
1306
by: DiskMan | last post by:
System: Redhat 7.2 Kernel-2.6.11.8 GCC-3.4.3 CCC-6.5.9 Binutils-2.15 Make-3.80 GTK/GLIB-2.6.7 For some reason my Linux box is suddenly having issues trying to read ;
3
4586
by: Andrew Luke | last post by:
Hi all you C++ guru's! I'm 'very, very' new to C++ and I'm having a little trouble configuring my VS environment I think - when I try and compile some sample code I'm getting the following errors, any help would be 'greatly' appreciated! :) Thanks heaps! --------------------Configuration: CppRichTextItem - Win32 Debug-------------------- Compiling...
5
7806
by: tdavidge | last post by:
I've just noticed the following errors in my db2diag.log file: 2003-07-18-01.29.18.203000-240 E3301H585 LEVEL: Severe (OS) PID : 1532 TID : 2944 PROC : db2syscs.exe INSTANCE: DB2 NODE : 000 DB : DBNAME APPHDL : 0-958 APPID: *LOCAL.DB2.030718052918 FUNCTION: DB2 UDB, oper system services, getPrivateChunksFromOs, probe:100 CALLED : OS, -, VirtualAlloc OSERR ...
0
481
by: Christoph Schuster | last post by:
Hi ! We have a Liveserver running with ASP.NET 1.1.4322.0, whicht get a error after 3-5 days running: Source: ASP.NET 1.1.4322.0 Event ID: 1088 Description: Failed to execute request because the App-Domain could not be created. Error: 0x8007000e Not enough storage is
3
1941
by: Mark | last post by:
Hello, Recently I have not been able to open an asp.net page in MDE's web from designer. I recieve the following error: "The file failed to load in the web from designer. Please correct the following error, then load again: Not enough storage is available to complete this operation" I have 54Gigs of free space and a gig of ram. Rebooting has not helped. This is the GUI portion of a web project that is spilt into a DAL, BLL and
3
4333
by: Olav | last post by:
Hi all, I can not install CF 2.0 SP 1 on an Symbol PPT8800 running WinCE 4.2. The Install-Log say's cgacutil.exe failed with exit-code 80000004 and I get a messagebox indicating a support-Info '3'. This would mean I would not have enough space on my device. But I hard-reseted it befor I tryed to install and I have no other processes running while installing. Any ideas, whats going wrong???
0
1373
by: recruiterforitjobs | last post by:
Hi, Hope you are doing great, My name is Sumit Kumar, and I am a technical recruiter for Okaya Inc, a technical staff augmentation firm located in NY. I am currently in search of an experienced HP XP Storage Architect for an esteemed client in NY and I wanted to contact you to see if you are comfortable and available for below mention role. Please send me a
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6740
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5381
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4053
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.