We faced this problem very frequently in our development environment, when many a people were working in same environment. Later we discovered that, it is always due to some error in some program like 1. We had defined max connections for connection pool to be 50, and some programs were not releasing the connections, it used to reach max and give us same error. 2. wrong NDC push caused this.
and similar type of problems... Its certainly due to some memory leak type of reason that it gives this error. Regards Puneet ----- Original Message ----- From: "Simon Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 8:57 AM Subject: Re: Servlet action is currently unavailable. > Thanks Tib and Corneil(Think it's you first name??), > > Just checked the manager and the app has deployed and is running. Any > ideas? > > Cheers > > Simon > > ----- Original Message ----- > From: "Gemes Tibor" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, January 14, 2003 9:45 AM > Subject: Re: Servlet action is currently unavailable. > > > 2003. janu�r 14. 09:37 d�tummal Simon Kelly ezt �rtad: > > Hi all, > > > > I've just written a small struts package, and tried to run it but I'm > > getting an "HTTP Status 503 - > > Servlet action is currently unavailable" error. I have checked the setup > > of both the struts-config and my .web and they both look to be correct > > (Checked against a know working one). > > > > Has anyone seen this sort of thing before and if so are tere any other > > possible causes? > > I've seen this kind of error in case I accessed a page before the war was > completely deployed the whole application turned into unreachable state. A > redeployment helped... > > Tib > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

