Re: Struts 2 dispatcher does not see namespace and action in URL

2009-05-27 Thread Dave Newton

Dave Newton wrote:
steven.mitch...@umb.com wrote:

 > I have a Struts 2 application that runs fine under Tomcat 5.5
 > that will not run on a fully patched version of WebSphere 6.1.

I seem to remember we had to set a WS setting to get things working 
right; I've got an email in to my ex-co-worker and will follow up when I 
hear back. It was something minor; doing a web search might turn up the 
answer.


Our issues were fixed with RAD fixpack 7.0.0.4. I'm attaching the PDF 
(which you should get but the mailing list won't. Maybe.)


I'm not sure which S2 version they're using at this point.

Dave



-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Re: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Dave Newton

Martin Gainty wrote:

did ibm provide any solution to these problems with their AppServer?
http://www.networkworld.com/news/2009/032609-ibm-layoffs.html


Huh?

steven.mitch...@umb.com wrote:
> I have a Struts 2 application that runs fine under Tomcat 5.5
> that will not run on a fully patched version of WebSphere 6.1.

I seem to remember we had to set a WS setting to get things working 
right; I've got an email in to my ex-co-worker and will follow up when I 
hear back. It was something minor; doing a web search might turn up the 
answer.


Dave

-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org



RE: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Mitchell, Steven
To answer your question, the application is using form based authentication. 


FORM
Security Profile

/[my path]/[my login].jsp
/[my path]/[my login error].jsp



-Original Message-
From: Struts Two [mailto:struts...@yahoo.ca] 
Sent: Tuesday, May 26, 2009 1:48 PM
To: Struts Users Mailing List
Subject: RE: Struts 2 dispatcher does not see namespace and action in URL


Do you have Basic or Form based authentication enabled in your web.xml?

--- On Tue, 5/26/09, Mitchell, Steven  wrote:

> From: Mitchell, Steven 
> Subject: RE: Struts 2 dispatcher does not see namespace and action in URL
> To: "Struts Users Mailing List" 
> Received: Tuesday, May 26, 2009, 3:33 PM
> I found a post about setting
> com.ibm.ws.webcontainer.invokefilterscompatibility = true,
> but it made
> no difference.  The namespace and action name are
> still getting dropped
> before reaching Struts.  
> 
> Since it works find on Tomcat 5.5, I suspect
> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper,
> com.ibm.ws.webcontainer.filter.WebAppFilterChain, or
> com.ibm.ws.wswebcontainer.filter.WebAppFilterManager simply
> because they
> are the previous three classes in the stack trace. 
> 
> I'll keep Googling.  Any other ideas?
> 
> -Original Message-
> From: Mitchell, Steven [mailto:steven.mitch...@umb.com]
> 
> Sent: Tuesday, May 26, 2009 8:23 AM
> To: user@struts.apache.org
> Subject: Struts 2 dispatcher does not see namespace and
> action in URL
> 
> I have a Struts 2 application that runs fine under Tomcat
> 5.5 that will
> not run on a fully patched version of WebSphere 6.1. 
> The application
> index.jsp page redirects to a mapped namespace and action,
> yet the
> Struts 2 dispatcher does not see the namespace or
> action.  It issues the
> message "There is no Action mapped for namespace / and
> action name ."
> Note that the namespace and action name are missing.
> 
> I have also tried manually typing a full URL containing a
> namespace and
> action, yet I get the same error message missing the
> namespace and
> action name.  This has never happened on Tomcat 5.5
> where the
> application functions normally.
> 
> Has anybody run into this issue deploying an application on
> WebSphere?
> It happens with Struts 2.1.2, 2.1.3 snapshot, and
> 2.1.6.  I'm out of
> ideas.
> 
> [5/21/09 16:52:06:743 CDT] 002c XmlConfigurat I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info Parsing
> configuration file [struts.xml]
> [5/21/09 16:52:07:101 CDT] 002c StrutsSpringO I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info
> Initializing Struts-Spring integration...
> [5/21/09 16:52:07:113 CDT] 002c SpringObjectF I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info Setting
> autowire strategy to name
> [5/21/09 16:52:07:111 CDT] 002c StrutsSpringO I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info ...
> initialized Struts-Spring integration successfully
> [5/21/09 16:52:08:817 CDT] 002c Dispatcher   
> W
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> warn Could
> not find action or result
>                
>              
>    There is no Action mapped for namespace
> / and action name . - [unknown location]
>         at
> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja
> va:177)
>         at
> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java
> :61)
>         at
> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut
> sActionProxyFactory.java:39)
>         at
> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(Defa
> ultActionProxyFactory.java:47)
>         at
> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4
> 57)
>         at
> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher
> .java:395)
>         at
> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
> anceWrapper.java:190)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
> ain.java:130)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
> hain.java:87)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
> Manager.java:832)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
> ilterManager.java:742)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
> ilterManager.java:695)
>    

