Ticket #112 (closed defect: fixed)

Opened 6 years ago

Last modified 5 years ago

ItqlInterpreter session lock-up

Reported by: pradeep Assigned to: ronald
Priority: high Milestone:
Component: topaz Version: 0.5-SNAPSHOT
Keywords: Cc:
Blocking: Blocked By:

Description

... getting to be a pain now. We need a solution before going live.

Dependency Graph

Change History

08/11/06 12:40:53 changed by ronald

  • owner changed from somebody to ronald.
  • status changed from new to assigned.

08/11/06 12:47:57 changed by ronald

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed with [436]. Note we can never guarantee close() is called (e.g. on 'kill -9'), but this is as good as it gets and should fix 99% of the cases.

08/11/06 17:42:23 changed by ronald

  • status changed from closed to reopened.
  • resolution deleted.

Seems like there's something else going on. From Pradeep:

I see the problem if I uncomment out stuff from the permit-bootstrap.xml and test-set.xml xacml policies; when the user model does not exist in kowari.

Seems the create-model is triggering this during the integration-tests.

11/10/06 16:57:17 changed by ronald

  • status changed from reopened to closed.
  • resolution set to fixed.

This real problem was nested transactions: we were starting transactions, then doing access-checks, which in turn triggered creating models, leading to nested transactions. This was fixed in [466] and [498]; see also #113.

08/07/07 16:25:51 changed by

  • milestone deleted.

Milestone Bugs deleted