|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 4956 | minor | always | 02-13-12 09:54 | 05-29-12 12:34 | |
|
|
|||||
| Reporter: | ferg | Platform: | |||
| Assigned To: | ferg | OS: | |||
| Priority: | high | OS Version: | |||
| Status: | closed | Product Version: | |||
| Product Build: | Resolution: | fixed | |||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 4.0.28 | ||
|
|
|||||
| Summary: | 0004956: Block index issue | ||||
| Description: |
(rep by smallufo) I also noticed a lot of com.caucho.db.block.Block... exceptions like this : (and resin seems running slower and slower ) [12-02-14 01:32:03.974] {http://*:8080-63} [^] SessionImpl[aaaxhkKBWCkiL-WwxX3vt,]: can't serialize session java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 at com.caucho.db.block.Block.validateIsIndex(Block.java:150) at com.caucho.db.index.BTree.validateIndex(BTree.java:1723) Lots of same errors : $ grep -e 'IllegalStateException: block Block' jvm-app-0.log java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 java.lang.IllegalStateException: block Block[Table[data:3],426000003] is not an index code=2 Does it means there's something wrong with 'data.db' ? (resin 4.0.25) |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| There are no notes attached to this issue. |