[jboss-jira] [JBoss JIRA] (AS7-4423) Error when clustering queues in domain mode

Kairi Henry (JIRA) jira-events at lists.jboss.org
Thu Apr 5 20:35:47 EDT 2012


Kairi Henry created AS7-4423:
--------------------------------

             Summary: Error when clustering queues in domain mode
                 Key: AS7-4423
                 URL: https://issues.jboss.org/browse/AS7-4423
             Project: Application Server 7
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 7.1.1.Final
         Environment: x86_64 GNU/Linux, java version "1.6.0_29", jboss 7.1.1
            Reporter: Kairi Henry
            Assignee: Paul Ferraro


When I configure the jms connections like below within the domain.xml. I am trying to have my queue recognize each other from to separate machines.

				<connector name="connector">
						<factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
						<param key="host" value="192.168.1.2"/>
						<param key="port" value="5445"/>
					</connector>

--------------------------------
I get the following error.
--------------------------------

[Server:blah-manager-server] 19:05:50,030 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 10) Operation ("add") failed - address: ([

[Server:blah-manager-server]     ("subsystem" => "messaging"),

[Server:blah-manager-server]     ("hornetq-server" => "default"),

[Server:blah-manager-server]     ("connector" => "this_server_connector")

[Server:blah-manager-server] ]) - failure description: "JBAS014746: factory-class may not be null"

--
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