Hi, I've create a simple MDB which listens to a queue defined in queue-service.xml. When i start up the first node you can see the queue being create and the MDB being deployed. When is start the second node i get a: org.jboss.deployment.DeploymentException: Error during queue setup; - nested throwable: (javax.jms.InvalidDestinationException: The destination QUEUE.lo3_queue does not exist !)
When i start the second node when the first one is down then it works fine as well. Some information: I work with jboss-4.0.2 on a Windows (Terminal) machine and trying to create 2 nodes on 1 machine. On startup they see eachtother. | I changed the settings in the conf/jboss-service to ports-01 on node1 and ports-02 on node2. | I then changed a setting in the deploy/jms/hajndi-jms-ds.xml to java.naming.provider.url=localhost:1200 and java.naming.provider.url=localhost:1300 on the second node. | I changed the setting for HAJNDI to 1200 in the depoy/cluster-service.xml on both nodes (port 1300 on the second node) | I also set the loopback to true on bots deploy/cluster-service.xml | I copied the all folder and renamed them and changed settings as indicated above | | What also happens when i change settings is that i get the following Exception: | 14:06:30,120 ERROR [FarmMemberService] Initialization failed jboss:partition=DefaultPartition,service=FarmMember | org.jboss.system.MissingAttributeException: Missing attribute 'Deployer' | | What am i missing? It has to do something with the setting/configuration. | | Thanks, | Maarten View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935072#3935072 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935072 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
