Mantis - Resin
Viewing Issue Advanced Details
4956 minor always 02-13-12 09:54 05-29-12 12:34
ferg  
ferg  
high  
closed  
fixed  
none    
none 4.0.28  
0004956: Block index issue
(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)



There are no notes attached to this issue.