[jboss-jira] [JBoss JIRA] (AS7-4306) stop-context enable-context disable-context all return 'Operation handler failed: null' unless virtualhost='default-host'
Jean-Frederic Clere (JIRA)
jira-events at lists.jboss.org
Wed Apr 4 13:23:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-4306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12681739#comment-12681739 ]
Jean-Frederic Clere edited comment on AS7-4306 at 4/4/12 1:22 PM:
------------------------------------------------------------------
In fact it is a doc problem + a need of a better check of the error: it is not possible to use an alias (of a virtual-host) there but a virtual-host.
was (Author: jfclere):
In fact it is a doc problem + a need of a better check of the input: it is not possible to use an alias (of a virtual-host) there but a virtual-host.
> stop-context enable-context disable-context all return 'Operation handler failed: null' unless virtualhost='default-host'
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: AS7-4306
> URL: https://issues.jboss.org/browse/AS7-4306
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, Domain Management
> Affects Versions: 7.1.1.Final
> Environment: Standalone AS7 instance using -c standalone-ha.xml profile.
> Using jboss-cli.sh to manage modcluster subsystem.
> Using modcluster 1.2.0.Final
> Reporter: Simeon Pinder
> Assignee: Jean-Frederic Clere
> Labels: rhq
>
> i)Setup httpd, modcluster and as7 standalone instance and deploy cluster enabled webapp so that requests for http://(as7 server):8080/app.html is correctly served up by http://(httpd server)/app.html.
> ii)Log into AS7 and attempt to run stop-context | enable-context | disable-context via cli with a host OTHER than 'virtual-host' and the commands fail with the following:
> /subsystem=modcluster/:disable-context(virtualhost=vitalstatistix.conchfritter.com,context=/helloworld)
> {
> "outcome" => "failed",
> "failure-description" => "JBAS014749: Operation handler failed: null",
> "rolled-back" => true
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list