[ 
https://jira.nuxeo.org/browse/NXP-4775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Florent Guillaume updated NXP-4775:
-----------------------------------

    Description: 
When clicking on it from search results, it does not show any document and 
displays the following error in logs:

14:56:38,909 ERROR [ResultsProvidersCacheBean] failed to obtain sorted 
resultProvider
org.nuxeo.ecm.core.api.ClientException: Error while performing search
        at 
org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:517)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

...

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.search.api.client.SearchException. message: Replay is not 
supported
        at 
org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:200)
        at 
org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:165)
        at 
org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:499)
        ... 149 more


  was:
When clicking on syndication links in virtual navigation, it shows current 
document content instead of shown documents.
When clicking on it from search results, it does not show any document and 
displays the following error in logs:

14:56:38,909 ERROR [ResultsProvidersCacheBean] failed to obtain sorted 
resultProvider
org.nuxeo.ecm.core.api.ClientException: Error while performing search
        at 
org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:517)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

...

Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
org.nuxeo.ecm.core.search.api.client.SearchException. message: Replay is not 
supported
        at 
org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:200)
        at 
org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:165)
        at 
org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:499)
        ... 149 more


        Summary: Fix syndication links in search results  (was: Fix syndication 
links in virtual navigation and search results)

The reason is that the feed URL does not have a server location context, so no 
documentManager can be created, and so the search thinks it's disconnected and 
cannot replay.

> Fix syndication links in search results
> ---------------------------------------
>
>                 Key: NXP-4775
>                 URL: https://jira.nuxeo.org/browse/NXP-4775
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.3 GA
>            Reporter: Anahide Tchertchian
>            Assignee: Florent Guillaume
>             Fix For: 5.3.1
>
>
> When clicking on it from search results, it does not show any document and 
> displays the following error in logs:
> 14:56:38,909 ERROR [ResultsProvidersCacheBean] failed to obtain sorted 
> resultProvider
> org.nuxeo.ecm.core.api.ClientException: Error while performing search
>       at 
> org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:517)
>       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>       at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>       at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> ...
> Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: 
> org.nuxeo.ecm.core.search.api.client.SearchException. message: Replay is not 
> supported
>       at 
> org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:200)
>       at 
> org.nuxeo.ecm.core.search.api.client.search.results.impl.ResultSetImpl.replay(ResultSetImpl.java:165)
>       at 
> org.nuxeo.ecm.webapp.search.SearchActionsBean.getResultsProvider(SearchActionsBean.java:499)
>       ... 149 more

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to