0 Replies Latest reply on Oct 11, 2011 7:54 AM by dejan_lekic

    Failed to create a ConnectionFactory

    dejan_lekic

      While trying to create a connection factory from a (web) JBoss AS 6 Admin Console I got the following error:

       

      Failed to add Resource (see app server log for additional details): Failed to invoke method 'createConnectionFactory' on component 'JMSConnectionFactoryManageMO' with parameters [SimpleMetaType:java.lang.String:ApcCF, SimpleMetaType:boolean:false, SimpleMetaType:boolean:false, SimpleMetaType:int:2, SimpleMetaType:java.lang.String:netty, SimpleMetaType:java.lang.String:ApcCF, SimpleMetaType:java.lang.String:null, SimpleMetaType:int:1048576, SimpleMetaType:int:1048576, SimpleMetaType:long:30000, SimpleMetaType:long:60000, SimpleMetaType:long:30000, SimpleMetaType:int:1048576, SimpleMetaType:int:-1, SimpleMetaType:int:-1, SimpleMetaType:int:65536, SimpleMetaType:boolean:false, SimpleMetaType:int:102400, SimpleMetaType:boolean:false, SimpleMetaType:boolean:false, SimpleMetaType:boolean:true, SimpleMetaType:boolean:false, SimpleMetaType:boolean:false, SimpleMetaType:long:2000, SimpleMetaType:double:1.0, SimpleMetaType:int:0, SimpleMetaType:int:5, SimpleMetaType:int:-1, SimpleMetaType:java.lang.String:null, SimpleMetaType:int:1500, SimpleMetaType:boolean:true, SimpleMetaType:long:2000, SimpleMetaType:java.lang.String:org.hornetq.api.core.client.loadbalance.RoundRobinConnectionLoadBalancingPolicy].

      Add New

       

      In the "JMS Manager" section it says that messaging service is up and running. I also manage to create a JMS Topic, but it fails when I want to create a factory.

       

      It is an out-of-box installation of JBoss AS 6.0 GA.

       

      What am I doing wrong?