Re: Trying to upgrade from struts 2.3 to 2.5-Web links giving 404 error

2024-04-18 Thread Lukasz Lenart
Did you follow the migration guideline [1]? And please post the whole stacktrace [1] https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration śr., 17 kwi 2024 o 14:11 Sunitha Ganapathy napisał(a): > Hi, > > > > Getting these 3 types of errors after upgrade. > >1. c.o.xwor

RE: Trying to upgrade from struts 2.3 to 2.5-Web links giving 404 error

2024-04-17 Thread Sunitha Ganapathy
Hi, Getting these 3 types of errors after upgrade. 1. c.o.xwork2.ognl.OgnlValueStack - Could not find property [struts.actionMapping]! ognl.NoSuchPropertyException: com.opensymphony.xwork2.util.CompoundRoot.struts at com.opensymphony.xwork2.ognl.accessor.CompoundRootAccessor

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-28 Thread Julio Aragao
Sure thing Lukasz! Thanks! Julio Aragao Software Engineer ju...@quimbik.com Skype: jcnaragao Mobile Phone: US 415-684-8506 "A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bo

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
2015-07-21 12:54 GMT+02:00 Júlio Aragão : > Lukasz, > > Thanks for the answer. So, is there a way to map the root to an specific > action, with convention and rest plugins, once RestActionMapper returning > null is the desired effect? Hm... not sure if such situation was predicted. I mean using RE

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Júlio Aragão
gt; > > > > > value="global-resources" /> > > > > > > > > value="Controller"/> > > value="true"/> > > value="upgradetest"/> > > >

Re: 404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-21 Thread Lukasz Lenart
t; > > > > > > > value="global-resources" /> > > > > > > value="upgradetest"/> > > > > > > > Normally, by visiting the root ur

404 error with @Action("/") when upgrading Struts2 REST 2.1.8 to 2.3.7

2015-07-20 Thread Julio Aragao
red result. After the upgrade to 2.3.7, the web app is returning a 404 error. I have investigated the source code and found out that the RestActionMapper of Struts Rest Plugin is returning null in the getMapping method (in the last line of code), something it did not in version 2.1.8. I belie

Re: Exception when tying to display a 404 error page.

2010-12-22 Thread greenleaf
Ok I stumbled upon this post facing the same problem, with 404 error jsp page not loading via the servlet filter for ATG. I can hit the page directly though but not via the 404 redirect. The solution is to add this to your web.xml: PageFilter *.jsp REQUEST

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-20 Thread Tim Jowers
Thanks for the help. It works now: RAD7.0.0.6 and WAS 6.1.0.17. Works. Struts2-core-2.0.11.jar timjowers On Fri, Oct 17, 2008 at 3:48 PM, Tim Jowers <[EMAIL PROTECTED]> wrote: > > Thanks for the emails. I downgraded and made the setting but haven't solved > my malfunction yet. I'm on WebSphere Pl

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
Thanks for the emails. I downgraded and made the setting but haven't solved my malfunction yet. I'm on WebSphere Platform 6.1 [BASE 6.1.0.17cf170821.07]. So, I'll mess with it some more later. Tim On Fri, Oct 17, 2008 at 2:01 PM, Struts Two <[EMAIL PROTECTED]> wrote: > >>So, I do have a working

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Martin Gainty
he.org > Subject: RE: 404 error in struts 2 blank helloworld example in RAD7 > Date: Fri, 17 Oct 2008 14:48:36 -0400 > > http://www-01.ibm.com/support/docview.wss?uid=swg1PK33090 > > if JSF cant locate a .JS there should not be any special algorithms or > manipulations to han

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Dave Newton
--- On Fri, 10/17/08, Martin Gainty wrote: > if JSF cant locate a .JS there should not be any special algorithms or > manipulations to handle the 404 The problem is with JSF not locating > the .js file (even though the resource is located by other means later > on) I'm going to ping the JSF folk

RE: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Martin Gainty
does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Fri, 17 Oct 2008 11:01:43 -0700 > From: [EMAIL PROTECTED] > Subject: Re: 404 error in struts 2 blank helloworld example in R

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Struts Two
>>So, I do have a working configuration for tomcat5.5. Now for WebSphere/Rad7. >>WebSphere does not give an error message but does load the .jsp but just not >>the .action. This must be a websphere configuration issue or an issue with >>conflicting .jars. i'll continue to investigate. Before you r

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Tim Jowers
and it works perfect] or upgrade to build 2.0.12 which > is supposed to have fixed the issue [I have not tried it yet] > > > > - Original Message > From: Tim Jowers <[EMAIL PROTECTED]> > To: user@struts.apache.org > Sent: Thursday, October 16, 2008 6:52:23

Re: 404 error in struts 2 blank helloworld example in RAD7

2008-10-17 Thread Struts Two
] - Original Message From: Tim Jowers <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Thursday, October 16, 2008 6:52:23 PM Subject: 404 error in struts 2 blank helloworld example in RAD7 Hi, Has anyone run the struts2-blank-2.0.11.2.war in RAD7/WebSphere?  I get 404 on calling an action.

404 error in struts 2 blank helloworld example in RAD7

2008-10-16 Thread Tim Jowers
Hi, Has anyone run the struts2-blank-2.0.11.2.war in RAD7/WebSphere? I get 404 on calling an action. First, https://localhost:9444/testo/example/HelloWorld.jsp works. Then the action 404's: https://localhost:9444/testo/example/HelloWorld.action?request_locale=en I validated the HelloWorld.class

Re: Why? en-us theme=ajax 404 error on Struts 2.0.9

