Bug 1017304 - Policy sync quickstart fails when using clustered cache
Summary: Policy sync quickstart fails when using clustered cache
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: RT Governance
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER7
: 6.0.0
Assignee: Gary Brown
QA Contact: Jiri Pechanec
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-09 15:24 UTC by Gary Brown
Modified: 2014-07-02 09:18 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-02-06 15:26:09 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RTGOV-292 0 Major Closed Policy sync quickstart fails with clustered cache 2014-08-25 21:25:36 UTC

Description Gary Brown 2013-10-09 15:24:37 UTC
Description of problem:

When using the clustered cache configuration, with the standalone-full-ha.xml configuration, the following exception occurs:

Caused by: java.lang.RuntimeException: [Error: cm.lock("Principals", customer): Cannot create a transactional context without a valid Transaction instance.]
[Near : {... String customer=event.properti ....}]
             ^
[Line: 1, Column: 1]

The cache container configuration is:

            <cache-container name="rtgov" jndi-name="java:jboss/infinispan/container/rtgov" start="EAGER">
                <transport lock-timeout="60000"/>
                <replicated-cache name="Principals" mode="SYNC">
                    <locking isolation="REPEATABLE_READ"/>
                    <transaction mode="FULL_XA" locking="PESSIMISTIC"/>
                </replicated-cache>
            </cache-container>

and the overlord-rtgov.properties is updated to uncomment the infinispan.container property and point it to "java:jboss/infinispan/container/rtgov"

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.Update standalone-full-ha.xml and overlord-rtgov.properties as above
2.Start the standalone-full-ha server
3.Deploy the ordermgmt, policy and sla quickstarts
4.Send example order

Actual results:


Expected results:


Additional info:

Comment 1 JBoss JIRA Server 2013-10-09 17:04:41 UTC
Gary Brown <gary> updated the status of jira RTGOV-292 to Resolved

Comment 2 Jiri Pechanec 2014-01-07 12:12:04 UTC
Verified in ER8

Comment 3 JBoss JIRA Server 2014-07-02 09:18:42 UTC
Gary Brown <gary> updated the status of jira RTGOV-292 to Closed


Note You need to log in before you can comment on or make changes to this bug.