Hello,
The exception was not swallowed. It was just in a different log file
which I wasn't anticipating.
Thanks,
-Jared
On Mon, May 29, 2017 at 4:03 PM, Jared Walker
wrote:
> Hello,
>
> I have a question about how BackupManager enforces or performs session
> replication.
>
> I have added print
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jared,
On 6/4/17 7:45 PM, Jared Walker wrote:
> I was able to figure out that this issue was caused by a developer
> adding logging code to the serialization that had a NPE.
> Unfortunately the exception was not printed out to catalina.out so
> it
Hello,
I was able to figure out that this issue was caused by a developer
adding logging code to the serialization that had a NPE.
Unfortunately the exception was not printed out to catalina.out so it
was very hard to find, but easy to fix.
Thanks,
-Jared
On Tue, May 30, 2017 at 10:30 AM, Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Jared,
On 5/29/17 5:03 PM, Jared Walker wrote:
> Hello,
>
> I have a question about how BackupManager enforces or performs
> session replication.
>
> I have added print outs to the serializing methods of an object
> I'm binding to the http session
Hello,
I have a question about how BackupManager enforces or performs session
replication.
I have added print outs to the serializing methods of an object I'm
binding to the http session. When I run a simple test (login to the
server, shut it down, then try to refresh) I do not stay logged in.
I