Re: Servlet action is currently unavailable

2003-10-01 Thread Max Cooper
The container knows to look for the servlet that you have named 'action', so
at least the servlet-mapping element is present. Are you sure that you
have a servlet element in your web.xml for the Struts action servlet, and
that it's servlet-name is 'action' (without the quotes)?

Assuming you do have the servlet element setup properly, it looks like the
Struts action servlet didn't start correctly. Are there any messages earlier
in the server log that indicate some kind of failure?

-Max

- Original Message - 
From: Parthasarathy Kesavaraj [EMAIL PROTECTED]
To: 'Struts Users Mailing List' [EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 9:33 PM
Subject: RE: Servlet action is currently unavailable


Hai Koni,
Thanks for ur reply.I am not using any database stuff.Still i am
getting the same message.I am trying to sort out.I'll let u know if i find
any solution.
Regards
Partha


 --
 From: Koni Roth[SMTP:[EMAIL PROTECTED]
 Reply To: Struts Users Mailing List
 Sent: Tuesday, September 30, 2003 8:45 PM
 To: Struts Users Mailing List
 Subject: Re: Servlet action is currently unavailable

 Hi Partha
 Rarely I run into the same error. Until now I couldn't exactly localize
 the reason. My guess is the the database connection. I use Struts 1.1
 data-sources with MS SQL-Server and it seems the database connection
 suddenly dies... After restarting Tomcat everything works fine again.
 ???%ç*/???
 Please let me know if you find a solution.
 Koni


 Parthasarathy Kesavaraj wrote:
  Hai
  I am using Tomcat 4.1.27 and struts 1.1.When i call a .do from my
 browser i
  am getting the following error
 
  HTTP Status 503 - Servlet action is currently unavailable
 
  type Status report
  message Servlet action is currently unavailable
  description The requested service (Servlet action is currently
 unavailable)
  is not currently available.
 
  Apache Tomcat/4.1.27
 
  what could be the reason.Please helpThanks in advance.
 
  Regards
  Partha
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Servlet action is currently unavailable

2003-09-30 Thread Sgarlata Matt
Try checking in the Tomcat log.  You can usually find the source of the
error there.  The Tomcat log is in tomcat_home\logs.  If your Tomcat is
set up like mine, the correct log file will be localhost_log.2003-09-30.txt

Matt
- Original Message - 
From: Parthasarathy Kesavaraj [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, September 30, 2003 11:09 AM
Subject: Servlet action is currently unavailable


 Hai
 I am using Tomcat 4.1.27 and struts 1.1.When i call a .do from my browser
i
 am getting the following error

 HTTP Status 503 - Servlet action is currently unavailable

 type Status report
 message Servlet action is currently unavailable
 description The requested service (Servlet action is currently
unavailable)
 is not currently available.

 Apache Tomcat/4.1.27

 what could be the reason.Please helpThanks in advance.

 Regards
 Partha

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Servlet action is currently unavailable

2003-09-30 Thread Koni Roth
Hi Partha
Rarely I run into the same error. Until now I couldn't exactly localize 
the reason. My guess is the the database connection. I use Struts 1.1 
data-sources with MS SQL-Server and it seems the database connection 
suddenly dies... After restarting Tomcat everything works fine again. 
???%ç*/???
Please let me know if you find a solution.
Koni

Parthasarathy Kesavaraj wrote:
Hai
I am using Tomcat 4.1.27 and struts 1.1.When i call a .do from my browser i
am getting the following error
HTTP Status 503 - Servlet action is currently unavailable

type Status report
message Servlet action is currently unavailable
description The requested service (Servlet action is currently unavailable)
is not currently available.
Apache Tomcat/4.1.27

what could be the reason.Please helpThanks in advance.

Regards
Partha
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Servlet action is currently unavailable

2003-09-30 Thread Parthasarathy Kesavaraj
Hai Koni,
Thanks for ur reply.I am not using any database stuff.Still i am
getting the same message.I am trying to sort out.I'll let u know if i find
any solution.
Regards
Partha


 --
 From: Koni Roth[SMTP:[EMAIL PROTECTED]
 Reply To: Struts Users Mailing List
 Sent: Tuesday, September 30, 2003 8:45 PM
 To:   Struts Users Mailing List
 Subject:  Re: Servlet action is currently unavailable
 
 Hi Partha
 Rarely I run into the same error. Until now I couldn't exactly localize 
 the reason. My guess is the the database connection. I use Struts 1.1 
 data-sources with MS SQL-Server and it seems the database connection 
 suddenly dies... After restarting Tomcat everything works fine again. 
 ???%ç*/???
 Please let me know if you find a solution.
 Koni
 
 
 Parthasarathy Kesavaraj wrote:
  Hai
  I am using Tomcat 4.1.27 and struts 1.1.When i call a .do from my
 browser i
  am getting the following error
  
  HTTP Status 503 - Servlet action is currently unavailable
  
  type Status report
  message Servlet action is currently unavailable
  description The requested service (Servlet action is currently
 unavailable)
  is not currently available.
  
  Apache Tomcat/4.1.27
  
  what could be the reason.Please helpThanks in advance.
  
  Regards
  Partha
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Servlet action is currently unavailable.

2003-01-14 Thread du Plessis, Corneil C
Seems your servlet or web application may not be running.

-Original Message-
From: Simon Kelly [mailto:[EMAIL PROTECTED]]
Sent: 14 January, 2003 10:37
To: Struts Users Mailing List
Subject: Servlet action is currently unavailable.


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?

Cheers

Simon

Institut fuer
Prozessdatenverarbeitung
und Elektronik,
Forschungszentrum Karlsruhe GmbH,
Postfach 3640,
D-76021 Karlsruhe,
Germany.

Tel: (+49)/7247 82-4042
E-mail : [EMAIL PROTECTED]


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

__

Disclaimer and confidentiality note


Everything in this e-mail and any attachments relating to the official business of 
Standard Bank Group Limited is proprietary to the company. It is confidential, legally 
privileged and protected by law. Standard Bank does not own and endorse any other 
content. 
Views and opinions are those of the sender unless clearly stated as being that of 
Standard Bank. 

The person addressed in the e-mail is the sole authorised recipient. Please notify the 
sender 
immediately if it has unintentionally reached you and do not read, disclose or use the 
content
in any way. 

Standard Bank can not assure that the integrity of this communication has been 
maintained nor 
that it is free of errors, virus, interception or interference.

__

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Servlet action is currently unavailable.

2003-01-14 Thread Gemes Tibor
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]




Re: Servlet action is currently unavailable.

2003-01-14 Thread Simon Kelly
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]




Re: Servlet action is currently unavailable.

2003-01-14 Thread Puneet Agarwal
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]




Re: Servlet action is currently unavailable (Help)

2002-03-12 Thread @Basebeans.com

Subject: Re: Servlet action is currently unavailable (Help)
From: Ronaldo Mercado [EMAIL PROTECTED]
 ===
I had something like that and I discovered that I had forgotten to
compile and make the binary available to Tomcat.

Tea Yu [EMAIL PROTECTED] schrieb im Newsbeitrag
news:a6k48a$r5h$[EMAIL PROTECTED]...
 Hi List,

 I encounter no problem on the following actions

 action path=/country/List
 type=com.eternalheadwear.system.country.CountryAction
 name=countryForm
 parameter=List
 scope=request
 forward name=success path=/pages/country/list.jsp/
 /action

 action path=/country/Add
 forward=/pages/country/edit.jsp?action=add
 /action

 action path=/country/Insert
 type=com.eternalheadwear.system.country.CountryAction
 name=countryForm
 parameter=Insert
 scope=request
 validate=false
 forward name=success path=/do/country/List/
 /action


 However, after adding the following ones:

 action path=/country/RepeatAdd
 forward=/pages/country/edit.jsp?action=addmode=repeat
 /action

 action path=/country/RepeatInsert
 type=com.eternalheadwear.system.country.CountryAction
 name=countryForm
 parameter=Insert
 scope=request
 validate=false
 forward name=success path=/do/country/RepeatAdd/
 /action


 Tomcat generates the following HTTP Status 503 problem:
 type Status report
 message Servlet action is currently unavailable
 description The requested service (Servlet action is currently
 unavailable) is not currently available.


 Any help would be highly appreciated!  Thank you!!

 Tea Yu





--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: Servlet action is currently unavailable (Help)

2002-03-11 Thread @Basebeans.com

Subject: Re: Servlet action is currently unavailable (Help)
From: Tea Yu [EMAIL PROTECTED]
 ===
Hi List,

I encounter no problem on the following actions

action path=/country/List
type=com.eternalheadwear.system.country.CountryAction
name=countryForm
parameter=List
scope=request
forward name=success path=/pages/country/list.jsp/
/action

action path=/country/Add
forward=/pages/country/edit.jsp?action=add
/action

action path=/country/Insert
type=com.eternalheadwear.system.country.CountryAction
name=countryForm
parameter=Insert
scope=request
validate=false
forward name=success path=/do/country/List/
/action


However, after adding the following ones:

action path=/country/RepeatAdd
forward=/pages/country/edit.jsp?action=addmode=repeat
/action

action path=/country/RepeatInsert
type=com.eternalheadwear.system.country.CountryAction
name=countryForm
parameter=Insert
scope=request
validate=false
forward name=success path=/do/country/RepeatAdd/
/action


Tomcat generates the following HTTP Status 503 problem:
type Status report
message Servlet action is currently unavailable
description The requested service (Servlet action is currently
unavailable) is not currently available.


Any help would be highly appreciated!  Thank you!!

Tea Yu



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]