On Tue, Apr 12, 2011 at 2:09 PM, Mircea Carasel <[email protected]> wrote:
> > > On Tue, Apr 12, 2011 at 12:53 PM, Henry Dogger <[email protected]>wrote: > >> Hi all, >> >> >> >> I’m getting the following errors messages throughout my whole sipxconfig >> log >> >> >> >> "2011-04-12T09:13:45.457000Z":1274561:JAVA:WARNING:sipxecs1.mydomain.com:P1-13:00000000:ResourceBundleMessageSource:"ResourceBundle >> [myres] not found for MessageSource: Can't find bundle for base name myres, >> locale nl_NL" >> > Sounds like a resource file is missing. This error is typically thrown by > Spring Resource Bundle API, when you have definitions like > > <bean id="messageSource" > class="org.springframework.context.support.ResourceBundle MessageSource"> > <property name="basenames"> > <list> > <value>myres</value> > </list> > </property> > </bean> > > and myres.properties does not exist > > Or you have myres.properties but is not specified in your messageSource > declaration. > My guess is that you have a plugin jar file deployed on top of sipXconfig > that contains wrong resource declarations > Or your nl_NL localized properties is missing > Mircea > >> >> >> Any idea what this could mean, and how I can fix this? >> >> >> >> Kind regards, >> >> >> >> Henry Dogger >> >> Telecats BV >> >> >> >> _______________________________________________ >> sipx-dev mailing list >> [email protected] >> List Archive: http://list.sipfoundry.org/archive/sipx-dev/ >> > >
_______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