RE: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Struts Two

Do you have Basic or Form based authentication enabled in your web.xml?

--- On Tue, 5/26/09, Mitchell, Steven  wrote:

> From: Mitchell, Steven 
> Subject: RE: Struts 2 dispatcher does not see namespace and action in URL
> To: "Struts Users Mailing List" 
> Received: Tuesday, May 26, 2009, 3:33 PM
> I found a post about setting
> com.ibm.ws.webcontainer.invokefilterscompatibility = true,
> but it made
> no difference.  The namespace and action name are
> still getting dropped
> before reaching Struts.  
> 
> Since it works find on Tomcat 5.5, I suspect
> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper,
> com.ibm.ws.webcontainer.filter.WebAppFilterChain, or
> com.ibm.ws.wswebcontainer.filter.WebAppFilterManager simply
> because they
> are the previous three classes in the stack trace. 
> 
> I'll keep Googling.  Any other ideas?
> 
> -Original Message-
> From: Mitchell, Steven [mailto:steven.mitch...@umb.com]
> 
> Sent: Tuesday, May 26, 2009 8:23 AM
> To: user@struts.apache.org
> Subject: Struts 2 dispatcher does not see namespace and
> action in URL
> 
> I have a Struts 2 application that runs fine under Tomcat
> 5.5 that will
> not run on a fully patched version of WebSphere 6.1. 
> The application
> index.jsp page redirects to a mapped namespace and action,
> yet the
> Struts 2 dispatcher does not see the namespace or
> action.  It issues the
> message "There is no Action mapped for namespace / and
> action name ."
> Note that the namespace and action name are missing.
> 
> I have also tried manually typing a full URL containing a
> namespace and
> action, yet I get the same error message missing the
> namespace and
> action name.  This has never happened on Tomcat 5.5
> where the
> application functions normally.
> 
> Has anybody run into this issue deploying an application on
> WebSphere?
> It happens with Struts 2.1.2, 2.1.3 snapshot, and
> 2.1.6.  I'm out of
> ideas.
> 
> [5/21/09 16:52:06:743 CDT] 002c XmlConfigurat I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info Parsing
> configuration file [struts.xml]
> [5/21/09 16:52:07:101 CDT] 002c StrutsSpringO I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info
> Initializing Struts-Spring integration...
> [5/21/09 16:52:07:113 CDT] 002c SpringObjectF I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info Setting
> autowire strategy to name
> [5/21/09 16:52:07:111 CDT] 002c StrutsSpringO I
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> info ...
> initialized Struts-Spring integration successfully
> [5/21/09 16:52:08:817 CDT] 002c Dispatcher   
> W
> com.opensymphony.xwork2.util.logging.commons.CommonsLogger
> warn Could
> not find action or result
>                
>              
>    There is no Action mapped for namespace
> / and action name . - [unknown location]
>         at
> com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja
> va:177)
>         at
> org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java
> :61)
>         at
> org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut
> sActionProxyFactory.java:39)
>         at
> com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(Defa
> ultActionProxyFactory.java:47)
>         at
> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4
> 57)
>         at
> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher
> .java:395)
>         at
> com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
> anceWrapper.java:190)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
> ain.java:130)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
> hain.java:87)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
> Manager.java:832)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
> ilterManager.java:742)
>         at
> com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
> ilterManager.java:695)
>         at
> com.ibm.ws.wswebcontainer.filter.WebAppFilterManager.invokeFilters(WebAp
> pFilterManager.java:101)
>         at
> com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilter
> s(DefaultExtensionProcessor.java:818)
>         at
> com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleReques
> t(DefaultExtensionProcessor.java:557)
>         at
> com.ibm.ws.wswebcontainer.extension.Def

RE: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Mitchell, Steven
I found a post about setting
com.ibm.ws.webcontainer.invokefilterscompatibility = true, but it made
no difference.  The namespace and action name are still getting dropped
before reaching Struts.  

Since it works find on Tomcat 5.5, I suspect
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper,
com.ibm.ws.webcontainer.filter.WebAppFilterChain, or
com.ibm.ws.wswebcontainer.filter.WebAppFilterManager simply because they
are the previous three classes in the stack trace. 

