You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@roller.apache.org by Peter Evans <pe...@ixp.jp> on 2011/03/29 15:17:58 UTC

rc4 "textprovider in the valuestack"

1 - go to server admin configuration,
2 - change anything
3 - drown in warnings like:

WARN  2011-03-29 22:15:38,599 CommonsLogger:warn - The first TextProvider in 
the ValueStack (org.apache.roller.weblogger.ui.struts2.admin.GlobalConfig) 
could not locate the message resource with key 'Site Name (for main page and 
RSS feed)'
WARN  2011-03-29 22:15:38,600 CommonsLogger:warn - The default value 
expression 'Site Name (for main page and RSS feed)' was evaluated and did 
not match a property.  The literal value 'Site Name (for main page and RSS 
feed)' will be used.
WARN  2011-03-29 22:15:38,601 CommonsLogger:warn - The first TextProvider in 
the ValueStack (org.apache.roller.weblogger.ui.struts2.admin.GlobalConfig) 
could not locate the message resource with key 'Short name (shown in site 
banner)'
WARN  2011-03-29 22:15:38,601 CommonsLogger:warn - The default value 
expression 'Short name (shown in site banner)' was evaluated and did not 
match a property.  The literal value 'Short name (shown in site banner)' 
will be used.

Now, this might be because I have:

# Roller dependent libraries
log4j.category.org.apache.struts2=WARN

But surely warnings are important somewhere.


Re: rc4 "textprovider in the valuestack"

Posted by Dave <sn...@gmail.com>.
On Tue, Mar 29, 2011 at 9:17 AM, Peter Evans <pe...@ixp.jp> wrote:
> 1 - go to server admin configuration,
> 2 - change anything
> 3 - drown in warnings like:
>
> WARN  2011-03-29 22:15:38,599 CommonsLogger:warn - The first TextProvider in
> the ValueStack (org.apache.roller.weblogger.ui.struts2.admin.GlobalConfig)
> could not locate the message resource with key 'Site Name (for main page and
> RSS feed)'
> WARN  2011-03-29 22:15:38,600 CommonsLogger:warn - The default value
> expression 'Site Name (for main page and RSS feed)' was evaluated and did
> not match a property.  The literal value 'Site Name (for main page and RSS
> feed)' will be used.
> WARN  2011-03-29 22:15:38,601 CommonsLogger:warn - The first TextProvider in
> the ValueStack (org.apache.roller.weblogger.ui.struts2.admin.GlobalConfig)
> could not locate the message resource with key 'Short name (shown in site
> banner)'
> WARN  2011-03-29 22:15:38,601 CommonsLogger:warn - The default value
> expression 'Short name (shown in site banner)' was evaluated and did not
> match a property.  The literal value 'Short name (shown in site banner)'
> will be used.
>
> Now, this might be because I have:
>
> # Roller dependent libraries
> log4j.category.org.apache.struts2=WARN
>
> But surely warnings are important somewhere.

Thanks for the 5.0 testing!

Tracking this one as: https://issues.apache.org/jira/browse/ROL-1917

- Dave