Hello,
I want to use group communication via TCP and TCPPING in JBoss 4.0.3SP1. 
Everything works fine, as long as I don`t use the optional parameter end_port 
in TCP.

I definitely cannot tolerate JBoss starting to look itself for free ports if 
the provided start_port should be already in use - I regard this as an error 
situation that should prevent JBoss from starting any group communication at 
all. So I use the following setting in cluster-service.xml:

 <!-- Alternate TCP stack: ... -->
  |          <Config>
  |             <TCP start_port="5273" end_port="5275"/>

This results in the relatively clear message:

anonymous wrote : 11:38:58,475 ERROR [STDERR] TCP.setProperties(): the 
following properties are not recognized:
  | 11:38:58,475 INFO  [STDOUT] -- listing properties --
  | 11:38:58,475 INFO  [STDOUT] end_port=5275

and the accompanying Exception (partly quoted):

anonymous wrote : 11:38:58,481 WARN  [ServiceController] Problem creating 
service jboss:service=DefaultPartition
  | ChannelException: unable to setup the protocol stack
  |         at org.jgroups.JChannel.(JChannel.java:217)
  |         at org.jgroups.JChannel.(JChannel.java:189)
  |         at 
org.jboss.ha.framework.server.ClusterPartition.createService(ClusterPartition.java:264)


This sounds like a real bug in JBoss, right? Any solutions?

Thank you for help -
regards, Thomas

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918337#3918337

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918337


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to