Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005869 [Resin] minor always 03-24-15 15:57 04-01-15 11:00
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution no change required  
Status closed   Product Version 4.0.42
Summary 0005869: Distributed session: lost data issues with before-header and always load / save mode with LRU evict
Description rep by Thomas Rogan
reproduced in server/01ny.qa
Additional Information NPE accessing attribute set by previous request
a: 55
server b:
<html>
<head><title>500 Servlet Exception</title></head>
<body>
<h1>500 Servlet Exception</h1>
<code>

<script language='javascript' type='text/javascript'>
function show() { document.getElementById('trace').style.display = ''; }
</script>
javascript:show(); java.lang.NullPointerException
<span id="trace" style="display:none">
java.lang.NullPointerException
\tat _jsp._test__jsp._jspService(test.jsp:16)
\tat _jsp._test__jsp._jspService(test.jsp:4)
Attached Files

- Relationships

- Notes
(0006619)
ferg
04-01-15 11:00

See warning message: "LRU while use (use-count=1). Consider increasing session-count.

The LRU must be sized large enough to hold all running sessions (i.e. those currently serving a request.).

The default is fairly low (4096). If a server has more active sessions than that, it needs to change the session-count to something much large.
 

- Issue History
Date Modified Username Field Change
03-24-15 15:57 alex New Issue
04-01-15 11:00 ferg Note Added: 0006619
04-01-15 11:00 ferg Assigned To  => ferg
04-01-15 11:00 ferg Status new => closed
04-01-15 11:00 ferg Resolution open => no change required
04-01-15 11:00 ferg Fixed in Version  => 4.0.44


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker