Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Following JCR-3454 I've noticed a regression, I have a remote test failing with the following trace [0]
I've narrowed it down to rev 1409181, which means that this change is not visible with JR 2.5.2, but it is with 2.6-SNAPSHOT (a fresh trunk build).
[0]
org.apache.jackrabbit.rmi.client.RemoteRepositoryException: java.rmi.RemoteException: Failed to read the resource at URL http://localhost:52833/....; nested exception is:
java.io.StreamCorruptedException: invalid stream header: 3C68746D
at org.apache.jackrabbit.rmi.client.SafeClientRepository.remoteLogin(SafeClientRepository.java:112)
at org.apache.jackrabbit.rmi.client.SafeClientRepository.login(SafeClientRepository.java:120)
at org.apache.jackrabbit.rmi.client.SafeClientRepository.login(SafeClientRepository.java:131)
Attachments
Attachments
Issue Links
- depends upon
-
JCR-3454 The RmiRepositoryFactory should handle auto reconnect
- Closed