[Setools] Q2v0.4-ul.338

Levente Uzonyi leves at elte.hu
Wed Aug 29 11:54:14 UTC 2007


Hi!

> doing cleanImage On client:
> 2007-08-28T21:38:51.199+02:00 - warn(4): Released MagmaSession 2 from
> service: nil but if was not in the pool before! (Q2MagmaSessionPool)

This can happen if the pool is closed (all sessions are closed and removed
from the pool), but the objects which are holding references to the
sessions try to release them with the pool. Since the pool is empty, every
released session will cause a warning. (Not that nice, i know :))

> doing cleanImage on server caused DNU too, in finalization of
> MagmaCollectionManager with session = nil.

This seems to be unclean shutdown of magma.

> Also, i tried create new case using remote session and got DNU while
> rendering Q2AttachmentField due to Q2Case>>attachments returnung nil.
> Strange because case , when creating assigns empty OrderedCollection to
> it.
> On other hand, creating new case using single image works fine.

Test2 currently has a double image setup (magma server + gjallar), and i
can create cases on it.

> Also, i remember that i removed 'selector' ivar from Q2Field, it
> reappeared in Levente snapshot.. Strange.

Just checked sig.337, which is the ancestor of ul.338 and it's Q2Field has
the instance variable too.

Cheers,
Levente


More information about the Setools mailing list