2019-08-05 08:17:24,939 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 08:53:22,060 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) ] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) ] 2019-08-05 08:53:22,134 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?) ] has been converted to [select elements(prop.list) from XWikiDocument as doc, BaseObject as tagobject, DBStringListProperty as prop, BaseObject as obj where tagobject.name=doc.fullName and tagobject.className='XWiki.TagClass' and tagobject.id=prop.id.id and prop.id.name='tags' and doc.translation=0 and obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3) ] 2019-08-05 08:53:22,151 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select doc.fullName from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-08-05 08:53:22,173 [http://localhost:8080/bin/get/XWiki/LiveTableResults?outputSyntax=plain&transprefix=menu.livetable.&classname=Menu.MenuClass&collist=doc.location%2Cdoc.date%2Cdoc.author&queryFilters=currentlanguage%2Chidden&offset=1&limit=15&reqNo=1] WARN c.x.x.XWiki - Deprecated usage legacy-style HQL ordinal parameters (`?`); use JPA-style ordinal parameters (e.g., `?1`) instead. Query [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ? and doc.fullName not in (?, ?))] has been converted to [select count(doc.fullName) from XWikiDocument doc , BaseObject as obj where (doc.language is null or doc.language = '' or doc.language = 'de_DE') and (obj.name=doc.fullName and obj.className = ?1 and doc.fullName not in (?2, ?3))] 2019-08-05 08:53:33,148 [http://localhost:8080/bin/jsx/XWiki/AdminLocalizationSheet?language=de_DE&docVersion=2.1] WARN .l.s.LocalizationScriptService - Exception while looking for XWiki Locales. java.lang.NullPointerException: null at java.io.Reader.(Reader.java:78) at java.io.InputStreamReader.(InputStreamReader.java:113) at org.apache.commons.io.IOUtils.lineIterator(IOUtils.java:1532) at org.xwiki.localization.script.LocalizationScriptService.getAvailableLocales(LocalizationScriptService.java:417) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(PropertyExecutor.java:142) at org.apache.velocity.util.introspection.UberspectImpl$VelGetterImpl.invoke(UberspectImpl.java:539) at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIdentifier.java:198) at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:280) at org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:567) at org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpression.java:71) at org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDirective.java:142) at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:342) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluateInternal(DefaultVelocityEngine.java:259) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:222) at org.xwiki.velocity.internal.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:198) at com.xpn.xwiki.web.sx.SxDocumentSource.getContent(SxDocumentSource.java:154) at com.xpn.xwiki.web.sx.AbstractSxAction.renderExtension(AbstractSxAction.java:86) at com.xpn.xwiki.web.sx.AbstractSxAction.render(AbstractSxAction.java:138) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:497) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:425) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:228) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:449) at javax.servlet.http.HttpServlet.service(HttpServlet.java:635) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.wysiwyg.filter.ConversionFilter.doFilter(ConversionFilter.java:109) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:132) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 2019-08-05 09:12:59,893 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:13:02,644 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:31:53,356 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 09:34:29,534 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AWissenschaft.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Wissenschaft.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:35,344 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AWissenschaft.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Wissenschaft.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:37,056 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3AOrganisation.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Organisation.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:34:38,263 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2018/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showAttachments=false&showTranslations=false&exclusions=document%3Axwiki%3ASandbox.WebHome&exclusions=document%3Axwiki%3AHelp.WebHome&exclusions=document%3Axwiki%3AMenu.WebHome&exclusions=document%3Axwiki%3AXWiki.WebHome&data=children&id=document%3Axwiki%3APers%C3%B6nliche+Seiten.WebHome] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Persönliche Seiten.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 2019-08-05 09:35:53,164 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 10:31:09,584 [http://localhost:8080/bin/get/XWiki/XWikiPreferences?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 10:51:19,469 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 11:08:31,508 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 13:09:19,699 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 15:08:37,228 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=wiki%3Axwiki&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-05 15:31:12,596 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 2019-08-06 00:00:00,145 [DefaultQuartzScheduler_Worker-5] ERROR ultPeriodicMimeMessageIterator - Failed to generate an email for the user [xwiki:XWiki.jfluegge]. org.xwiki.notifications.NotificationException: Fail to get the list of notifications. at org.xwiki.notifications.sources.internal.DefaultParametrizedNotificationManager.getEvents(DefaultParametrizedNotificationManager.java:144) at org.xwiki.notifications.sources.internal.DefaultParametrizedNotificationManager.getEvents(DefaultParametrizedNotificationManager.java:103) at org.xwiki.notifications.sources.internal.DefaultNotificationManager.getEvents(DefaultNotificationManager.java:140) at org.xwiki.notifications.sources.internal.DefaultNotificationManager.getEvents(DefaultNotificationManager.java:119) at org.xwiki.notifications.notifiers.internal.email.DefaultPeriodicMimeMessageIterator.retrieveCompositeEventList(DefaultPeriodicMimeMessageIterator.java:65) at org.xwiki.notifications.notifiers.internal.email.AbstractMimeMessageIterator.computeNext(AbstractMimeMessageIterator.java:164) at org.xwiki.notifications.notifiers.internal.email.AbstractMimeMessageIterator.initialize(AbstractMimeMessageIterator.java:139) at org.xwiki.notifications.notifiers.internal.email.DefaultPeriodicMimeMessageIterator.initialize(DefaultPeriodicMimeMessageIterator.java:59) at org.xwiki.notifications.notifiers.internal.email.NotificationEmailSender.sendEmails(NotificationEmailSender.java:84) at org.xwiki.notifications.notifiers.internal.email.NotificationEmailJob.executeJob(NotificationEmailJob.java:70) at com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:76) at org.quartz.core.JobRunShell.run(JobRunShell.java:202) at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573) Caused by: org.xwiki.query.QueryException: Exception while executing query. Query statement = [select event from LegacyEvent event where (event.date >= :date_66289e0d0e8cc37012243a54e6849af4b657af5c0d2910f3f420802d03d74c9d) AND ((((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) AND (((event.wiki = :value_0ec84bfcdb3dfe757532024954faeff73d4df988f447dc72ab2b649816f14d93) AND (event.space LIKE concat(:value_93a306089da0ca213b2c9864847fcb674fafa25055b0a4a23c3b34a123ea315e, '%') ESCAPE '!')) AND (event.date >= :date_c4214623f64018807a4a71203dd3676557df03f354028712336220f77c5e01c1))) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) AND (CONCAT(CONCAT(event.wiki, :value_e7ac0786668e0ff0f02b62bd04f45ff636fd82db63b1104601c975dc005f3a67), event.page) IN (SELECT nfp.pageOnly FROM DefaultNotificationFilterPreference nfp WHERE nfp.owner = :owner AND nfp.filterType = 0 AND nfp.filterName = 'scopeNotificationFilter' AND nfp.pageOnly IS NOT NULL AND nfp.pageOnly <> '' AND (nfp.allEventTypes = '' OR nfp.allEventTypes IS NULL) AND nfp.emailEnabled = true AND nfp.enabled = true AND nfp.startingDate <= event.date)))) AND (((event.user <> :value_cc42f2c5837886c484267cc4182efb42ce6818ce257792dad5fdb74dbe7af1a5) AND (event.user <> :value_657fdd3f063ada24b9724a01c8d4ad2c4b0b45aa47b080ce41c18b6296373a50)) AND ( NOT ((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND ( NOT (event.version LIKE concat('%', :value_f7f4791af8c2fe5825591201df09b72c2463d705c04f2f8e5ccf54f16ebaa424) ESCAPE '!')))))) ORDER BY event.date DESC] at com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor.execute(HqlQueryExecutor.java:182) at org.xwiki.query.internal.DefaultQueryExecutorManager.execute(DefaultQueryExecutorManager.java:72) at org.xwiki.query.internal.DefaultQuery.execute(DefaultQuery.java:306) at org.xwiki.eventstream.store.internal.LegacyEventLoader.searchEvents(LegacyEventLoader.java:110) at org.xwiki.eventstream.store.internal.LegacyEventStream.searchEvents(LegacyEventStream.java:75) at org.xwiki.notifications.sources.internal.DefaultParametrizedNotificationManager.getEvents(DefaultParametrizedNotificationManager.java:125) ... 12 common frames omitted Caused by: com.xpn.xwiki.XWikiException: Error number 0 in 3: Exception while hibernate execute at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:826) at com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:889) at com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor.execute(HqlQueryExecutor.java:170) ... 17 common frames omitted Caused by: java.lang.IllegalArgumentException: org.hibernate.hql.internal.ast.QuerySyntaxException: LegacyEvent is not mapped [select event from LegacyEvent event where (event.date >= :date_66289e0d0e8cc37012243a54e6849af4b657af5c0d2910f3f420802d03d74c9d) AND ((((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) AND (((event.wiki = :value_0ec84bfcdb3dfe757532024954faeff73d4df988f447dc72ab2b649816f14d93) AND (event.space LIKE concat(:value_93a306089da0ca213b2c9864847fcb674fafa25055b0a4a23c3b34a123ea315e, '%') ESCAPE '!')) AND (event.date >= :date_c4214623f64018807a4a71203dd3676557df03f354028712336220f77c5e01c1))) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) AND (CONCAT(CONCAT(event.wiki, :value_e7ac0786668e0ff0f02b62bd04f45ff636fd82db63b1104601c975dc005f3a67), event.page) IN (SELECT nfp.pageOnly FROM org.xwiki.notifications.filters.internal.DefaultNotificationFilterPreference nfp WHERE nfp.owner = :owner AND nfp.filterType = 0 AND nfp.filterName = 'scopeNotificationFilter' AND nfp.pageOnly IS NOT NULL AND nfp.pageOnly <> '' AND (nfp.allEventTypes = '' OR nfp.allEventTypes IS NULL) AND nfp.emailEnabled = true AND nfp.enabled = true AND nfp.startingDate <= event.date)))) AND (((event.user <> :value_cc42f2c5837886c484267cc4182efb42ce6818ce257792dad5fdb74dbe7af1a5) AND (event.user <> :value_657fdd3f063ada24b9724a01c8d4ad2c4b0b45aa47b080ce41c18b6296373a50)) AND ( NOT ((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND ( NOT (event.version LIKE concat('%', :value_f7f4791af8c2fe5825591201df09b72c2463d705c04f2f8e5ccf54f16ebaa424) ESCAPE '!')))))) ORDER BY event.date DESC] at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:138) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181) at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:729) at org.hibernate.engine.spi.SessionDelegatorBaseImpl.createQuery(SessionDelegatorBaseImpl.java:571) at com.xpn.xwiki.internal.store.hibernate.legacy.LegacySessionImplementor.createQuery(LegacySessionImplementor.java:119) at com.xpn.xwiki.internal.store.hibernate.legacy.LegacySessionImplementor.createQuery(LegacySessionImplementor.java:47) at com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor.createHibernateQuery(HqlQueryExecutor.java:207) at com.xpn.xwiki.store.hibernate.query.HqlQueryExecutor.lambda$execute$0(HqlQueryExecutor.java:171) at com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:820) ... 19 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: LegacyEvent is not mapped [select event from LegacyEvent event where (event.date >= :date_66289e0d0e8cc37012243a54e6849af4b657af5c0d2910f3f420802d03d74c9d) AND ((((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) AND (((event.wiki = :value_0ec84bfcdb3dfe757532024954faeff73d4df988f447dc72ab2b649816f14d93) AND (event.space LIKE concat(:value_93a306089da0ca213b2c9864847fcb674fafa25055b0a4a23c3b34a123ea315e, '%') ESCAPE '!')) AND (event.date >= :date_c4214623f64018807a4a71203dd3676557df03f354028712336220f77c5e01c1))) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((((((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44)) OR ((event.type = :value_6197595503f01ee2a34e403fe08d2e1d9d0c14cf1cdfc2b74739895dc9a15a04) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_fa8847b0c33183273f5945508b31c3208a9e4ece58ca47233a05628d8dba3799) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) OR ((event.type = :value_22a0dd4eeff7a342d41f1e47997d2005653be9238d8699d720aa21528501bc29) AND (event.date >= :date_0913835ce4ab4c14d8724fe79e26985b4c3834a602f6512eccd28250374cbe44))) AND (CONCAT(CONCAT(event.wiki, :value_e7ac0786668e0ff0f02b62bd04f45ff636fd82db63b1104601c975dc005f3a67), event.page) IN (SELECT nfp.pageOnly FROM org.xwiki.notifications.filters.internal.DefaultNotificationFilterPreference nfp WHERE nfp.owner = :owner AND nfp.filterType = 0 AND nfp.filterName = 'scopeNotificationFilter' AND nfp.pageOnly IS NOT NULL AND nfp.pageOnly <> '' AND (nfp.allEventTypes = '' OR nfp.allEventTypes IS NULL) AND nfp.emailEnabled = true AND nfp.enabled = true AND nfp.startingDate <= event.date)))) AND (((event.user <> :value_cc42f2c5837886c484267cc4182efb42ce6818ce257792dad5fdb74dbe7af1a5) AND (event.user <> :value_657fdd3f063ada24b9724a01c8d4ad2c4b0b45aa47b080ce41c18b6296373a50)) AND ( NOT ((event.type = :value_2937013f2181810606b2a799b05bda2849f3e369a20982a4138f0e0a55984ce4) AND ( NOT (event.version LIKE concat('%', :value_f7f4791af8c2fe5825591201df09b72c2463d705c04f2f8e5ccf54f16ebaa424) ESCAPE '!')))))) ORDER BY event.date DESC] at org.hibernate.hql.internal.ast.QuerySyntaxException.generateQueryException(QuerySyntaxException.java:79) at org.hibernate.QueryException.wrapWithQueryString(QueryException.java:103) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:220) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:144) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:113) at org.hibernate.engine.query.spi.HQLQueryPlan.(HQLQueryPlan.java:73) at org.hibernate.engine.query.spi.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:158) at org.hibernate.internal.AbstractSharedSessionContract.getQueryPlan(AbstractSharedSessionContract.java:611) at org.hibernate.internal.AbstractSharedSessionContract.createQuery(AbstractSharedSessionContract.java:720) ... 25 common frames omitted Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: LegacyEvent is not mapped at org.hibernate.hql.internal.ast.util.SessionFactoryHelper.requireClassPersister(SessionFactoryHelper.java:169) at org.hibernate.hql.internal.ast.tree.FromElementFactory.addFromElement(FromElementFactory.java:91) at org.hibernate.hql.internal.ast.tree.FromClause.addFromElement(FromClause.java:79) at org.hibernate.hql.internal.ast.HqlSqlWalker.createFromElement(HqlSqlWalker.java:331) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElement(HqlSqlBaseWalker.java:3695) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromElementList(HqlSqlBaseWalker.java:3584) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.fromClause(HqlSqlBaseWalker.java:720) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.query(HqlSqlBaseWalker.java:576) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.selectStatement(HqlSqlBaseWalker.java:313) at org.hibernate.hql.internal.antlr.HqlSqlBaseWalker.statement(HqlSqlBaseWalker.java:261) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.analyze(QueryTranslatorImpl.java:272) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:192) ... 31 common frames omitted 2019-08-06 09:22:34,853 [http://localhost:8080/bin/get/Wissenschaft/Monthly%20Reports/2019/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&root=document%3Axwiki%3AWissenschaft.WebHome&data=children&id=%23] WARN o.x.i.t.i.n.DocumentTreeNode - Failed to retrieve the children of [document:xwiki:Wissenschaft.WebHome]. Root cause [IllegalArgumentException: No query defined for that name [nestedPagesOrderedByTitle]]. 06-Aug-2019 10:39:15.645 INFO [Thread-18] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:39:15.649 INFO [Thread-18] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 06-Aug-2019 10:39:15.992 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 06-Aug-2019 10:39:15.994 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [h2sc-2-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$405/1219686293.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$406/1003664927.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:15.996 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:15.996 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:15.997 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [h2sc-4-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$405/1219686293.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$406/1003664927.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:15.998 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [SolrRrdBackendFactory-7-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:15.999 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [MetricsHistoryHandler-8-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.004 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Thread-17] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:502) org.apache.solr.core.CloserThread.run(CoreContainer.java:2027) 06-Aug-2019 10:39:16.005 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.006 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [SolrRrdBackendFactory-7-thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.008 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@565247b0]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@21b1d0a2]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.021 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@461e493]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.021 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@2bfa007d]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.021 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7f4c07e7]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@6db3495f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.021 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@667d7d06]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.022 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@1d7f705c]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.022 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@7f4c07e7]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@2133f2b]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.022 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@751d7787]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.022 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@7885b16f]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.022 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@40ca44fd]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@1e9ec3b3]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.024 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@5ef4d2c]) and a value of type [java.util.Stack] (value [[org.xwiki.context.ExecutionContext@1b50b359]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.024 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@4e8b6795]) and a value of type [org.restlet.ext.jaxrs.internal.core.MatchedInfo] (value [org.restlet.ext.jaxrs.internal.core.MatchedInfo@26e0b6ac]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:39:16.321 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [XWiki's extension job history saving thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) org.xwiki.extension.job.history.internal.DefaultExtensionJobHistory$SaveRunnable.run(DefaultExtensionJobHistory.java:73) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.322 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [h2sc-2-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$127/815173714.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$128/1278950478.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.327 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.328 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.329 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [h2sc-4-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$127/815173714.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$128/1278950478.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.329 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [SolrRrdBackendFactory-7-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.330 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [MetricsHistoryHandler-8-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.331 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Thread-10] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:502) org.apache.solr.core.CloserThread.run(CoreContainer.java:2027) 06-Aug-2019 10:39:16.332 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [SolrRrdBackendFactory-7-thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:39:16.364 INFO [Thread-18] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:39:16.369 INFO [Thread-18] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:39:17.134 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.140 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.141 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.141 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.142 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.143 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.143 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.143 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.144 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.144 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.144 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:17.150 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:39:18.352 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.39 (Ubuntu) 06-Aug-2019 10:39:18.356 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: May 9 2019 13:50:49 UTC 06-Aug-2019 10:39:18.357 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.39.0 06-Aug-2019 10:39:18.357 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 06-Aug-2019 10:39:18.357 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.15.0-55-generic 06-Aug-2019 10:39:18.358 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 06-Aug-2019 10:39:18.358 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre 06-Aug-2019 10:39:18.359 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10 06-Aug-2019 10:39:18.359 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Private Build 06-Aug-2019 10:39:18.359 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /var/lib/tomcat8 06-Aug-2019 10:39:18.360 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/share/tomcat8 06-Aug-2019 10:39:18.361 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat8/conf/logging.properties 06-Aug-2019 10:39:18.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 06-Aug-2019 10:39:18.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true 06-Aug-2019 10:39:18.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseConcMarkSweepGC 06-Aug-2019 10:39:18.362 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024m 06-Aug-2019 10:39:18.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 06-Aug-2019 10:39:18.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 06-Aug-2019 10:39:18.363 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 06-Aug-2019 10:39:18.364 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 06-Aug-2019 10:39:18.364 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/var/lib/tomcat8 06-Aug-2019 10:39:18.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/share/tomcat8 06-Aug-2019 10:39:18.365 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/tmp/tomcat8-tomcat8-tmp 06-Aug-2019 10:39:18.366 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.6.3]. 06-Aug-2019 10:39:18.369 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 06-Aug-2019 10:39:18.369 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 06-Aug-2019 10:39:18.378 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1 11 Sep 2018] 06-Aug-2019 10:39:18.631 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:39:18.672 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 06-Aug-2019 10:39:18.724 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1513 ms 06-Aug-2019 10:39:18.788 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 06-Aug-2019 10:39:18.789 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.39 (Ubuntu) 06-Aug-2019 10:39:18.817 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/etc/tomcat8/Catalina/localhost/xwiki.xml] 06-Aug-2019 10:39:18.874 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to [] 2019-08-06 10:39:30,583 [localhost-startStop-1] INFO iPropertiesConfigurationSource - loading xwiki.properties from default location /etc/xwiki/xwiki.properties 2019-08-06 10:39:30,981 [localhost-startStop-1] INFO o.x.e.i.ServletEnvironment - Using permanent directory [/var/lib/xwiki/data] 2019-08-06 10:39:50,292 [localhost-startStop-1] INFO o.x.s.f.i.FilesystemStoreTools - Using filesystem store directory [/var/lib/xwiki/data/store/file] 2019-08-06 10:39:51,020 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server... 2019-08-06 10:39:51,020 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: [/var/lib/xwiki/data/solr] 2019-08-06 10:39:53,986 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ce65ceb[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:39:54,380 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@848544d[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:39:55,655 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - solrconfig.xml: of 2048 is greater than global limit of 1024 and will have no effect 2019-08-06 10:39:55,661 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - set 'maxBooleanClauses' in solr.xml to increase global limit 2019-08-06 10:39:56,453 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,483 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,509 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,534 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,566 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,654 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,671 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,677 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,680 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,688 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,697 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,697 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,697 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,719 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,720 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,720 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,720 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,720 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,721 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,722 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,739 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,743 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,744 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,744 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,744 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,744 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:56,750 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,753 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,756 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,763 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,763 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,768 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,769 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,769 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,769 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,778 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,778 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,779 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,779 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,779 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,780 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,780 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,788 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,792 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,793 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,793 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,793 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,800 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,805 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,805 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,806 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,825 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,826 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,826 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,827 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,849 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,849 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,861 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,867 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,890 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,891 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,891 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,907 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,911 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,921 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,927 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:56,971 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:57,194 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:39:57,209 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,209 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,209 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,210 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,211 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,219 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,219 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,219 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,219 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,240 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,241 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,242 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,242 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,242 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,251 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,252 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,254 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,254 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,266 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,266 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,268 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,271 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,271 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,280 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,280 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,289 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,289 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,290 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,299 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,299 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,299 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,299 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,314 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,314 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,314 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,315 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,316 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,333 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,338 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,339 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,339 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,361 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,362 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,363 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,363 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,371 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,378 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,378 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,378 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,389 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - CharFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,391 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,392 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,392 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,392 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,401 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,410 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,410 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,410 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,410 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,423 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,423 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,424 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,427 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,427 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,427 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,428 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,438 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,438 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,438 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,438 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,439 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,439 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,454 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,454 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,454 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,454 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,460 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,460 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,460 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,469 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,470 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,471 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,480 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,485 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,485 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,485 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,499 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,499 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,500 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,500 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,513 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,513 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,513 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,513 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,538 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,594 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,595 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,596 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,600 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,601 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,602 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,611 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,611 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,612 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,617 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,633 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,643 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,647 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,647 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,647 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,662 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,662 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,663 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,663 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,685 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,685 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,685 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,703 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,703 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,703 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,703 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,723 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,724 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,724 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,724 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,738 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,738 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,738 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,738 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,739 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,758 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,758 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,758 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,759 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,774 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,776 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,776 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,786 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,787 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,788 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,789 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,790 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,803 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,820 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,820 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,821 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,821 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,825 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,826 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,829 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:39:57,829 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:00,704 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! 2019-08-06 10:40:00,718 [localhost-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners org.xwiki.component.manager.ComponentLookupException: Failed to lookup component with type [interface org.xwiki.observation.EventListener] and hint [solr.availablelocales] at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:245) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:225) at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:166) at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:132) at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:283) at org.xwiki.component.internal.StackingComponentEventManager.sendEvent(StackingComponentEventManager.java:142) at org.xwiki.component.internal.StackingComponentEventManager.flushEvents(StackingComponentEventManager.java:92) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:237) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:165) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.initialize(JarExtensionHandler.java:143) at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.initialize(DefaultExtensionHandlerManager.java:154) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:202) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:189) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtension(DefaultExtensionInitializer.java:127) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:105) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:81) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:189) at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:120) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4770) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:624) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1834) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.SolrInstanceProvider] identified by type [javax.inject.Provider] and hint [default] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:399) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:355) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:242) ... 36 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup configured Solr instance type [embedded] at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:67) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 40 common frames omitted Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.EmbeddedSolrInstance] identified by type [interface org.xwiki.search.solr.internal.api.SolrInstance] and hint [embedded] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:64) ... 44 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize the Solr embedded server with home directory set to [/var/lib/xwiki/data/solr] at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:102) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 45 common frames omitted Caused by: org.apache.solr.client.solrj.SolrServerException: Failed to initialize the Solr core. Please check the configuration and log messages. at org.xwiki.search.solr.internal.EmbeddedSolrInstance.createCoreContainer(EmbeddedSolrInstance.java:112) at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:95) ... 49 common frames omitted 2019-08-06 10:40:00,719 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - Error closing IndexWriter java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3605) at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3565) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1044) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087) at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:301) at org.apache.solr.update.SolrIndexWriter.finalize(SolrIndexWriter.java:357) at java.lang.System$2.invokeFinalize(System.java:1270) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:102) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217) Suppressed: java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2290) at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2268) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1051) ... 7 common frames omitted 06-Aug-2019 10:40:02.380 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/etc/tomcat8/Catalina/localhost/xwiki.xml] has finished in [43,562] ms 06-Aug-2019 10:40:02.384 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/etc/tomcat8/Catalina/localhost/ROOT.xml] 06-Aug-2019 10:40:02.386 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to [] 2019-08-06 10:40:10,172 [localhost-startStop-1] INFO iPropertiesConfigurationSource - loading xwiki.properties from default location /etc/xwiki/xwiki.properties 2019-08-06 10:40:10,431 [localhost-startStop-1] INFO o.x.e.i.ServletEnvironment - Using permanent directory [/var/lib/xwiki/data] 2019-08-06 10:40:26,299 [localhost-startStop-1] INFO o.x.s.f.i.FilesystemStoreTools - Using filesystem store directory [/var/lib/xwiki/data/store/file] 2019-08-06 10:40:27,034 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server... 2019-08-06 10:40:27,034 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: [/var/lib/xwiki/data/solr] 2019-08-06 10:40:29,342 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b07633f[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:40:29,696 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6b492167[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:40:30,797 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - solrconfig.xml: of 2048 is greater than global limit of 1024 and will have no effect 2019-08-06 10:40:30,798 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - set 'maxBooleanClauses' in solr.xml to increase global limit 2019-08-06 10:40:31,598 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,630 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,659 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,680 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,723 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,818 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,841 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,842 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,869 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,875 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,876 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,876 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,886 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,886 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,886 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,887 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,887 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,887 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,897 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,909 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,910 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,910 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,910 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,910 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,910 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,914 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,917 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,918 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,918 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,918 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:31,919 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,925 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,925 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,928 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,932 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,932 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,933 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,933 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,933 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,938 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,938 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,945 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,945 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,945 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,945 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,946 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,947 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,951 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,951 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,951 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,951 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,963 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,963 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,963 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,963 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,996 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,996 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,996 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:31,997 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,038 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,046 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,056 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,072 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,090 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,103 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,109 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,169 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:32,412 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:40:32,420 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,421 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,421 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,422 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,422 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,429 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,436 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,436 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,437 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,450 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,450 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,450 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,462 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,462 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,463 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,472 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,486 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,486 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,487 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,487 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,487 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,501 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,501 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,503 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,503 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,504 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,535 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,535 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,535 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,536 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,537 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,546 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,547 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,548 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,548 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,555 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,555 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,556 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,556 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,563 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,564 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,565 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,565 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,574 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - CharFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,576 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,576 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,580 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,580 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,581 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,590 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,590 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,590 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,590 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,600 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,600 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,601 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,609 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,609 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,610 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,610 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,621 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,622 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,622 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,622 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,623 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,623 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,628 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,628 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,628 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,645 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,645 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,645 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,654 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,654 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,654 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,664 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,665 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,665 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,665 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,671 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,671 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,672 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,672 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,677 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,679 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,679 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,679 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,686 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,692 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,724 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,725 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,728 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,732 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,733 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,734 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,750 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,756 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,756 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,757 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,764 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,764 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,764 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,764 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,777 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,791 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,791 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,791 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,791 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,809 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,809 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,809 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,809 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,831 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,831 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,831 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,836 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,846 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,847 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,847 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,847 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,863 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,867 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,867 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,867 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,878 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,878 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,878 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,878 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,878 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,888 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,888 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,892 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,892 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,906 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,907 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,907 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,921 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,921 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,925 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,926 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,926 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,940 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,953 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,954 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,954 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,954 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,959 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,959 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,960 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:32,960 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:40:35,893 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! 2019-08-06 10:40:35,914 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - Error closing IndexWriter java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3605) at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3565) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1044) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087) at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:301) at org.apache.solr.update.SolrIndexWriter.finalize(SolrIndexWriter.java:357) at java.lang.System$2.invokeFinalize(System.java:1270) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:102) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217) Suppressed: java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2290) at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2268) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1051) ... 7 common frames omitted 2019-08-06 10:40:35,950 [localhost-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners org.xwiki.component.manager.ComponentLookupException: Failed to lookup component with type [interface org.xwiki.observation.EventListener] and hint [solr.availablelocales] at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:245) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:225) at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:166) at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:132) at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:283) at org.xwiki.component.internal.StackingComponentEventManager.sendEvent(StackingComponentEventManager.java:142) at org.xwiki.component.internal.StackingComponentEventManager.flushEvents(StackingComponentEventManager.java:92) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:237) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:165) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.initialize(JarExtensionHandler.java:143) at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.initialize(DefaultExtensionHandlerManager.java:154) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:202) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtension(DefaultExtensionInitializer.java:127) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:105) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:81) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:189) at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:120) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4770) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:624) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1834) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.SolrInstanceProvider] identified by type [javax.inject.Provider] and hint [default] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:399) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:355) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:242) ... 34 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup configured Solr instance type [embedded] at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:67) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 38 common frames omitted Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.EmbeddedSolrInstance] identified by type [interface org.xwiki.search.solr.internal.api.SolrInstance] and hint [embedded] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:64) ... 42 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize the Solr embedded server with home directory set to [/var/lib/xwiki/data/solr] at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:102) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 43 common frames omitted Caused by: org.apache.solr.client.solrj.SolrServerException: Failed to initialize the Solr core. Please check the configuration and log messages. at org.xwiki.search.solr.internal.EmbeddedSolrInstance.createCoreContainer(EmbeddedSolrInstance.java:112) at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:95) ... 47 common frames omitted 06-Aug-2019 10:40:36.895 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/etc/tomcat8/Catalina/localhost/ROOT.xml] has finished in [34,511] ms 06-Aug-2019 10:40:36.906 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:40:36.948 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 78219 ms 2019-08-06 10:40:51,134 [XWiki initialization] INFO .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled 2019-08-06 10:40:51,614 [XWiki initialization] INFO .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [1130000] 2019-08-06 10:40:51,614 [XWiki initialization] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki] 2019-08-06 10:40:55,772 [XWiki initialization] ERROR c.x.x.p.XWikiPluginManager - Cannot initialize plugin [com.xpn.xwiki.plugin.watchlist.WatchListPlugin]. This plugin will not be available. java.lang.ClassNotFoundException: com.xpn.xwiki.plugin.watchlist.WatchListPlugin at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:193) at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:180) at java.security.AccessController.doPrivileged(Native Method) at org.xwiki.classloader.URIClassLoader.findClass(URIClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.xwiki.classloader.xwiki.internal.ContextNamespaceURLClassLoader.loadClass(ContextNamespaceURLClassLoader.java:176) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:118) at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1588) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1285) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1207) at com.xpn.xwiki.XWiki.(XWiki.java:1180) at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117) at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:236) at org.xwiki.job.AbstractJob.run(AbstractJob.java:213) at java.lang.Thread.run(Thread.java:748) 2019-08-06 10:42:58,861 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]]. 06-Aug-2019 10:44:52.152 INFO [Thread-18] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:44:52.157 INFO [Thread-18] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina] 06-Aug-2019 10:44:52.467 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesJdbc The web application [ROOT] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered. 06-Aug-2019 10:44:52.475 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [XWiki's extension job history saving thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) org.xwiki.extension.job.history.internal.DefaultExtensionJobHistory$SaveRunnable.run(DefaultExtensionJobHistory.java:73) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.477 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [h2sc-2-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$405/1659201229.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$406/563316224.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.478 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.485 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.485 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [h2sc-4-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$405/1659201229.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$406/563316224.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.486 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [SolrRrdBackendFactory-7-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.487 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [MetricsHistoryHandler-8-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.487 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Thread-17] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:502) org.apache.solr.core.CloserThread.run(CoreContainer.java:2027) 06-Aug-2019 10:44:52.488 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.489 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [ROOT] appears to have started a thread named [SolrRrdBackendFactory-7-thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.491 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@626b1a1a]) and a value of type [org.codehaus.plexus.classworlds.realm.ClassRealm] (value [ClassRealm[plexus.core, parent: null]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:44:52.505 SEVERE [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [ROOT] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@6a048e9d]) and a value of type [java.util.Stack] (value [[org.xwiki.context.ExecutionContext@382cbcb7]]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak. 06-Aug-2019 10:44:52.775 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [h2sc-2-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$127/930284575.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$128/480133406.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.777 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.779 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Connection evictor] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Thread.sleep(Native Method) org.apache.http.impl.client.IdleConnectionEvictor$1.run(IdleConnectionEvictor.java:66) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.785 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [h2sc-4-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method) sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269) sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93) sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) sun.nio.ch.SelectorImpl.select(SelectorImpl.java:101) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.select(ManagedSelector.java:423) org.eclipse.jetty.io.ManagedSelector$SelectorProducer.produce(ManagedSelector.java:360) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produceTask(EatWhatYouKill.java:357) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:181) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:132) org.eclipse.jetty.io.ManagedSelector$$Lambda$127/930284575.run(Unknown Source) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$$Lambda$128/480133406.run(Unknown Source) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.786 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [SolrRrdBackendFactory-7-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.787 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [MetricsHistoryHandler-8-thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.787 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [Thread-10] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) java.lang.Object.wait(Object.java:502) org.apache.solr.core.CloserThread.run(CoreContainer.java:2027) 06-Aug-2019 10:44:52.789 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [xwiki] appears to have started a thread named [SolrRrdBackendFactory-7-thread-2] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:748) 06-Aug-2019 10:44:52.816 INFO [Thread-18] org.apache.coyote.AbstractProtocol.stop Stopping ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:44:52.819 INFO [Thread-18] org.apache.coyote.AbstractProtocol.destroy Destroying ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:44:53.574 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.583 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.583 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.583 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/common], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.586 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.587 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.587 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.587 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/server], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.588 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.588 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/var/lib/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.588 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared/classes], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:53.591 WARNING [main] org.apache.catalina.startup.ClassLoaderFactory.validateFile Problem with directory [/usr/share/tomcat8/shared], exists: [false], isDirectory: [false], canRead: [false] 06-Aug-2019 10:44:54.803 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat/8.5.39 (Ubuntu) 06-Aug-2019 10:44:54.804 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: May 9 2019 13:50:49 UTC 06-Aug-2019 10:44:54.805 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.39.0 06-Aug-2019 10:44:54.808 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux 06-Aug-2019 10:44:54.809 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version: 4.15.0-55-generic 06-Aug-2019 10:44:54.809 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64 06-Aug-2019 10:44:54.810 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre 06-Aug-2019 10:44:54.810 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version: 1.8.0_222-8u222-b10-1ubuntu1~18.04.1-b10 06-Aug-2019 10:44:54.810 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor: Private Build 06-Aug-2019 10:44:54.811 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: /var/lib/tomcat8 06-Aug-2019 10:44:54.812 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: /usr/share/tomcat8 06-Aug-2019 10:44:54.812 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/var/lib/tomcat8/conf/logging.properties 06-Aug-2019 10:44:54.813 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 06-Aug-2019 10:44:54.813 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.awt.headless=true 06-Aug-2019 10:44:54.813 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:+UseConcMarkSweepGC 06-Aug-2019 10:44:54.814 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx1024m 06-Aug-2019 10:44:54.814 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048 06-Aug-2019 10:44:54.814 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources 06-Aug-2019 10:44:54.815 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027 06-Aug-2019 10:44:54.815 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs= 06-Aug-2019 10:44:54.816 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/var/lib/tomcat8 06-Aug-2019 10:44:54.816 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/usr/share/tomcat8 06-Aug-2019 10:44:54.820 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/tmp/tomcat8-tomcat8-tmp 06-Aug-2019 10:44:54.821 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.6.3]. 06-Aug-2019 10:44:54.822 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. 06-Aug-2019 10:44:54.822 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true] 06-Aug-2019 10:44:54.826 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized [OpenSSL 1.1.1 11 Sep 2018] 06-Aug-2019 10:44:55.077 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:44:55.117 INFO [main] org.apache.tomcat.util.net.NioSelectorPool.getSharedSelector Using a shared selector for servlet write/read 06-Aug-2019 10:44:55.165 INFO [main] org.apache.catalina.startup.Catalina.load Initialization processed in 1513 ms 06-Aug-2019 10:44:55.229 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina] 06-Aug-2019 10:44:55.233 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet Engine: Apache Tomcat/8.5.39 (Ubuntu) 06-Aug-2019 10:44:55.261 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/etc/tomcat8/Catalina/localhost/xwiki.xml] 06-Aug-2019 10:44:55.317 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to [] 2019-08-06 10:45:07,215 [localhost-startStop-1] INFO iPropertiesConfigurationSource - loading xwiki.properties from default location /etc/xwiki/xwiki.properties 2019-08-06 10:45:07,623 [localhost-startStop-1] INFO o.x.e.i.ServletEnvironment - Using permanent directory [/var/lib/xwiki/data] 2019-08-06 10:45:25,953 [localhost-startStop-1] INFO o.x.s.f.i.FilesystemStoreTools - Using filesystem store directory [/var/lib/xwiki/data/store/file] 2019-08-06 10:45:26,651 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server... 2019-08-06 10:45:26,651 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: [/var/lib/xwiki/data/solr] 2019-08-06 10:45:29,386 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ce65ceb[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:45:29,778 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@848544d[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:45:30,924 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - solrconfig.xml: of 2048 is greater than global limit of 1024 and will have no effect 2019-08-06 10:45:30,929 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - set 'maxBooleanClauses' in solr.xml to increase global limit 2019-08-06 10:45:31,729 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,762 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,791 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,812 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,854 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,943 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,967 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,970 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,977 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,978 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:31,982 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,996 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,997 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:31,997 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,006 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,006 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,006 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,006 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,006 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,007 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,017 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,029 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,029 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,029 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,032 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,032 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,033 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,036 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,036 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,040 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,041 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,044 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:32,046 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,046 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,046 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,055 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,055 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,056 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,056 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,056 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,070 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,070 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,071 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,071 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,071 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,073 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,073 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,076 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,083 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,085 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,085 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,085 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,094 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,094 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,094 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,095 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,128 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,129 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,129 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,130 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,147 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,147 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,163 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,163 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,177 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,178 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,178 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,195 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,212 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,217 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,226 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,275 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:32,537 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:45:32,550 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,550 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,551 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,552 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,553 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,565 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,566 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,566 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,566 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,576 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,577 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,578 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,586 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,586 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,592 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,592 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,597 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,597 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,606 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,607 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,613 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,616 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,617 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,633 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,634 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,637 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,637 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,638 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,653 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,653 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,653 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,653 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,663 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,663 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,663 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,664 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,670 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,680 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,692 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,693 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,694 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,705 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,706 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,706 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,706 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,720 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,721 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,725 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,725 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,737 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - CharFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,739 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,739 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,740 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,749 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,753 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,754 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,754 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,754 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,773 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,774 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,775 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,777 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,777 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,778 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,778 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,789 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,789 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,789 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,789 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,790 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,790 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,806 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,806 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,806 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,807 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,818 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,818 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,819 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,819 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,820 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,825 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,834 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,835 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,835 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,835 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,845 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,846 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,853 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,853 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,859 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,874 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,874 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,874 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,874 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,875 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,888 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,947 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,948 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,954 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,954 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,955 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,960 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,970 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,970 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,970 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,972 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,979 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,979 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,979 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,979 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:32,989 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,005 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,008 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,008 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,009 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,022 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,022 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,022 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,023 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,045 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,045 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,045 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,045 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,064 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,064 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,065 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,065 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,081 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,082 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,082 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,082 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,096 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,099 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,099 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,099 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,099 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,112 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,112 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,112 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,112 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,134 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,135 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,136 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,148 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,149 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,150 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,150 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,153 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,183 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,209 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,212 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,213 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,213 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,230 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,230 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,234 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:33,234 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:45:36,342 [localhost-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners org.xwiki.component.manager.ComponentLookupException: Failed to lookup component with type [interface org.xwiki.observation.EventListener] and hint [solr.availablelocales] at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:245) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:225) at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:166) at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:132) at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:283) at org.xwiki.component.internal.StackingComponentEventManager.sendEvent(StackingComponentEventManager.java:142) at org.xwiki.component.internal.StackingComponentEventManager.flushEvents(StackingComponentEventManager.java:92) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:237) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:165) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.initialize(JarExtensionHandler.java:143) at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.initialize(DefaultExtensionHandlerManager.java:154) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:202) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:189) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtension(DefaultExtensionInitializer.java:127) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:105) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:81) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:189) at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:120) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4770) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:624) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1834) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.SolrInstanceProvider] identified by type [javax.inject.Provider] and hint [default] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:399) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:355) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:242) ... 36 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup configured Solr instance type [embedded] at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:67) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 40 common frames omitted Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.EmbeddedSolrInstance] identified by type [interface org.xwiki.search.solr.internal.api.SolrInstance] and hint [embedded] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:64) ... 44 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize the Solr embedded server with home directory set to [/var/lib/xwiki/data/solr] at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:102) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 45 common frames omitted Caused by: org.apache.solr.client.solrj.SolrServerException: Failed to initialize the Solr core. Please check the configuration and log messages. at org.xwiki.search.solr.internal.EmbeddedSolrInstance.createCoreContainer(EmbeddedSolrInstance.java:112) at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:95) ... 49 common frames omitted 2019-08-06 10:45:36,424 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! 2019-08-06 10:45:36,438 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - Error closing IndexWriter java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3605) at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3565) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1044) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087) at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:301) at org.apache.solr.update.SolrIndexWriter.finalize(SolrIndexWriter.java:357) at java.lang.System$2.invokeFinalize(System.java:1270) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:102) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217) Suppressed: java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2290) at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2268) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1051) ... 7 common frames omitted 06-Aug-2019 10:45:37.766 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/etc/tomcat8/Catalina/localhost/xwiki.xml] has finished in [42,503] ms 06-Aug-2019 10:45:37.767 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deploying configuration descriptor [/etc/tomcat8/Catalina/localhost/ROOT.xml] 06-Aug-2019 10:45:37.774 WARNING [localhost-startStop-1] org.apache.catalina.core.StandardContext.setPath A context path must either be an empty string or start with a '/' and do not end with a '/'. The path [/] does not meet these criteria and has been changed to [] 2019-08-06 10:45:48,901 [localhost-startStop-1] INFO iPropertiesConfigurationSource - loading xwiki.properties from default location /etc/xwiki/xwiki.properties 2019-08-06 10:45:49,327 [localhost-startStop-1] INFO o.x.e.i.ServletEnvironment - Using permanent directory [/var/lib/xwiki/data] 2019-08-06 10:46:04,791 [localhost-startStop-1] INFO o.x.s.f.i.FilesystemStoreTools - Using filesystem store directory [/var/lib/xwiki/data/store/file] 2019-08-06 10:46:05,532 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Starting embedded Solr server... 2019-08-06 10:46:05,533 [localhost-startStop-1] INFO o.x.s.s.i.EmbeddedSolrInstance - Using Solr home directory: [/var/lib/xwiki/data/solr] 2019-08-06 10:46:08,086 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@15c09001[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:46:08,413 [localhost-startStop-1] WARN o.e.j.u.s.S.config - No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1efbe736[provider=null,keyStore=null,trustStore=null] 2019-08-06 10:46:09,480 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - solrconfig.xml: of 2048 is greater than global limit of 1024 and will have no effect 2019-08-06 10:46:09,481 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrConfig - set 'maxBooleanClauses' in solr.xml to increase global limit 2019-08-06 10:46:10,286 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieIntField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,314 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieFloatField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,347 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieLongField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,362 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDoubleField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,395 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.TrieDateField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,490 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,501 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,510 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,535 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,535 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.SynonymFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,537 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,549 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,550 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,550 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,562 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,563 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,563 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,563 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,563 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,564 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,570 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,580 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,582 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,582 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,582 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,583 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,583 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,594 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,596 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,597 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,597 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,597 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.WordDelimiterFilterFactory]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:10,598 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,600 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,600 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,603 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,603 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,604 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,604 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,604 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,604 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,621 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,621 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,624 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,624 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,625 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,625 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,626 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,627 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,631 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,631 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,631 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,631 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,646 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,646 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,646 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,646 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,669 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,670 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,670 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,671 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,683 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,683 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,715 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,715 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,727 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,728 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,728 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,739 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,751 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,763 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,772 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:10,828 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.LatLonType]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:11,009 [coreLoadExecutor-9-thread-1] WARN o.a.s.c.SolrResourceLoader - Solr loaded a deprecated plugin/analysis class [solr.CurrencyField]. Please consult documentation how to replace it accordingly. 2019-08-06 10:46:11,017 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,017 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,017 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,018 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,019 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,026 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,033 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,033 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,034 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,034 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,034 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,044 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,044 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,048 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,052 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,058 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,058 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,060 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,066 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,066 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,067 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,067 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,067 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,077 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,077 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,077 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,077 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,096 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,097 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,097 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,098 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,099 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,109 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,110 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,110 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,111 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,125 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,128 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,132 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,133 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,140 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,146 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,146 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,146 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,159 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - CharFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,166 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,166 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,166 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,166 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,167 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,172 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,175 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,176 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,176 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,182 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,182 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,183 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,185 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,186 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,186 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,186 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,191 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,192 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,193 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,193 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,194 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,194 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,201 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,201 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,201 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,201 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,217 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,218 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,224 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,225 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,226 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,226 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,249 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,250 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,250 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,250 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,267 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,267 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,267 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,267 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,283 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,283 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,284 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,284 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,298 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,298 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,298 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,298 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,298 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,304 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,337 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,338 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,343 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,343 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,344 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,345 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,350 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,356 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,356 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,357 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,365 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,365 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,366 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,366 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,373 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,385 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,392 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,392 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,393 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,402 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,402 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,402 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,402 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,416 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,417 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,417 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,417 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,434 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,435 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,435 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,435 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,449 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,460 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,461 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,461 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,461 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,461 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,472 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,472 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,476 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,476 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,483 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,489 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,489 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,501 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,501 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,502 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,503 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,503 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,519 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,532 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,532 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,533 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,533 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,538 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenizerFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,538 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,539 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:11,539 [coreLoadExecutor-9-thread-1] WARN o.a.s.s.FieldTypePluginLoader - TokenFilterFactory is using deprecated 6.4.2 emulation. You should at some point declare and reindex to at least 7.0, because 6.x emulation is deprecated and will be removed in 8.0 2019-08-06 10:46:14,573 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - SolrIndexWriter was not closed prior to finalize(), indicates a bug -- POSSIBLE RESOURCE LEAK!!! 2019-08-06 10:46:14,591 [Finalizer] ERROR o.a.s.u.SolrIndexWriter - Error closing IndexWriter java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3605) at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3565) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1044) at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087) at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:301) at org.apache.solr.update.SolrIndexWriter.finalize(SolrIndexWriter.java:357) at java.lang.System$2.invokeFinalize(System.java:1270) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:102) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:217) Suppressed: java.lang.NullPointerException: null at org.apache.lucene.index.IndexWriter.rollbackInternalNoCommit(IndexWriter.java:2290) at org.apache.lucene.index.IndexWriter.rollbackInternal(IndexWriter.java:2268) at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1051) ... 7 common frames omitted 2019-08-06 10:46:14,605 [localhost-startStop-1] ERROR .o.i.DefaultObservationManager - Failed to lookup listeners org.xwiki.component.manager.ComponentLookupException: Failed to lookup component with type [interface org.xwiki.observation.EventListener] and hint [solr.availablelocales] at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:245) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceList(EmbeddableComponentManager.java:225) at org.xwiki.observation.internal.DefaultObservationManager.initializeListeners(DefaultObservationManager.java:166) at org.xwiki.observation.internal.DefaultObservationManager.getListenersByEvent(DefaultObservationManager.java:132) at org.xwiki.observation.internal.DefaultObservationManager.notify(DefaultObservationManager.java:283) at org.xwiki.component.internal.StackingComponentEventManager.sendEvent(StackingComponentEventManager.java:142) at org.xwiki.component.internal.StackingComponentEventManager.flushEvents(StackingComponentEventManager.java:92) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.loadComponents(JarExtensionHandler.java:237) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.install(JarExtensionHandler.java:165) at org.xwiki.extension.jar.internal.handler.JarExtensionHandler.initialize(JarExtensionHandler.java:143) at org.xwiki.extension.handler.internal.DefaultExtensionHandlerManager.initialize(DefaultExtensionHandlerManager.java:154) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:202) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:189) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:173) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:189) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:189) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtensionInNamespace(DefaultExtensionInitializer.java:161) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initializeExtension(DefaultExtensionInitializer.java:127) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:105) at org.xwiki.extension.handler.internal.DefaultExtensionInitializer.initialize(DefaultExtensionInitializer.java:81) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:189) at org.xwiki.container.servlet.XWikiServletContextListener.contextInitialized(XWikiServletContextListener.java:120) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4770) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5236) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:754) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:730) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:734) at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:624) at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1834) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.SolrInstanceProvider] identified by type [javax.inject.Provider] and hint [default] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.component.embed.EmbeddableComponentManager.getDependencyInstance(EmbeddableComponentManager.java:399) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:355) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstanceMap(EmbeddableComponentManager.java:242) ... 42 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup configured Solr instance type [embedded] at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:67) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 46 common frames omitted Caused by: org.xwiki.component.manager.ComponentLookupException: Failed to lookup component [org.xwiki.search.solr.internal.EmbeddedSolrInstance] identified by type [interface org.xwiki.search.solr.internal.api.SolrInstance] and hint [embedded] at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:204) at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:64) ... 50 common frames omitted Caused by: org.xwiki.component.phase.InitializationException: Failed to initialize the Solr embedded server with home directory set to [/var/lib/xwiki/data/solr] at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:102) at org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39) at org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:365) at org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:451) at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:201) ... 51 common frames omitted Caused by: org.apache.solr.client.solrj.SolrServerException: Failed to initialize the Solr core. Please check the configuration and log messages. at org.xwiki.search.solr.internal.EmbeddedSolrInstance.createCoreContainer(EmbeddedSolrInstance.java:112) at org.xwiki.search.solr.internal.EmbeddedSolrInstance.initialize(EmbeddedSolrInstance.java:95) ... 55 common frames omitted 06-Aug-2019 10:46:15.678 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Deployment of configuration descriptor [/etc/tomcat8/Catalina/localhost/ROOT.xml] has finished in [37,910] ms 06-Aug-2019 10:46:15.686 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-127.0.0.1-8080"] 06-Aug-2019 10:46:15.704 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 80538 ms 2019-08-06 10:46:28,520 [XWiki initialization] INFO .HibernateDataMigrationManager - Storage schema updates and data migrations are enabled 2019-08-06 10:46:28,892 [XWiki initialization] INFO .HibernateDataMigrationManager - No data migration to apply for wiki [xwiki] currently in version [1130000] 2019-08-06 10:46:28,892 [XWiki initialization] INFO .HibernateDataMigrationManager - Checking Hibernate mapping and updating schema if needed for wiki [xwiki] 2019-08-06 10:46:33,221 [XWiki initialization] ERROR c.x.x.p.XWikiPluginManager - Cannot initialize plugin [com.xpn.xwiki.plugin.watchlist.WatchListPlugin]. This plugin will not be available. java.lang.ClassNotFoundException: com.xpn.xwiki.plugin.watchlist.WatchListPlugin at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:193) at org.xwiki.classloader.URIClassLoader$1.run(URIClassLoader.java:180) at java.security.AccessController.doPrivileged(Native Method) at org.xwiki.classloader.URIClassLoader.findClass(URIClassLoader.java:179) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.xwiki.classloader.xwiki.internal.ContextNamespaceURLClassLoader.loadClass(ContextNamespaceURLClassLoader.java:176) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugin(XWikiPluginManager.java:83) at com.xpn.xwiki.plugin.XWikiPluginManager.addPlugins(XWikiPluginManager.java:118) at com.xpn.xwiki.XWiki.preparePlugins(XWiki.java:1588) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1285) at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:1207) at com.xpn.xwiki.XWiki.(XWiki.java:1180) at com.xpn.xwiki.internal.XWikiInitializerJob.runInternal(XWikiInitializerJob.java:117) at org.xwiki.job.AbstractJob.runInContext(AbstractJob.java:236) at org.xwiki.job.AbstractJob.run(AbstractJob.java:213) at java.lang.Thread.run(Thread.java:748) 2019-08-06 10:47:31,079 [http://localhost:8080/webjars/wiki:xwiki/font-awesome/4.7.0/css/font-awesome.min.css] ERROR ebJarsResourceReferenceHandler - Failed to read resource [font-awesome/4.7.0/css/font-awesome.min.css] org.xwiki.resource.ResourceReferenceHandlerException: Failed to read resource [font-awesome/4.7.0/css/font-awesome.min.css] at org.xwiki.resource.servlet.AbstractServletResourceReferenceHandler.serveResource(AbstractServletResourceReferenceHandler.java:180) at org.xwiki.resource.servlet.AbstractServletResourceReferenceHandler.handle(AbstractServletResourceReferenceHandler.java:85) at org.xwiki.resource.internal.DefaultResourceReferenceHandlerChain.handleNext(DefaultResourceReferenceHandlerChain.java:79) at org.xwiki.resource.internal.AbstractResourceReferenceHandlerManager.handle(AbstractResourceReferenceHandlerManager.java:82) at org.xwiki.resource.servlet.ResourceReferenceHandlerServlet.handleResourceReference(ResourceReferenceHandlerServlet.java:159) at org.xwiki.resource.servlet.ResourceReferenceHandlerServlet.service(ResourceReferenceHandlerServlet.java:87) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.xwiki.container.servlet.filters.internal.SetHTTPHeaderFilter.doFilter(SetHTTPHeaderFilter.java:63) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:728) at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:470) at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:356) at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:316) at org.xwiki.resource.servlet.RoutingFilter.doFilter(RoutingFilter.java:145) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:798) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: org.apache.catalina.connector.ClientAbortException: java.io.IOException: Broken pipe at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:364) at org.apache.catalina.connector.OutputBuffer.flushByteBuffer(OutputBuffer.java:833) at org.apache.catalina.connector.OutputBuffer.append(OutputBuffer.java:738) at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:399) at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:377) at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:96) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2315) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2270) at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:2291) at org.apache.commons.io.IOUtils.copy(IOUtils.java:2246) at org.xwiki.resource.servlet.AbstractServletResourceReferenceHandler.serveResource(AbstractServletResourceReferenceHandler.java:178) ... 35 common frames omitted Caused by: java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:65) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:471) at org.apache.tomcat.util.net.NioChannel.write(NioChannel.java:134) at org.apache.tomcat.util.net.NioBlockingSelector.write(NioBlockingSelector.java:101) at org.apache.tomcat.util.net.NioSelectorPool.write(NioSelectorPool.java:157) at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.doWrite(NioEndpoint.java:1306) at org.apache.tomcat.util.net.SocketWrapperBase.doWrite(SocketWrapperBase.java:731) at org.apache.tomcat.util.net.SocketWrapperBase.writeBlocking(SocketWrapperBase.java:501) at org.apache.tomcat.util.net.SocketWrapperBase.write(SocketWrapperBase.java:439) at org.apache.coyote.http11.Http11OutputBuffer$SocketOutputBuffer.doWrite(Http11OutputBuffer.java:623) at org.apache.coyote.http11.filters.IdentityOutputFilter.doWrite(IdentityOutputFilter.java:127) at org.apache.coyote.http11.Http11OutputBuffer.doWrite(Http11OutputBuffer.java:225) at org.apache.coyote.Response.doWrite(Response.java:606) at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:352) ... 45 common frames omitted 2019-08-06 10:47:35,481 [http://localhost:8080/bin/get/Main/WebHome?outputSyntax=plain&sheet=XWiki.DocumentTree&showTranslations=false&limit=10&data=children&id=%23] WARN o.x.i.t.i.n.WikiTreeNode - Failed to retrieve the children of [wiki:xwiki]. Root cause [IllegalArgumentException: No query defined for that name [nonTerminalPagesOrderedByTitle]].