[jboss-user] [JBoss Messaging] - Re: exception while starting JBoss Messaging in a cluster
icruz
do-not-reply at jboss.com
Tue Aug 7 09:52:47 EDT 2007
Some more information:
We are running on solaris 10, sparc. The machines are multihomed. We have installed JBM over a clean JBoss 4.2.1GA. The only change is that we hace configured jboss to listen on an interface, and multicast through another interface, with these options:
-Djgroups.bind_addr=<interface2>
-b <interface1>
The second server to start also fails when deploying a clustered queue (the example testDistributedQueue):
| 2007-08-07 15:40:46,897 ERROR [org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager] Failed to process notification
| java.lang.NullPointerException
| at org.jboss.messaging.core.impl.clusterconnection.MessageSucker.start(MessageSucker.java:137)
| at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.createSucker(ClusterConnectionManager.java:424)
| at org.jboss.messaging.core.impl.clusterconnection.ClusterConnectionManager.notify(ClusterConnectionManager.java:311)
| at org.jboss.messaging.core.impl.DefaultClusterNotifier.sendNotification(DefaultClusterNotifier.java:69)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBindingInMemory(MessagingPostOffice.java:2317)
| at org.jboss.messaging.core.impl.postoffice.MessagingPostOffice.addBindingFromCluster(MessagingPostOffice.java:985)
| at org.jboss.messaging.core.impl.postoffice.BindRequest.execute(BindRequest.java:55)
| at org.jboss.messaging.core.impl.postoffice.GroupMember$ControlRequestHandler.handle(GroupMember.java:611)
| at org.jgroups.blocks.MessageDispatcher.handle(MessageDispatcher.java:610)
| at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:654)
| at org.jgroups.blocks.RequestCorrelator.access$200(RequestCorrelator.java:40)
| at org.jgroups.blocks.RequestCorrelator$Request.run(RequestCorrelator.java:944)
| at org.jgroups.util.ReusableThread.run(ReusableThread.java:234)
| at java.lang.Thread.run(Thread.java:595)
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071610#4071610
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071610
More information about the jboss-user
mailing list