Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / December 2004

Tip: Looking for answers? Try searching our database.

Server Unavailable Error (aspnet_wp.exe)

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chad H. - 01 Dec 2004 15:29 GMT
I'm running the .net framework 1.1 sp1 on a windows 2000 server sp4.  We are
running a Plumtree Portal (.net version) on this machine.  If the machine is
not rebooted every couple of weeks or if a group of 25 or so users try to log
on to the website at the same time, they periodically receive the red "Server
Unavailable" message.  When I look in the event log, the following message
occurs:

Source:  ASP.NET 1.1.4322.0
Description:  aspnet_wp.exe (PID: XXXX) was recycled because it failed to
respond to ping message.

Has anyone experienced this before?
javatopia - 02 Dec 2004 15:51 GMT
Hi Chad,

First, I don't know anything about Plumtree Portal, but I do know a bit
about .NET and its performance characteristics.

The first thing to check is the machine.config of the server. Make sure you
have tuned your ASP.NET server to handle the load level you have.  You will
need to check things such as the thread pool size and memory allocation.

Next, if you are using SQL Server, open the profiler and see what is taking
so long.  Chances are you have lots of queries open that are long-running and
hence are clogging up the usable threads on the ASP.NET server.  If you open
the management node from the MMC and count the number of open connections to
the server, you will get a feel for the load on the SQL server.  Hopefully
the Plumtree Portal is using connection pooling, and is disposing of its
connections gracefully.

After you've tweaked the machine.config and looked at SQL Server (or Oracle
if that's your system), then contact Plumtree about their portal software.  
Maybe they have some software issues that need to be fixed.

If you open the web.config file in the Plumtree web folder, you can tweak
their connection pooling strategy as well.

Hope that helps.

-- Jake

> I'm running the .net framework 1.1 sp1 on a windows 2000 server sp4.  We are
> running a Plumtree Portal (.net version) on this machine.  If the machine is
[quoted text clipped - 8 lines]
>
> Has anyone experienced this before?

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.