Error loading messages.properties

Miguel Salinas Vivancos msalinas at bcn.sia.es
Thu Sep 12 05:52:00 EDT 2019


Thank you Peter,
We have identified the problem: in the /opt/shibboleth-idp/conf/services.xml we still had the previous configuration of the MessageSourceResources bean:
<util:list id="shibboleth.MessageSourceResources">
<value>%{idp.home}/messages/authn-messages</value>
<value>%{idp.home}/messages/consent-messages</value>
<value>%{idp.home}/messages/error-messages</value>
</util:list>

So Spring couldn't load the new messages.properties that we uploaded. We have changed it to the v.3.4.4 configuration:
<util:list id="shibboleth.MessageSourceResources">
<value>%{idp.home}/messages/messages</value>
<value>%{idp.home}/system/messages/messages</value>
</util:list>

And now is working well.

Best regards

Miguel Salinas Vivancos
Identity Management Integrator 
Tel.: +34 639 198 154 - mail:msalinas at bcn.sia.es

Grupo SIA
Citypark, Edificio Atenas, Ctra. Hospitalet 147. 08940 Cornellá de Llobregat - Barcelona
www.sia.es  - Twitter: @SIA_es  - LinkedIn: Grupo SIA


-----Mensaje original-----
De: users [mailto:users-bounces at shibboleth.net] En nombre de Peter Schober
Enviado el: jueves, 12 de septiembre de 2019 11:45
Para: users at shibboleth.net
Asunto: Re: Error loading messages.properties

* Miguel Salinas Vivancos <msalinas at bcn.sia.es> [2019-09-12 10:57]:
> Do you know if it's a different problem than the message.properties?
> Do we need to restart?

I haven't done that in a while but I recall having to restart the
container regularly in order to pick up the changes while making and
testing my changes. (Obviously I did this on a dev/test machine until
all the strings where in place.)

-peter
-- 
For Consortium Member technical support, see https://wiki.shibboleth.net/confluence/x/coFAAg
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net


More information about the users mailing list