Hi All,
We started OOTB 6.5 instance without having any custom code deployed. Uploaded an asset into test folder and deleted it. http://localhost:4505/assets.html/content/dam/test .The asset was placed under here and deleted.
We see the below lucene related warnings.
28.06.2019 06:46:14.689 *WARN* [0:0:0:0:0:0:0:1 [1561729574673] POST /bin/wcmcommand HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/test/test.png"') /* xpath: //*[jcr:contains(., '"/content/dam/test/test.png"')] */ fullText="/content/dam/test/test.png", path=*). Please change the query or the index definitions.
28.06.2019 06:46:15.210 *WARN* [sling-threadpool-711f5004-2f30-4c0d-9171-fb068ae94b84-(apache-sling-job-thread-pool)-8-<main queue>(ref-updater/delete)] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/test/test.png"') /* xpath: //*[jcr:contains(., '"/content/dam/test/test.png"')] */ fullText="/content/dam/test/test.png", path=*). Please change the query or the index definitions.
Is it something like in order for this to be fixed, product team will be providing a fix in the near future.
Any thoughts on this will be helpful.
arunpatidar26 kautuk sahni gauravb61796566
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
The query is run every time on deletion of resources. The team is aware of this and a report has already been filed CQ-4272648. This is under further investigation
조회 수
답글
좋아요 수
The query is run every time on deletion of resources. The team is aware of this and a report has already been filed CQ-4272648. This is under further investigation
조회 수
답글
좋아요 수
Same question, we are on AEM 6.5.6 and still seeing this issue.
조회 수
답글
좋아요 수
Hi Hamid,
We see similar issue on AEM 6.5.11 ( on we retail page as well) when deleting a page.
In our project this traversal happens for more than 10000 node and RuntimeNodeTraversalException exception occurs ultimately leading to failure of delete operation.
Do you have any update on the above jira tickets?
Thanks
조회 수
답글
좋아요 수
Hi, did you find a solution? I am also facing a similar issue and I am unable to delete any page.
org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains([jcr], 'content/contentfragment') /* xpath: //*[jcr:contains(@jcr, 'content/contentfragment')] order by @jcr:score descending */ fullText=jcr:"content/contentfragment", path=*). Please change the query or the index definitions.
조회 수
답글
좋아요 수
I ended up creating a new oak index
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:oak="http://jackrabbit.apache.org/oak/ns/1.0"
jcr:primaryType="oak:Unstructured"
async="[async]"
compatVersion="{Long}2"
evaluatePathRestrictions="{Boolean}true"
excludedPaths="[/var,/etc,/jcr:system]"
includedPaths="[/content/dam]"
reindex="{Boolean}true"
tags="[visualSimilaritySearch]"
type="lucene">
<aggregates jcr:primaryType="nt:unstructured">
<dam:Asset jcr:primaryType="nt:unstructured">
<include0
jcr:primaryType="nt:unstructured"
path="jcr:content"/>
<include1
jcr:primaryType="nt:unstructured"
path="jcr:content/metadata"/>
</dam:Asset>
</aggregates>
<indexRules jcr:primaryType="nt:unstructured">
<dam:Asset jcr:primaryType="nt:unstructured">
<properties jcr:primaryType="nt:unstructured">
<contentFragment
jcr:primaryType="nt:unstructured"
name="jcr:content/contentFragment"
propertyIndex="{Boolean}true"/>
<created
jcr:primaryType="nt:unstructured"
name="jcr:created"
ordered="{Boolean}true"/>
</properties>
</dam:Asset>
</indexRules>
</jcr:root>
조회 수
답글
좋아요 수
Hi,
Is the above JIRA ticket fixed, we observed same traversal WARN message in our prod publish environments.
Appreciate for the information.
Thanks
조회 수
답글
좋아요 수
Hi Hamid,
Thank you for the info. That helps.
조회 수
답글
좋아요 수
Hi hamidk11679710
When I edit the content fragment inside a content fragment list I am receiving the same WARN as above in my error logs and edited content fragment alone just got disappeared after editing them.
can you suggest something for this, please?
I am unable to access the above JIRA ID as well. is the request closed already? can you please update.
Thank you.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hi, The referenced Jira is awaiting prioritization. So its not been closed or released.
조회 수
답글
좋아요 수
Hi,
Thank you for the quick response.
Any suggestion for below, please.
When I edit the content fragment inside a content fragment list I am receiving the same WARN as above in my error logs and edited content fragment alone just got disappeared after editing them.
Thank you,
Surya
조회 수
답글
좋아요 수
Can you clarify if this WARN is causing any performance or functionality issue ? I am not aware of any existing workaround.
조회 수
답글
좋아요 수
Note: Content fragment list is accepting only 10 content fragments inside it.
When I try to add more than 10. Last modified content fragment is getting disappeared in the page.
I updated the below scenario.
Yes, Sure.
I am using a content fragment list on my page. I have 11 content fragment inside this content fragment list.
I go to /content/dam/<my-project-path>/content-fragement-1 (one of the 11 content fragments in the list) and edit this content fragment and saved it.
Now edited content fragment alone gets disappeared from the list.
Now I can see only 10 content fragments in the list, not 11.
Any idea on this?
My error log.
*WARN* [0:0:0:0:0:0:0:1 [1565016004677] GET /editor.html/content/dam/<my-project-path>/content-fragement-1 HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/<my-project-path>/content-fragement-1"') /* xpath: //*[jcr:contains(., '"/content/dam/<my-project-path>/content-fragement-1"')] */ fullText="/content/dam/<my-project-path>/content-fragement-1", path=*). Please change the query or the index definitions.
*WARN* [0:0:0:0:0:0:0:1 [1565016004677] GET /editor.html/content/dam/<my-project-path>/content-fragement-1 HTTP/1.1] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/<my-project-path>/content-fragement-1"') /* xpath: //*[jcr:contains(., '"/content/dam/<my-project-path>"')] */ fullText="/content/dam/<my-project-path>/content-fragement-1", path=*). Please change the query or the index definitions.
*INFO* [sling-oak-observation-5] org.apache.sling.event.impl.jobs.queues.JobQueueImpl.<main queue> Starting job queue <main queue>
*INFO* [sling-oak-observation-5] org.apache.sling.event Service [QueueMBean for queue <main queue>,8318, [org.apache.sling.event.jobs.jmx.StatisticsMBean]] ServiceEvent REGISTERED
*WARN* [sling-threadpool-8267dcb0-b529-4e0c-889c-f04364bdb76d-(apache-sling-job-thread-pool)-19-<main queue>(ref-updater/references)] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/<my-project-path>"') /* xpath: //*[jcr:contains(., '"/content/dam/<my-project-path>/content-fragement-1"')] */ fullText="/content/dam/<my-project-path>/content-fragement-1", path=*). Please change the query or the index definitions.
*WARN* [sling-threadpool-8267dcb0-b529-4e0c-889c-f04364bdb76d-(apache-sling-job-thread-pool)-19-<main queue>(ref-updater/references)] com.adobe.cq.xf.impl.reference.XfToXfReferenceProvider The resource at /content/dam/<my-project-path> doesn't point to a page
*WARN* [sling-threadpool-8267dcb0-b529-4e0c-889c-f04364bdb76d-(apache-sling-job-thread-pool)-19-<main queue>(ref-updater/references)] com.adobe.cq.xf.impl.reference.PageToXfReferenceProvider The resource at /content/dam/<my-project-path>/content-fragement-1 doesn't point to a page
Thank you.
조회 수
답글
좋아요 수
Fixed this problem by updating core component dependency to 2.5.0.
Thank you
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
I am using AEM version 6.5.2 and still seeing this issue when try to create Content Fragment.
*WARN* [sling-threadpool-a4d71255-ffbc-4303-aef9-ed7d1b918a48-(apache-sling-job-thread-pool)-14-<main queue>(ref-updater/delete)] org.apache.jackrabbit.oak.plugins.index.lucene.LucenePropertyIndex This index is deprecated: /oak:index/lucene; it is used for query Filter(
query=select [jcr:path], [jcr:score], * from [nt:base] as a where contains(*, '"/content/dam/personal_fragments/test"')
/* xpath: //*[jcr:contains(., '"/content/dam/personal_fragments/test"')] */ fullText="/content/dam/personal_fragments/test", path=*).
Please change the query or the index definitions.
This look like trigger from "ref-updater/delete" .
조회 수
답글
좋아요 수