[teiid-issues] [JBoss JIRA] (TEIID-2638) CLI Scripts are incorrectly referencing the cache within the cache container, should reference cache container

Van Halbert (JIRA) jira-events at lists.jboss.org
Thu Aug 22 17:00:26 EDT 2013


    [ https://issues.jboss.org/browse/TEIID-2638?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798665#comment-12798665 ] 

Van Halbert commented on TEIID-2638:
------------------------------------

server has an issue when the caches are assigned the cache names,not the container names.  The following error is seen with current CLI scripts:


[Server:server-two] JBAS014775:    New missing/unsatisfied dependencies:
[Server:server-two]       service jboss.infinispan.preparedplan (missing) dependents: [service jboss.teiid.infinispan-pp-cache-factory] 
[Server:server-two]       service jboss.infinispan.preparedplan.preparedplan (missing) dependents: [service jboss.teiid.cache.prepared-plan] 
[Server:server-two]       service jboss.infinispan.resultset-repl (missing) dependents: [service jboss.teiid.infinispan-rs-cache-factory] 
[Server:server-two]       service jboss.infinispan.resultset-repl.resultset (missing) dependents: [service jboss.teiid.cache.resultset] 
[Server:server-two]       service jboss.infinispan.resultset-repl.resultset-repl (missing) dependents: [service jboss.teiid.cache.resultset] 
[Server:server-two] 
[Server:server-two] 11:06:28,817 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss EAP 6.1.0.GA (AS 7.2.0.Final-redhat-8) started (with errors) in 7222ms - Started 196 of 338 services (13 services failed or missing dependencies, 128 services are passive or on-demand)


which do not appear when those changes are mode.

                
> CLI Scripts are incorrectly referencing the cache within the cache container, should reference cache container
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TEIID-2638
>                 URL: https://issues.jboss.org/browse/TEIID-2638
>             Project: Teiid
>          Issue Type: Bug
>          Components: Build/Kits
>    Affects Versions: 8.4, 8.4.1
>            Reporter: Van Halbert
>            Assignee: Van Halbert
>             Fix For: 8.4.1, 8.5
>
>
> The domain and standalone cli scripts need to have the following lines corrected:
> /profile=ha/subsystem=teiid:add(async-thread-pool=teiid-async, distributed-cache-jgroups-stack=udp, resultset-cache-infinispan-container=resultset-repl, preparedplan-cache-infinispan-container=preparedplan, policy-decider-module=org.jboss.teiid)
> /subsystem=teiid:add(async-thread-pool=teiid-async, resultset-cache-infinispan-container=resultset, preparedplan-cache-infinispan-container=preparedplan, policy-decider-module=org.jboss.teiid)
> so that the cache containers map to teiid-cache, and not the cache within the container.   This isn't seen in the standalone-teiid.xml, cause those settings to do point to the "teiid" cache container.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list