I'll keep Googling.  Any other ideas?

-Original Message-
From: Mitchell, Steven [mailto:steven.mitch...@umb.com] 
Sent: Tuesday, May 26, 2009 8:23 AM
To: user@struts.apache.org
Subject: Struts 2 dispatcher does not see namespace and action in URL

I have a Struts 2 application that runs fine under Tomcat 5.5 that will
not run on a fully patched version of WebSphere 6.1.  The application
index.jsp page redirects to a mapped namespace and action, yet the
Struts 2 dispatcher does not see the namespace or action.  It issues the
message "There is no Action mapped for namespace / and action name ."
Note that the namespace and action name are missing.

I have also tried manually typing a full URL containing a namespace and
action, yet I get the same error message missing the namespace and
action name.  This has never happened on Tomcat 5.5 where the
application functions normally.

Has anybody run into this issue deploying an application on WebSphere?
It happens with Struts 2.1.2, 2.1.3 snapshot, and 2.1.6.  I'm out of
ideas.

[5/21/09 16:52:06:743 CDT] 002c XmlConfigurat I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing
configuration file [struts.xml]
[5/21/09 16:52:07:101 CDT] 002c StrutsSpringO I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Initializing Struts-Spring integration...
[5/21/09 16:52:07:113 CDT] 002c SpringObjectF I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting
autowire strategy to name
[5/21/09 16:52:07:111 CDT] 002c StrutsSpringO I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ...
initialized Struts-Spring integration successfully
[5/21/09 16:52:08:817 CDT] 002c DispatcherW
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could
not find action or result
 There is no Action mapped for namespace
/ and action name . - [unknown location]
at
com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja
va:177)
at
org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java
:61)
at
org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut
sActionProxyFactory.java:39)
at
com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(Defa
ultActionProxyFactory.java:47)
at
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4
57)
at
org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher
.java:395)
at
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
anceWrapper.java:190)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh
ain.java:130)
at
com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC
hain.java:87)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter
Manager.java:832)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
ilterManager.java:742)
at
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF
ilterManager.java:695)
at
com.ibm.ws.wswebcontainer.filter.WebAppFilterManager.invokeFilters(WebAp
pFilterManager.java:101)
at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilter
s(DefaultExtensionProcessor.java:818)
at
com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleReques
t(DefaultExtensionProcessor.java:557)
at
com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequ
est(DefaultExtensionProcessor.java:113)
at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3440)
at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)
at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:815
)
at
com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1
461)
at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:1
18)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio
n(HttpInboundLink.java:458)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio
n(HttpInboundLink.java:387)
at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLi
nk.java:267)
at
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscr
iminators(NewConnectionInitialReadCallback.java:214)
   

RE: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Martin Gainty

did ibm provide any solution to these problems with their AppServer?
http://www.networkworld.com/news/2009/032609-ibm-layoffs.html

in the meanwhile just to get a working AppSever can you port over to Glassfish?
easy to port..very simple to administer and a very knowledgeable and helpful 
staff!
https://glassfish.dev.java.net/

terry.. do you have any solutions for problems with IBM software?
Martin Gainty 
__ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.




> Date: Tue, 26 May 2009 09:30:07 -0400
> From: terry.gard...@sun.com
> Subject: Re: Struts 2 dispatcher does not see namespace and action in URL
> To: user@struts.apache.org
> 
> I vaguely remember something about WebSphere and Apache commons  
> logging ... will try to dig it up.
> 
> On May 26, 2009, at 9:22 AM, Mitchell, Steven wrote:
> 
> > I have a Struts 2 application that runs fine under Tomcat 5.5 that  
> > will
> > not run on a fully patched version of WebSphere 6.1.  The application
> > index.jsp page redirects to a mapped namespace and action, yet the
> > Struts 2 dispatcher does not see the namespace or action.  It issues  
> > the
> > message "There is no Action mapped for namespace / and action name ."
> > Note that the namespace and action name are missing.
> >
> > I have also tried manually typing a full URL containing a namespace  
> > and
> > action, yet I get the same error message missing the namespace and
> > action name.  This has never happened on Tomcat 5.5 where the
> > application functions normally.
> >
> > Has anybody run into this issue deploying an application on WebSphere?
> > It happens with Struts 2.1.2, 2.1.3 snapshot, and 2.1.6.  I'm out of
> > ideas.
> >
> > [5/21/09 16:52:06:743 CDT] 002c XmlConfigurat I
> > com.opensymphony.xwork2.util.logging.commons.CommonsLogger info  
> > Parsing
> > configuration file [struts.xml]
> > [5/21/09 16:52:07:101 CDT] 002c StrutsSpringO I
> > com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
> > Initializing Struts-Spring integration...
> > [5/21/09 16:52:07:113 CDT] 002c SpringObjectF I
> > com.opensymphony.xwork2.util.logging.commons.CommonsLogger info  
> > Setting
> > autowire strategy to name
> > [5/21/09 16:52:07:111 CDT] 002c StrutsSpringO I
> > com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ...
> > initialized Struts-Spring integration successfully
> > [5/21/09 16:52:08:817 CDT] 002c DispatcherW
> > com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could
> > not find action or result
> > There is no Action mapped for  
> > namespace
> > / and action name . - [unknown location]
> >at
> > com 
> > .opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja
> > va:177)
> >at
> > org 
> > .apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java
> > :61)
> >at
> > org 
> > .apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut
> > sActionProxyFactory.java:39)
> >at
> > com 
> > .opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(Defa
> > ultActionProxyFactory.java:47)
> >at
> > org 
> > .apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4
> > 57)
> >at
> > org 
> > .apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher
> > .java:395)
> >at
> > com 
> > .ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst
> > anceWrapper.java:190)
> >

