[ 
https://issues.apache.org/jira/browse/SOLR-6128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027762#comment-14027762
 ] 

Marius Dumitru Florea commented on SOLR-6128:
---------------------------------------------

{quote}
these are informative harmless warning messages
{quote}

If you are referring to:

{noformat}
2014-06-11 15:37:28,566 [coreLoadExecutor-4-thread-1] WARN  
o.a.s.r.ManagedResource        - No stored data found for /rest/managed
2014-06-11 15:37:28,566 [coreLoadExecutor-4-thread-1] WARN  
o.a.s.r.ManagedResource        - No registered observers for /rest/managed
{noformat}

then why are they logged in the first place? If there's no problem then the log 
level should be INFO or even better DEBUG, but not WARN. Warning means there 
may be a problem. So you should either reopen this issue and fix the log level 
or tell us how can we avoid the WARN messages. These kind of "informative 
harmless" messages as you call them can make your life miserable when you have 
a problem and you need to filter the log for the real cause.

Note that the above messages are still logged after I removed the 'managed_en' 
field type from {{schema.xml}} (and re-indexed of course).

> SolrResourceLoader Error messages
> ---------------------------------
>
>                 Key: SOLR-6128
>                 URL: https://issues.apache.org/jira/browse/SOLR-6128
>             Project: Solr
>          Issue Type: Bug
>          Components: contrib - Solr Cell (Tika extraction)
>    Affects Versions: 4.8.1
>         Environment: Windows Server 2012 R2
>            Reporter: Omer Arslan
>            Priority: Minor
>
> Solr loaded a deprecated plugin/analysis class [solr.IntField]. Please 
> consult documentation how to replace it accordingly.
> Solr loaded a deprecated plugin/analysis class [solr.LongField]. Please 
> consult documentation how to replace it accordingly.
> Solr loaded a deprecated plugin/analysis class [solr.FloatField]. Please 
> consult documentation how to replace it accordingly.
> Solr loaded a deprecated plugin/analysis class [solr.DoubleField]. Please 
> consult documentation how to replace it accordingly.
> Solr loaded a deprecated plugin/analysis class [solr.DateField]. Please 
> consult documentation how to replace it accordingly.
> No stored data found for /rest/managed
> No registered observers for /rest/managed



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to