Mantis - Resin
Viewing Issue Advanced Details
4856 minor always 11-15-11 09:34 05-22-12 16:23
alex  
ferg  
high  
closed 4.0.23  
fixed  
none    
none 4.0.28  
0004856: (index Validation) com.caucho.db.table.Table java.lang.IllegalStateException:
rep by Keith Fetterman

Last night I restarted (stopped and started) our resin pro 4.0.23 instance. During the start up of resin and later in the early morning, I found errors like this in the jvm-default.log:

[2011-11-15 01:17:40.729] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11650883' at cce743
[2011-11-15 01:17:40.729] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11649193' at cd00a9
[2011-11-15 01:17:40.730] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11649362' at cd0152
[2011-11-15 01:17:40.730] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11650038' at cd03f6
[2011-11-15 01:17:40.730] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11650207' at cd049f
[2011-11-15 01:17:40.730] {resin-140} WARNING com.caucho.db.table.Table java.lang.IllegalStateException: invalid index '11650714' at cd069a


Alex: the exception is thrown during Table.validateIndexes() but seemingly no action is taken on it besides writing to the log.

There are no notes attached to this issue.