Mantis - Resin
Viewing Issue Advanced Details
999 minor sometimes 03-18-06 20:38 04-06-06 09:41
doughty  
ferg  
normal  
closed 3.0.18  
fixed  
none    
none 3.0.19  
0000999: File sessions causes exception after restart
We are using a file sessions (persistent-store type="file") on Resin Pro 3.0.18. Often when the resin server has been running for a while and we restart it (stop it and then start it), we get an exception similar to the following:

[23:29:55.275] java.lang.ArrayIndexOutOfBoundsException: 1024
[23:29:55.276] java.sql.SQLException: can't load table srun_app in /var/www/app/tmp/srun_app.db.
[23:29:55.276] java.lang.ArrayIndexOutOfBoundsException: 1024

We're assuming the sessions get lost when this happens, but we haven't had a chance to test it further.

Notes
(0000953)
ferg   
03-27-06 14:55   
it would be helpful if Resin can be started with level="finer" logging if this is reproducible to see exactly where the exception is occurring.