No action instance for path /...

2004-02-03 Thread Daniel
How can I fix this message ??? SEVERE: No action instance for path /wellcome could be created my struts-config.xml is: ?xml version=1.0 encoding=UTF-8? !DOCTYPE struts-config PUBLIC -//Apache Software Foundation//DTD Struts Configuration 1.1//EN http://jakarta.apache.org/struts/dtds

Re: No action instance for path /...

2004-02-03 Thread Max Cooper
PROTECTED] Sent: Tuesday, February 03, 2004 1:12 PM Subject: No action instance for path /... How can I fix this message ??? SEVERE: No action instance for path /wellcome could be created my struts-config.xml is: ?xml version=1.0 encoding=UTF-8? !DOCTYPE struts-config PUBLIC -//Apache

Re: No action instance for path /logoff could be created

2003-10-08 Thread Ted Husted
following errors wonder why: - HTTP Status 500 - No action instance for path /logoff could be created - I have defined Action Mappings for logoff in my

No action instance for path /logoff could be created

2003-10-07 Thread Hari Om
I am working on a simple Logon Application. I am able to Logon to my Logon application and when I click the Signout Link it gives me following errors wonder why: - HTTP Status 500 - No action instance for path /logoff could

Re: Error : No Action Instance for path could be Created

2003-09-22 Thread Ted Husted
has a different actionform to that of the calling action. But, When I run the application, I get the error, No action instance for path /srfailure could be created. srfailure is the path for the new action. what might be the error? All the action and form classes are present. My entries

Error : No Action Instance for path could be Created

2003-07-29 Thread guruprasad jakka
Hi, I am using action chaining to call an action for an action. The new action has a different actionform to that of the calling action. But, When I run the application, I get the error, No action instance for path /srfailure could be created. srfailure is the path for the new action. what

