Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003850 [Resin] minor always 01-15-10 02:36 03-03-10 16:48
Reporter mocospace View Status public  
Assigned To ferg
Priority high Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.5 Product Version 4.0.2
  Product Build
Summary 0003850: MnodeStore removeExpiredData fails
Description We have no wish to use the distributed cache but have been receiving errors that are being reported to server-error.log
Also we do not have a JDBC connection defined in resin.xml so why does resin try to use one ? (com.caucho.db.jdbc)
Steps To Reproduce
Additional Information [10/01/15 05:24:42.483] java.lang.IllegalStateException
[10/01/15 05:24:42.484] at com.caucho.db.sql.QueryContext.unlock(QueryContext.java:546)
[10/01/15 05:24:42.484] at com.caucho.db.sql.QueryContext.close(QueryContext.java:591)
[10/01/15 05:24:42.484] at com.caucho.db.sql.DeleteQuery.execute(DeleteQuery.java:84)
[10/01/15 05:24:42.484] at com.caucho.db.jdbc.PreparedStatementImpl.execute(PreparedStatementImpl.java:344)
[10/01/15 05:24:42.484] at com.caucho.db.jdbc.PreparedStatementImpl.executeUpdate(PreparedStatementImpl.java:311)
[10/01/15 05:24:42.484] at com.caucho.server.distcache.MnodeStore.removeExpiredData(MnodeStore.java:637)
[10/01/15 05:24:42.484] at com.caucho.server.distcache.MnodeStore.handleAlarm(MnodeStore.java:688)
[10/01/15 05:24:42.484] at com.caucho.util.Alarm.handleAlarm(Alarm.java:432)
[10/01/15 05:24:42.484] at com.caucho.util.Alarm.run(Alarm.java:404)
[10/01/15 05:24:42.484] at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901)
[10/01/15 05:24:42.484] at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866)
Attached Files

- Relationships

- Notes
(0004387)
ferg
01-15-10 10:18

Thanks for the bug report.

The filesystem store for the distributed cache uses a JDBC interface for to the internal database, but it's more lightweight than a typical JDBC driver (and doesn't need to implement most of the JDBC methods, just the ones we need.)
 

- Issue History
Date Modified Username Field Change
01-15-10 02:36 mocospace New Issue
01-15-10 10:18 ferg Note Added: 0004387
02-22-10 09:28 emil Priority normal => high
03-03-10 16:48 ferg Assigned To  => ferg
03-03-10 16:48 ferg Status new => closed
03-03-10 16:48 ferg Resolution open => fixed
03-03-10 16:48 ferg Fixed in Version  => 4.0.5


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
30 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker