[jboss-jira] [JBoss JIRA] (WFLY-886) JBAS014884: No operation named 'composite' exists at address

Tomaz Cerar (JIRA) jira-events at lists.jboss.org
Wed Apr 24 10:21:53 EDT 2013


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

Tomaz Cerar commented on WFLY-886:
----------------------------------

Managed to reproduce problem with whole script that teiid uses.
https://github.com/teiid/teiid/blob/master/build/kits/jboss-as7/bin/scripts/teiid-domain-mode-install.cli
when this script is used it breaks, otherwise command on itself works.

Further investigation revealed that it only breaks after 
/server-group=main-server-group:write-attribute(name=profile, value=ha)
/server-group=main-server-group:write-attribute(name=socket-binding-group, value=ha-sockets)
operations are called.
and problem is gone if this two operations are put at end of the script (before :restart-servers)

which is also proper way to do it, as in, first configure profile, then activate it.
                
> JBAS014884: No operation named 'composite' exists at address
> ------------------------------------------------------------
>
>                 Key: WFLY-886
>                 URL: https://issues.jboss.org/browse/WFLY-886
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management
>         Environment: RHEL 6, JDK 1.7
>            Reporter: Van Halbert
>            Assignee: Tomaz Cerar
>
> I'm using EAP 6.1 ER5, and trying to execute the following using CLI:
>  
> /profile=ha/subsystem=security/security-domain=teiid-security:add(cache-type=default)
> /profile=ha/subsystem=security/security-domain=teiid-security/authentication=classic/:add(login-modules=[{"code"=>"org.jboss.security.auth.spi.UsersRolesLoginModule", "flag"=>"required", "module-options"=>[("usersProperties"=>"${jboss.domain.config.dir}/teiid-security-users.properties"), ("rolesProperties"=>"${jboss.domain.config.dir}/teiid-security-roles.properties")]}])
> but I get the message: 
>> "failure-description" => "JBAS014884: No operation named 'composite' exists at address [
>> (see forum for full discussion)

--
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 jboss-jira mailing list