DilipKumar S created JCR-4284:
---------------------------------
Summary: Issue with retrieving reports from JackRabbit Repository
Key: JCR-4284
URL: https://issues.apache.org/jira/browse/JCR-4284
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Affects Versions: 2.8.6
Reporter: DilipKumar S
Attachments: SourceCode.txt
Hello,
This is related to JCR-4192 which was resolved by Julien with comments to
upgrade JCR to latest version.
We have upgraded the JCR to the version 2.8.6 and still could reproduce the
scenario.
=========
2018-03-21 13:30:56,041 | ERROR | defaultWIMFileBasedRealm/advisor | | |
WebContainer : 2 | c.o.r.s.ContentRepositoryService | retrieveReport: Exception
from the uderlying repository
*javax.jcr.PathNotFoundException: aaa/report/G4348420180321857066*
at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2167)
~[jackrabbit-core.jar:2.8.6]
at org.apache.jackrabbit.core.NodeImpl$8.perform(NodeImpl.java:2161)
~[jackrabbit-core.jar:2.8.6]
at
org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
~[jackrabbit-core.jar:2.8.6]
at org.apache.jackrabbit.core.ItemImpl.perform(ItemImpl.java:91)
~[jackrabbit-core.jar:2.8.6]
at org.apache.jackrabbit.core.NodeImpl.getNode(NodeImpl.java:2161)
~[jackrabbit-core.jar:2.8.6]
at
com.sun.jersey.core.impl.provider.entity.InputStreamProvider.writeTo(InputStreamProvider.java:98)
[jersey-bundle.jar:1.10]
at
com.sun.jersey.core.impl.provider.entity.InputStreamProvider.writeTo(InputStreamProvider.java:59)
[jersey-bundle.jar:1.10]
=============
The source code used for storing and retrieval of reports is attached here with
the JIRA.
We need to know the cause of the error, due to which the user has failed to
retrieve the reports.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)