473,395 Members | 2,446 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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 7998
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.********@aperto.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.********@aperto.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 OutOfMemoryException. 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.********@aperto.de> wrote in message
news:uo**************@tk2msftngp13.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***@DIESPAMMERSDIEtakempis.com> schrieb im Newsbeitrag
news:OF**************@TK2MSFTNGP10.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.********@aperto.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="Infinite"
shutdownTimeout="0:00:05"
requestLimit="Infinite"
requestQueueLimit="5000"
restartQueueLimit="10"
memoryLimit="70"
webGarden="false"
cpuMask="0xffffffff"
userName="machine"
password="AutoGenerate"
logLevel="Errors"
clientConnectedCheck="0:00:05"
comAuthenticationLevel="Connect"
comImpersonationLevel="Impersonate"
responseDeadlockInterval="00:03:00"
maxWorkerThreads="20"
maxIoThreads="20"
/>

(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***@DIESPAMMERSDIEtakempis.com> schrieb im Newsbeitrag
news:ui**************@tk2msftngp13.phx.gbl...
Well, I should have looked up the error number in the first place! The error number indicates an OutOfMemoryException. 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.********@aperto.de> wrote in message
news:uo**************@tk2msftngp13.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***@DIESPAMMERSDIEtakempis.com> schrieb im Newsbeitrag news:OF**************@TK2MSFTNGP10.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.********@aperto.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 "Performance 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.microsoft.com> schrieb im Newsbeitrag
news:O4**************@cpmsftngxa06.phx.gbl...
Hi Christoph,

I suggest to use "Performance 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
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...
3
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...
1
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
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...
5
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 :...
0
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...
3
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...
3
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...
0
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...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...

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.