Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005947 [Resin] minor always 10-06-15 00:39 11-16-15 10:22
Reporter nam View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 4.0.45
Summary 0005947: session corruption on restart: java.io.StreamCorruptedException: invalid type code 4B
Description (rep by Nobuaki)

server/01q8

Also seeing type code 02, C2.

1. store a bunch of items in a list or map:

  LinkedList list = new LinkedList();
  
  for (int i = 0; i < 100000; i++) {
    list.add("abc");
  }
  
  request.getSession().setAttribute("foo", list);

2. restart Resin

3. out.println(request.getSession().getAttribute("foo").getClass());

You'll get a StreamCorruptedException.
Additional Information
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
10-06-15 00:39 nam New Issue
10-06-15 09:21 nam Description Updated
11-16-15 10:22 ferg Assigned To  => ferg
11-16-15 10:22 ferg Status new => closed
11-16-15 10:22 ferg Resolution open => fixed
11-16-15 10:22 ferg Fixed in Version  => 4.0.47


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