2008-10-06 Thread Rubens
: struts2Filter /struts/* If the request to your struts 2 dojo javascript files do not go thru the Struts 2 filter, you will get 404 error when the browser attempts to retrieve those files. Rubens. -- View this message in context: http://www.nabble.com/Why--en-us-theme%3Dajax-404-error

Re: 404 error

2008-06-16 Thread Jeromy Evans
srinivasa varanasi wrote: Hi I have werid problem, I have downloaded a sample application of struts 2 from net and when i try to run it it gives me 404 error ,I have chked all the jars ever thing is fine and when I comment filter part in web.xml I am able to dispay welcome page ,and if i

404 error in struts 2

2008-06-16 Thread srinivasa_v
Hi I have werid problem, I have downloaded a sample application of struts 2 from net and when i try to run it it gives me 404 error ,I have chked all the jars ever thing is fine and when I comment filter part in web.xml I am able to dispay welcome page ,and if i uncomment it same 404 error

404 error

2008-06-16 Thread srinivasa varanasi
Hi I have werid problem, I have downloaded a sample application of struts 2 from net and when i try to run it it gives me 404 error ,I have chked all the jars ever thing is fine and when I comment filter part in web.xml I am able to dispay welcome page ,and if i uncomment it same 404 error

Re: 404 error

2008-06-15 Thread Dave Newton
I'm having such a wide range of reactions to this. I'll stick with saying just ask questions on the list and not directly to list participants unless you have an existing relationship with them. --- On Sun, 6/15/08, srinivasa varanasi <[EMAIL PROTECTED]> wrote: > and also I have enclsoed my app

Re: (repost) en-us theme=ajax 404 error on Struts 2.0.9

2008-05-20 Thread Milan Milanovic
ruts.LogonInterceptor"/> > > > > > > > > > > > > /logon.jsp > >

(repost) en-us theme=ajax 404 error on Struts 2.0.9

2008-01-10 Thread WayneFH
/RecipientSearch/SearchResults.jsp /Case/Case.jsp -- View this message in context: http://www.nabble.com/%28repost%29-en-us-theme%3Dajax-404-error-on-Struts-2.0.9-tp14736984p147369

Re: Why? en-us theme=ajax 404 error on Struts 2.0.9

2008-01-09 Thread Martin Gainty
please repost stack-trace and struts configuration files Thanks M- - Original Message - From: "venku" <[EMAIL PROTECTED]> To: Sent: Wednesday, January 09, 2008 9:11 AM Subject: Re: Why? en-us theme=ajax 404 error on Struts 2.0.9 > > Hi Wayne, > > Did you f

Re: Why? en-us theme=ajax 404 error on Struts 2.0.9

2008-01-09 Thread venku
Hi Wayne, Did you find any solution for it I am also facing the same problem Thanks Venku :) -- View this message in context: http://www.nabble.com/Why--en-us-theme%3Dajax-404-error-on-Struts-2.0.9-tp14692647p14712651.html Sent from the Struts - User mailing list archive at Nabble.com

Why? en-us theme=ajax 404 error on Struts 2.0.9

2008-01-08 Thread WayneFH
-- View this message in context: http://www.nabble.com/Why--en-us-theme%3Dajax-404-error-on-Struts-2.0.9-tp14692647p146

Re: Exception when tying to display a 404 error page.

2007-11-07 Thread Josh Vickery
Why not redirect to the struts 2 action you want? This is the jsp I use for error pages in tomcat: <%response.sendRedirect("error.do");%> where error.do points to a struts 2 action Josh On Nov 7, 2007 5:15 PM, matihost <[EMAIL PROTECTED]> wrote: > > This error page is defined in my web.xml: >

Re: Exception when tying to display a 404 error page.

2007-11-07 Thread matihost
> This error page is defined in my web.xml: > > >404 >/pages/errors/page404.jsp > You are using Tomcat web container. There is one issue regarding element, but i assume there are the same reason for any url used in web.xml. https://issues.apache.org/struts/browse/WW-2025 In other w

Exception when tying to display a 404 error page.

2007-10-30 Thread Baptiste GAILLARD
Hi, i'm developping a blog using Struts 2 (2.0.11), I have a strange error in a 404 error page. This error page is defined in my web.xml: 404 /pages/errors/page404.jsp Struts 2 is configured with those lines : struts2 org.apache.st

Eclipse WTP/Tomcat/Struts 2 - 404 error

2007-04-06 Thread Manickam-Periaswamy . Vignesh
uot;run on server" option, it gives a 404 error. Below is my configuration: Java - 1.4.2_13 Tomcat 5.5.23 with Java 1.4 compatible jars Struts 2.0.6 with Java 1.4 compatible jars Eclipse WTP 3.2.2 I created a new "dynamic web project" with Tomcat 5.5 as runtime, "r5sis" as

RE: (newbie) 404 error - Servlet action is not available

2004-11-10 Thread David G. Friedman
-was352-x.html Regards, David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 12:51 PM To: [EMAIL PROTECTED] Subject: (newbie) 404 error - Servlet action is not available Hi, I am not sure if this is really a Struts issues, or a Tomcat i

(newbie) 404 error - Servlet action is not available

2004-11-10 Thread Robin . Clarke
Hi, I am not sure if this is really a Struts issues, or a Tomcat issue ... but I'll post it here to start with as it is a Struts application that I am trying to build. When my laptop is connected to the internet, I am able to start Tomcat without any problems, and my very simple Struts applicat

Tiles Multiple modules 404 error

2004-05-13 Thread Vijay . Kukreja
Return Receipt Your Tiles Multiple modules 404 error document

Tiles Multiple modules 404 error

2004-05-13 Thread Anand Stephen
Greetings, I am having trouble with multiple struts modules and tiles configuration... Web.xml snippet action org.apache.struts.action.ActionServlet config/admin /WEB-INF/struts-admin-config.xml config/admin-tools /WEB-INF/struts-admin-