No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
/ginsu/test/addFile.jsp : *** Begin My Error *** HTTP Status 500 - No action instance for path /addFile could be created type Status report message No action instance for path /addFile could be created description The server encountered an internal error (No action

RE: No action instance for path your path name could be created

2003-04-02 Thread Vivian, Nigel (N.)
16:23 To: [EMAIL PROTECTED] Subject: No action instance for path your path name could be created Hello all. I apologize for the size of this message, but I thought it necessary to include some of my source. I am trying to do a very basic thing here. I trying to pass form data to an Action

Re: No action instance for path your path name could be created

2003-04-02 Thread Gareth Andrew
*** HTTP Status 500 - No action instance for path /addFile could be created type Status report message No action instance for path /addFile could be created description The server encountered an internal error (No action instance for path /addFile could be created) that prevented it from fulfilling

RE: No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
Yes I am sure everything is compiling. I use ant to take care of my build and creation of my ginsu.war (ginsu = my web app name). In my build process, after a compile, I basically jar all of my class files into ginsu.jar, and this jar file winds up in my WEB-INF/lib directory. I basically

Re: No action instance for path your path name could be created

2003-04-02 Thread Dan Tarkenton
: *** Begin My Error *** HTTP Status 500 - No action instance for path /addFile could be created type Status report message No action instance for path /addFile could be created description The server encountered an internal error (No action

Re: No action instance for path your path name could be created

2003-04-02 Thread Max Cooper
Here's the problem: * struts-config.xml *** actionpath=/addFile type=ginsu.strutsApp.AddFileAction ** Begin AddFileAction.java package src.ginsu.strutsApp; Your Action's fully qualified class name is

Re: No action instance for path your path name could be created

2003-04-02 Thread Gareth Andrew
Max, I'm curious as to whats wrong with using mixed case (camelCase) package names. Obviously its better to remove any redundant words from package (or class, or object) names, but surely the advising someone to avoid mixed case package names is a little over prescriptive. Gareth. Your

Re: Http Status 500- No action instance for path /timeSearch could be created

2003-03-03 Thread Claude Betancourt
PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, March 03, 2003 1:15 AM Subject: Http Status 500- No action instance for path /timeSearch could be created Hi I am getting this exception when create a action on a form name timings.jsp. please give me idea to solve

Http Status 500- No action instance for path /timeSearch could be created

2003-03-02 Thread shashi_struts
Hi I am getting this exception when create a action on a form name timings.jsp. please give me idea to solve this exception Regards Shashi Bhushan

No action instance for path /html/LogonAction could be created

2002-10-22 Thread Vikas Malla
Consequently, I am getting this error in my junit test: [junit] was expecting '/app/html/index.jsp' but received '/appnull' [junit] junit.framework.AssertionFailedError: was expecting '/awf/html/index .jsp?s=2' but received '/awfnull' [junit] at

No action instance for path /html/LogonAction could be created

2002-10-22 Thread Vikas Malla
redirect=false/ /action My server side error log tells me - The server encountered an internal error (No action instance for path /html/LogonAction could be created) that prevented it from fulfilling this request. Why am I encountering this error? the application seems to parse my struts

Re: No action instance for path /action could not be created. (solved)

2002-09-11 Thread rob
gone through the archives prior to posting this but have yet to discover a solution. I'm getting that common error Error 500 No action instance for path /login could be created. The difficulty I'm having is that the application was and is running perfectly fine on a tomcat 4.x servlet

SEVERE: No action instance for path /xxxxxx could be created

2002-07-25 Thread Horacio de Oro
error SEVERE: No action instance for path /xx could be created java.lang.ClassCastException: prueba2.LogoffAction at org.apache.struts.action.RequestProcessor.processActionCreate(RequestProcessor.java:314) at org.apache.struts.action.RequestProcessor.process

RE: SEVERE: No action instance for path /xxxxxx could be created

2002-07-25 Thread Andrew Hill
Does your action class actually extends Action? -Original Message- From: Horacio de Oro [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 25, 2002 22:02 To: [EMAIL PROTECTED] Subject: SEVERE: No action instance for path /xx could be created Hi! I've tryed struts 1.0 and I could make

Re: SEVERE: No action instance for path /xxxxxx could be created

2002-07-25 Thread Horacio de Oro
On Thu, 25 Jul 2002 22:10:31 +0800 Andrew Hill [EMAIL PROTECTED] wrote: Does your action class actually extends Action? yes... see below: The Action class: package prueba2; import java.util.Hashtable; import java.util.Locale; import java.util.Vector; import

Re: SEVERE: No action instance for path /xxxxxx could be created

2002-07-25 Thread Horacio de Oro
I've put my little webapp in tomcat (without forte) and it work... so, I'll do some more test ... may be was some forte problem? thanks anyway! Horacio On Thu, 25 Jul 2002 11:34:06 -0300 Horacio de Oro [EMAIL PROTECTED] wrote: On Thu, 25 Jul 2002 22:10:31 +0800 Andrew Hill [EMAIL

Re: SEVERE: No action instance for path /xxxxxx could be created

2002-07-25 Thread Eddie Bush
Did you tell it to Execute or Execute (Force Reload)? Based on your description, I'd say you did the first. You can get away with just hitting Execute if you make a JSP change, but if you make changes to the xml files you need to restart tomcat - that's what Execute (Force Reload) does. I

No action instance for path /logon could be created - Please Help!

2002-05-24 Thread Derek Wayland
I am getting the following error if I deploy and run my struts web app to tomcat 3.2 Error: 500 Location: /myapp/logon.do No action instance for path /logon could be created However if I deploy the exact same app to tomcat 4.0 it works fine. The stack trace is giving me the Class Not Found

No action instance for path [/path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

RE: No action instance for path [/path] could be created

2002-04-15 Thread James Mitchell
take out the name= JM -Original Message- From: Jason B Menard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:44 PM To: Struts Users Mailing List Subject: No action instance for path [/path] could be created This one is driving me crazy. I've already checked

RE: No action instance for path [/path] could be created

2002-04-15 Thread James Mitchell
oops...sorry, wrong action JM -Original Message- From: Jason B Menard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:44 PM To: Struts Users Mailing List Subject: No action instance for path [/path] could be created This one is driving me crazy. I've already checked

(Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my

RE: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread James Mitchell
What are you using for servlet container? JM -Original Message- From: Jason B Menard [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 4:52 PM To: Struts Users Mailing List Subject: (Corrected) No action instance for path [.path] could be created This one is driving me

Re: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Jason B Menard
I'm using Tomcat-4.0.1. - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Monday, April 15, 2002 4:44 PM Subject: RE: (Corrected) No action instance for path [.path] could be created What are you using for servlet

Re: No action instance for path [/path] could be created

2002-04-15 Thread Chuck Cavaness
relevant. I get the following error whenever I run the following action: No action instance for path /addToCart could be created The other actions are found, just not this one. Here's the relevant parts of my struts-config.xml: struts-config !-- == Global Forward Definitions

RE: (Corrected) No action instance for path [.path] could be created

2002-04-15 Thread Alex Paransky
PROTECTED]] Sent: Monday, April 15, 2002 1:52 PM To: Struts Users Mailing List Subject: (Corrected) No action instance for path [.path] could be created This one is driving me crazy. I've already checked the archive but found nothing relevant. I get the following error whenever I run the following

No action instance for path

2002-04-04 Thread kelly lan
Hi, In my logon page ,I logon with user name and user password,when I submit I get the error: No action instance for path /verifyAction could be created This is my logon page: .. html:form action=/verifyAction focus=username table border=0 width=200 tr

RE: No action instance for path

2002-04-04 Thread Zeltser, Mark
instance for path Hi, In my logon page ,I logon with user name and user password,when I submit I get the error: No action instance for path /verifyAction could be created This is my logon page: .. html:form action=/verifyAction focus=username table border=0 width=200 tr td width

RE: No action instance for path

2002-04-04 Thread Alex Paransky
http://www.alexparansky.com Java/J2EE Architect/Consultant http://www.myprofiles.com/member/view.do?profileId=127 -Original Message- From: kelly lan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 2:36 AM To: Struts User Subject: No action instance for path Hi, In my logon page ,I

RE: No action instance for path

2002-04-04 Thread Dimitar Stavrakov
Subject: No action instance for path Hi, In my logon page ,I logon with user name and user password,when I submit I get the error: No action instance for path /verifyAction could be created This is my logon page: .. html:form action=/verifyAction focus=username table border=0 width=200 tr

RE: No action instance for path

2002-04-04 Thread Dimitar Stavrakov
Subject: No action instance for path Hi, In my logon page ,I logon with user name and user password,when I submit I get the error: No action instance for path /verifyAction could be created This is my logon page: .. html:form action=/verifyAction focus=username table border=0 width=200 tr

RE: No action instance for path

2002-04-04 Thread Wellie W. Chao
to append the .do extension to the action. -Original Message- From: Dimitar Stavrakov [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 12:55 PM To: Struts Users Mailing List Subject: RE: No action instance for path You forgot to put the .do at the end of the action : html:form

Subject: Re: More problems: No action instance for path /login could be create d...

2002-03-15 Thread @Basebeans.com
Subject: Subject: Re: More problems: No action instance for path /login could be create d... 7895:From: Pim [EMAIL PROTECTED] === -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

More problems: No action instance for path /login could be create d...

2002-03-13 Thread lindsay . hamoudi
+ null) msg:No action instance for path /login could be created I'm assuming this is not a problem with my LoginAction class because it can't even create an instance. It must be something to do with the dreaded struts-config.xml file. Here's what I've got: struts-config !-- == Data

RE: More problems: No action instance for path /login could be create d...

2002-03-13 Thread Don Dumrauf
PROTECTED] Subject: More problems: No action instance for path /login could be create d... Ok my login.jsp is loading fine, and the ActionForm (LoginForm) is working OK because error messages are being returned OK. But when I submit valid entries (i.e. when my Action class, LoginAction, should kick

IndexOutOfBoundsException and Error creating Action instance for path

2002-02-15 Thread Gao, Gang
Error HTTP [WebAppServletContext(5236534,ISPServiceCenter.war)] action: Error creating Action instance for path '/intranet/workflow/coordinator', class name 'com.verizon.ispcentral.icare.requestmgmt.struts.intranet.workflow.alltasks. CoordinatorAction' java.lang.IndexOutOfBoundsException

Re: No action instance for path-only with sub-sub-class of Action

2002-01-20 Thread Ted Husted
. It contains some common helper methods which all my actions will use. I then extend DefaultAction for my actual action fooAction. When I do this I get 'No action instance for path /foo could be created'. Now, when I extend Action directly instead of using DefaultAction, I don't get the error

No action instance for path-only with sub-sub-class of Action

2002-01-16 Thread Kelly Davis
I have created a class called DefaultAction which extends Action. It contains some common helper methods which all my actions will use. I then extend DefaultAction for my actual action fooAction. When I do this I get 'No action instance for path /foo could be created'. Now, when I extend Action

No action instance for path /select could be created

2001-11-27 Thread Melanie Harris
Anyone seen this displayed on their browser and figured out what to do? 'No action instance for path /select could be created' I can successfully deploy a struts application to an app server running on my local machine, but when I deploy the same thing to a different remote machine (same

No action instance for path

2001-11-27 Thread Dave J Dandeneau
I am using tomcat from within JBuilder to test my struts app, but when I take the produced war file and move it to the tomcat/webapps directory and try to run it I get several class not found errors. specifically: No action instance for path /sendFeedback could be created If I examine the war

RE: No action instance for path /blah could be created

2001-08-27 Thread Anthony Martin
:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 11:18 AM To: '[EMAIL PROTECTED]' Subject: No action instance for path /blah could be created I was just minding my own business, trying out the nightly build (20010827) when I got the following: 2001-08-27 11:14:39 - path=/webcbp :action

Re: Error: No action instance for path

2001-06-25 Thread Derek Guardiola
Is it possible to have two separate actions using the same action servlet as long as the ActionServlet is not declared as long? I'm getting the popular No action instance for path [PATH] could be created. I've double checked the bean declaration in the struts xml, as well as double checked

No action instance for path [path] could be created

2001-04-26 Thread Anderson, Jessica
What could be the cause of this error? What might be done to fix it? The application deploys successfully but when attempting to retrieve a struts action page via a link, this HTTP 500 (No action instance for path [path] could be created) error occurs. I am attempting to deploy on Sun's RI

Error creating Action instance for path

2001-04-19 Thread Lewis Lin
Hi, I have been trying hard to get struts work on my application. I can deploy struts example in my jboss server without any problem. The problem happens when I try to write my own Action class. I got this error in my tomcat container: Error creating Action instance for path '/searchEntity

Error: No action instance for path

2001-03-22 Thread hunkpapa
Hi I've a prolem. What is the cause of this error ? Error 500 Location: /shop1/login.do No action instance for path /login could be created

Re: Error: No action instance for path

2001-03-22 Thread Craig R. McClanahan
On Thu, 22 Mar 2001, hunkpapa wrote: Hi I've a prolem. What is the cause of this error ? Error 500 Location: /shop1/login.do No action instance for path /login could be created Check the log files for your servlet container. It's most likely, though, that Struts could not create