Mantis - Quercus
Viewing Issue Advanced Details
3307 major always 01-30-09 09:42 01-30-09 09:46
tlandmann  
 
normal  
new 3.1.8  
open  
none    
none  
0003307: Serializing objects that contain an instance of themselves causes Java exception
Drupal 6 does exactly that in include/cache.inc around line 100 in function cache_set() when the Views module caches data.
In other words: Drupal 6 is currently unusable with Caching and Views enabled (not nice).

I also wanted to try Resin 3.2.1 and 4 but I didn't get it running, yet. Since they are development versions, I gave up after a couple of hours. I also tried copying quercus.jar but 3.2.1 and 4 don't seem to include this file.

The only workaround at the moment seems to be to disable Drupal caching for certain Views data, which ends up to be a very nasty hack if you really try it.

Notes
(0003789)
tlandmann   
01-30-09 09:46   
Could be the same problem that has already been pointed out here in another context: Bug 0003268