[teiid-issues] [JBoss JIRA] (TEIID-4200) Provide support for Wildfly 10

Kylin Soong (JIRA) issues at jboss.org
Thu Jun 23 23:53:00 EDT 2016


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

Kylin Soong edited comment on TEIID-4200 at 6/23/16 11:52 PM:
--------------------------------------------------------------

h2. 1. IllegalStateException
While execute teiid-standalone-mode-install.cli, a IllegalStateException throw, this not only in WildFly 10 kits, it exist in all version, including 9.0.0.Final.
{code}
11:26:02,513 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "teiid")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
11:26:02,515 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "teiid-odata.war")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
11:26:02,515 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "teiid-olingo-odata4.war")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
{code}
Note that, if re-start server, the above error is gone.

h2. 2. domain install failed
teiid-domain-mode-install.cli execute failed, with error
{code}
'authentication-security-domain,distributed-cache-jgroups-stack' is not a valid parameter name.
{code}
the error caused by CLI
{code}
/profile=ha/subsystem=teiid:add(authentication-security-domain, distributed-cache-jgroups-stack=teiid-cluster, resultset-cache-infinispan-container=teiid-cache, preparedplan-cache-infinispan-container=teiid-cache, policy-decider-module=org.jboss.teiid)
{code}
Note that, this error exist both wf 10 and wf 9.0.2 kits, in other words, teiid-9.0.0.Final also have this error.


was (Author: kylin):
h2. 1. IllegalStateException
While execute teiid-standalone-mode-install.cli, a IllegalStateException throw, this not only in WildFly 10 kits, it exist in all version, including 9.0.Final.
{code}
11:26:02,513 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("subsystem" => "teiid")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
11:26:02,515 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "teiid-odata.war")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
11:26:02,515 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "teiid-olingo-odata4.war")]) - failure description: "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYSRV0206: Multiple deployment unit processors registered with priority 65397 and class class org.teiid.jboss.DynamicVDBRootMountDeployer"
{code}
Note that, if re-start server, the above error is gone.

h2. 2. domain install failed
teiid-domain-mode-install.cli execute failed, with error
{code}
'authentication-security-domain,distributed-cache-jgroups-stack' is not a valid parameter name.
{code}
the error caused by CLI
{code}
/profile=ha/subsystem=teiid:add(authentication-security-domain, distributed-cache-jgroups-stack=teiid-cluster, resultset-cache-infinispan-container=teiid-cache, preparedplan-cache-infinispan-container=teiid-cache, policy-decider-module=org.jboss.teiid)
{code}
Note that, this error exist both wf 10 and wf 9.0.2 kits, in other words, teiid-9.0.Final also have this error.

> Provide support for Wildfly 10
> ------------------------------
>
>                 Key: TEIID-4200
>                 URL: https://issues.jboss.org/browse/TEIID-4200
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Server
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>            Priority: Blocker
>             Fix For: 9.1
>
>
> Upgrade the host runtime environment for Teiid Server to be WildFly 10.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list