On Tue, Jun 17, 2014 at 10:37 AM, Daniel Collins <danwcoll...@gmail.com> wrote: > I confess we had upgraded to 4.8.1 and totally missed these warnings! I'm > guessing they might be related to the ManagedIndexSchemaFactory stuff, > which is commented out in the example configs. We don't use any of the > REST stuff ourselves, so I can't comment any further. > > I think you are ok as long as they are just warnings, hopefully a > subsequent release will tidy up the config to make them go away, but if > they caused any real problems, I think we'd know about it by now.
I haven't noticed any problems indeed. Still, these warning messages are a bit annoying. My main concern is that the next time there is a problem with the product I'm working on (see http://jira.xwiki.org/browse/XWIKI-10379 ) someone may loose time digging in the wrong place due to these warning messages being present in the logs. Thanks, Marius > > > On 17 June 2014 07:08, Ahmet Arslan <iori...@yahoo.com.invalid> wrote: > >> Hi, >> >> I think it would attract more attention if title mentions about 'managed >> resource warn logs' or something like that. >> >> AHmet >> >> On Tuesday, June 17, 2014 8:12 AM, Marius Dumitru Florea < >> mariusdumitru.flo...@xwiki.com> wrote: >> On Thu, Jun 12, 2014 at 11:16 AM, Marius Dumitru Florea >> <mariusdumitru.flo...@xwiki.com> wrote: >> > Hi guys, >> > >> > After I upgraded to Solr 4.8.1 I got a few warning messages in the log >> > at startup: >> > >> > WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated >> > plugin/analysis class [solr.ThaiWordFilterFactory]. Please consult >> > documentation how to replace it accordingly. >> > >> > I fixed this with >> > >> https://github.com/xwiki/xwiki-platform/commit/d41580c383f40d2aa4e4f551971418536a3f3a20#diff-44d79e64e45f3b05115aebcd714bd897L1159 >> > >> > WARN o.a.s.r.ManagedResource - No stored data found for >> > /schema/analysis/stopwords/english >> > WARN o.a.s.r.ManagedResource - No stored data found for >> > /schema/analysis/synonyms/english >> > >> > I fixed these by commenting out the managed_en field type in my >> > schema, see >> https://github.com/xwiki/xwiki-platform/commit/d41580c383f40d2aa4e4f551971418536a3f3a20#diff-44d79e64e45f3b05115aebcd714bd897L486 >> > >> > And now I'm left with: >> > >> >> > WARN o.a.s.r.ManagedResource - No stored data found for >> /rest/managed >> > WARN o.a.s.r.ManagedResource - No registered observers for >> /rest/managed >> >> Nobody else gets these warning messages in the logs? If there are >> migration/upgrade notes I haven't read, a link would be very helpful. >> >> Thanks, >> Marius >> >> >> >> >> > >> > How can I get rid of these 2? >> > >> > This jira issue is related >> https://issues.apache.org/jira/browse/SOLR-6128 . >> > >> > Thanks, >> > Marius >> >>