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 wrote: > > >> On 11 Sep 2017, at 22:50, LAW Andy wrote: >> >> >>> >>> Did you try "devmode=true" and then examining output for any warning? >> >> >> I did. And there’s nothing obvious. >> > > Scrub

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread Lukasz Lenart
2017-09-12 10:47 GMT+02:00 LAW Andy : > 6727 [http-nio-8082-exec-5] DEBUG > com.opensymphony.xwork2.util.AbstractLocalizedTextProvider [] - Base class > org.apache.catalina.loader.WebappClassLoader doesn't contain > 'resourceEntries' field, trying with parent! >

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 11 Sep 2017, at 22:50, LAW Andy 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 think I must have been looking at the wrong debug

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 Yasser Zamani
No, "DEBUG" level is not interesting for me now. Also, as I saw, it seems this specific message is not dependent to devMode value [1]. Could you please reduce your log4j2 root level to only log "WARN" ? so it'll be less puffy and simpler to examine. Then please check if devMode works, open

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread Yasser Zamani
Each one you're more comfortable or is more important for you. On 9/12/2017 7:08 PM, LAW Andy wrote: > >> 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 >>

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread Yasser Zamani
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 know the trace of the Struts itself only. If I know how and where Struts fails, then

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread LAW Andy
Not sure where we’re going with this line of enquiry, but reducing log4j2 level to warn and hitting up the fake property via GET parameter as you suggested shows… 155201 [http-nio-8082-exec-9] WARN com.opensymphony.xwork2.util.AbstractLocalizedTextProvider [] - Missing key

Re: Buggy page

2017-09-12 Thread Lukasz Lenart
Done :) 2017-09-12 12:23 GMT+02:00 Lukasz Lenart : > 2017-09-12 12:19 GMT+02:00 Tamás Barta : >> Hi, >> >> This page is buggy: >> >> https://struts.apache.org/docs/plaintext-result.html > > We are moving away from Confluence pages, here is a new

Buggy page

2017-09-12 Thread Tamás Barta
Hi, This page is buggy: https://struts.apache.org/docs/plaintext-result.html Regards, Tamás

Re: Buggy page

2017-09-12 Thread Lukasz Lenart
2017-09-12 12:19 GMT+02:00 Tamás Barta : > Hi, > > This page is buggy: > > https://struts.apache.org/docs/plaintext-result.html We are moving away from Confluence pages, here is a new source (but buggy as well - I will fix it :))

Re: No container in actions after upgrading to 2.5.13

2017-09-12 Thread Lukasz Lenart
2017-09-12 11:42 GMT+02:00 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 :(

Re: Error Struts 2.3.33

2017-09-12 Thread Yasser Zamani
It means you have Can someone take a look at this and tell me what exactly it means and > possibly how to resolve? My log file fills up with these. > 12:43:57,952 ERROR > [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] > (ajp-jbappprd4/172.26.11.62:8409-4) Exception occurred

Re: Error Struts 2.3.33

2017-09-12 Thread Yasser Zamani
I should correct myself; You can write it in both #session['foo'] or #session.foo So, now you should examine that previousBusinessStateList exists in session on that action call which return that jsp including s:select tag. On 9/12/2017 11:02 PM, Yasser Zamani wrote: > It means you have but

Re: Struts 2.3.16 to 2.3.33

2017-09-12 Thread Yasser Zamani
The [1] writes: > you need to specify > > struts.multipart.saveDir= > property in either struts.xml file as a constant entry or you need to specify > that in struts.properties file choice is all yours. > > struts.multipart.saveDir - The directory where the uploaded files will be > placed. If

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

Error Struts 2.3.33

2017-09-12 Thread Deborah White
Can someone take a look at this and tell me what exactly it means and possibly how to resolve? My log file fills up with these. 12:43:57,952 ERROR [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] (ajp-jbappprd4/172.26.11.62:8409-4) Exception occurred during processing request:

Struts 2.3.16 to 2.3.33

2017-09-12 Thread Deborah White
Do you know why I am seeing this since migrating? Unable to find 'struts.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir I have a struts.properties file, do I need to add something? CONFIDENTIALITY NOTICE: This communication with its contents may contain