| Anonymous | Login | Signup for a new account | 10-30-2025 05:38 PDT |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ 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 | Platform | |||||
| Status | closed | OS | |||||||
| Projection | none | OS Version | |||||||
| ETA | none | Fixed in Version | 4.0.47 | Product Version | 4.0.45 | ||||
| Product Build | |||||||||
| 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. |
||||||||
| Steps To Reproduce | |||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| There are no notes attached to this issue. |
| Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |