Re: No container in actions after upgrading to 2.5.13

2017-09-19 Thread LAW Andy
> On 14 Sep 2017, at 16:03, Yasser Zamani wrote: > > Do last three exceptions occur in same time, in one action call (I think > because of first word of their lines 73709, 73712 and 73716 and their > same thread name "http-nio-8082-exec-9") ? If so, it means you want

Re: No container in actions after upgrading to 2.5.13

2017-09-14 Thread LAW Andy
> On 14 Sep 2017, at 09:48, Lukasz Lenart wrote: > > You are not the first person who complains about missing container ... > I wonder if we should add a fallback though. > >if (container == null) { >LOG.warn("Container is null, action was created

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
stem.issuetabpanels:comment-tabpanel#comment-16085291 > > On 9/13/2017 7:31 PM, LAW Andy wrote: >> >>> On 13 Sep 2017, at 14:17, Lukasz Lenart <lukaszlen...@apache.org> wrote: >>> >>> 2017-09-13 11:02 GMT+02:00 LAW Andy <andy@roslin.ed.ac.uk>:

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
> On 13 Sep 2017, at 14:17, Lukasz Lenart <lukaszlen...@apache.org> wrote: > > 2017-09-13 11:02 GMT+02:00 LAW Andy <andy@roslin.ed.ac.uk>: >> Using version 2.5.13 on Tomcat 8.0.21. >> >> I’ve attached it to this message as a

Re: No container in actions after upgrading to 2.5.13

2017-09-13 Thread LAW Andy
Using version 2.5.13 on Tomcat 8.0.21. I’ve attached it to this message as a text file. Later, Andy > On 12 Sep 2017, at 15:56, Yasser Zamani <yasser.zam...@live.com> wrote: > > Each one you're more comfortable or is more important for you. > > On 9/12/2017 7:

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 14:46, Yasser Zamani wrote: > > Great! they mean devMode works. > > Could you post your whole stacktrace of exception (including caused > bys). If you should not send your internal app related info, delete such > lines from stacktrace. I need to

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
ing from ParametersInterceptor on > output. > > [1] > https://github.com/apache/struts/blob/master/core/src/main/java/com/opensymphony/xwork2/util/AbstractLocalizedTextProvider.java#L266 > > On 9/12/2017 1:17 PM, LAW Andy wrote: >> >>> On 11 Sep 2017, at 2

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 10:19, Lukasz Lenart wrote: > > You can ignore this, it only happens in devMode when Struts want to > reload resources. Did you try with Struts 2.3.12? Also broken in 2.3.12 :( Later, Andy -- The University of Edinburgh is a charitable body,

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 10:19, Lukasz Lenart wrote: > > You can ignore this, it only happens in devMode when Struts want to > reload resources. Did you try with Struts 2.3.12? Next on the list (after I deal with a different crisis). Later, Andy -- The University of

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 12 Sep 2017, at 09:47, LAW Andy <andy@roslin.ed.ac.uk> wrote: > > >> On 11 Sep 2017, at 22:50, LAW Andy <andy@roslin.ed.ac.uk> wrote: >> >> >>> >>> Did you try "devmode=true" and then examining output for any war

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
> On 11 Sep 2017, at 22:50, LAW Andy <andy@roslin.ed.ac.uk> wrote: > > >> >> Did you try "devmode=true" and then examining output for any warning? > > > I did. And there’s nothing obvious. > Scrub that - there is something coming up (I t

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
> > [1] https://struts.apache.org/docs/dependency-injection.html > > On 9/11/2017 8:57 PM, LAW Andy wrote: >> Does anyone know if the default autowiring method changed in Struts between >> 2.5.10 and 2.5.13? >> >> >>> On 11 Sep 2017, at 15:28,

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
Does anyone know if the default autowiring method changed in Struts between 2.5.10 and 2.5.13? > On 11 Sep 2017, at 15:28, LAW Andy <andy@roslin.ed.ac.uk> wrote: > > >> On 11 Sep 2017, at 15:13, Lukasz Lenart <lukaszlen...@apache.org> wrote: >> >&

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
> On 11 Sep 2017, at 15:13, Lukasz Lenart <lukaszlen...@apache.org> wrote: > > 2017-09-11 16:09 GMT+02:00 LAW Andy <andy@roslin.ed.ac.uk>: >> (Indirectly) from a JSP. This is “furniture” on the web page. >> >> Each action has an “ActionPropertyKey

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
> On 11 Sep 2017, at 15:03, Lukasz Lenart <lukaszlen...@apache.org> wrote: > > 2017-09-11 16:01 GMT+02:00 LAW Andy <andy@roslin.ed.ac.uk>: >> I probably could, but I think this is less of an Action problem and more of >> a struts/spring dependency injecti

Re: No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
Sep 2017, at 14:53, Lukasz Lenart <lukaszlen...@apache.org> wrote: > > 2017-09-11 15:51 GMT+02:00 LAW Andy <andy@roslin.ed.ac.uk>: >> I recently upgraded the struts 2 library in an old web application from >> 2.5.10.1 to 2.5.13. Simultaneously I upgraded Spri

No container in actions after upgrading to 2.5.13

2017-09-11 Thread LAW Andy
I recently upgraded the struts 2 library in an old web application from 2.5.10.1 to 2.5.13. Simultaneously I upgraded Spring (which we use for managing the database connections and some other bits and bobs) from 4.3.7 to 4.3.10. Now, the application runs but the actions do not have a Container