You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Francisco Carriedo Scher <fc...@gmail.com> on 2012/06/02 10:19:33 UTC

The client side does not perform the query

Hi there,

assuming the following scenario: Jackrabbit operated through Webdav,
sessions are open that could last potentially forever (in case of a
Repository - or any subclass of - the session is refreshed(false) and in
case of severe troubles  - e.g. network connectivity down - the session is
reopened).

Within this scenario a query is thrown to the repository to check that it
is reachable and running. After a month some sessions start not querying
the repository (no network traffic) and i have discarded caching as the
query is different each time. Thus, the session becomes old and dirty and
any try to work with it throws exceptions (e.g. get an existing folder node
to save a file node in it throws PathNotFound exception).

Any insight?

Thank you very much for your time!