Re: Struts 2 dispatcher does not see namespace and action in URL

2009-05-26 Thread Terry Gardner
I vaguely remember something about WebSphere and Apache commons  
logging ... will try to dig it up.


On May 26, 2009, at 9:22 AM, Mitchell, Steven wrote:

I have a Struts 2 application that runs fine under Tomcat 5.5 that  
will

not run on a fully patched version of WebSphere 6.1.  The application
index.jsp page redirects to a mapped namespace and action, yet the
Struts 2 dispatcher does not see the namespace or action.  It issues  
the

message "There is no Action mapped for namespace / and action name ."
Note that the namespace and action name are missing.

I have also tried manually typing a full URL containing a namespace  
and

action, yet I get the same error message missing the namespace and
action name.  This has never happened on Tomcat 5.5 where the
application functions normally.

Has anybody run into this issue deploying an application on WebSphere?
It happens with Struts 2.1.2, 2.1.3 snapshot, and 2.1.6.  I'm out of
ideas.

[5/21/09 16:52:06:743 CDT] 002c XmlConfigurat I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info  
Parsing

configuration file [struts.xml]
[5/21/09 16:52:07:101 CDT] 002c StrutsSpringO I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
Initializing Struts-Spring integration...
[5/21/09 16:52:07:113 CDT] 002c SpringObjectF I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info  
Setting

autowire strategy to name
[5/21/09 16:52:07:111 CDT] 002c StrutsSpringO I
com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ...
initialized Struts-Spring integration successfully
[5/21/09 16:52:08:817 CDT] 002c DispatcherW
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Could
not find action or result
There is no Action mapped for  
namespace

/ and action name . - [unknown location]
   at
com 
.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.ja

va:177)
   at
org 
.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java

:61)
   at
org 
.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(Strut

sActionProxyFactory.java:39)
   at
com 
.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(Defa

ultActionProxyFactory.java:47)
   at
org 
.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:4

57)
   at
org 
.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher

.java:395)
   at
com 
.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInst

anceWrapper.java:190)
   at
com 
.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterCh

ain.java:130)
   at
com 
.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterC

hain.java:87)
   at
com 
.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilter

Manager.java:832)
   at
com 
.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF

ilterManager.java:742)
   at
com 
.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppF

ilterManager.java:695)
   at
com 
.ibm.ws.wswebcontainer.filter.WebAppFilterManager.invokeFilters(WebAp

pFilterManager.java:101)
   at
com 
.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.invokeFilter

s(DefaultExtensionProcessor.java:818)
   at
com 
.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleReques

t(DefaultExtensionProcessor.java:557)
   at
com 
.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequ

est(DefaultExtensionProcessor.java:113)
   at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3440)
   at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java: 
267)

   at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java: 
815

)
   at
com 
.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1

461)
   at
com 
.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:1

18)
   at
com 
.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscriminatio

n(HttpInboundLink.java:458)
   at
com 
.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformatio

n(HttpInboundLink.java:387)
   at
com 
.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLi

nk.java:267)
   at
com 
.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscr

iminators(NewConnectionInitialReadCallback.java:214)
   at
com 
.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(Ne

wConnectionInitialReadCallback.java:113)
   at
com 
.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(Ai

oReadCompletionListener.java:165)
   at
com 
.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.

java:217)
   at
com 
.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFu

ture.java:161)
   at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)