You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2007/04/12 09:15:32 UTC

[jira] Resolved: (JCR-622) Auto Reconnect for RMI Repository

     [ https://issues.apache.org/jira/browse/JCR-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCR-622.
-------------------------------

    Resolution: Fixed
      Assignee: Jukka Zitting

Fixed (mostly) in revision 527797. All JCR-RMI clients that use the default ClientRepositoryFactory will now automatically reconnect if the remote repository reference breaks.

> Auto Reconnect for RMI Repository
> ---------------------------------
>
>                 Key: JCR-622
>                 URL: https://issues.apache.org/jira/browse/JCR-622
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: rmi, webdav
>    Affects Versions: 1.0, 1.0.1, 1.1, 1.1.1, 1.2.1, 1.2.2, 1.2.3
>            Reporter: Claus Köll
>         Assigned To: Jukka Zitting
>             Fix For: 1.3
>
>
> If i bind the RepositoryAccessServlet to a RMI Repository and then reboot the Repository i get a
> NullpointerException. 
> Stack :
> java.lang.NullPointerException
> 	at org.apache.jackrabbit.webdav.jcr.JcrDavException.<init>(JcrDavException.java:111)
> 	at org.apache.jackrabbit.webdav.simple.DavSessionProviderImpl.attachSession(DavSessionProviderImpl.java:99)
> 	at org.apache.jackrabbit.server.AbstractWebdavServlet.service(AbstractWebdavServlet.java:181)
> If i deploy jackrabbit in a Model 3 Environment this Situation can happen very often.
> thanks
> claus

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.