Hi Tony,

JGroups is failing because it cannot bind to IP address 192.168.5.1?   Can you 
edit sequencer.xml and look for this address?  You should see something like:

    <UDP bind_addr="192.168.5.1" etc.

If you change it to a real IP address it should work.  If you have a single 
controller with no distribution I think 127.0.0.1 would work fine as well.  My 
file that I use for testing on MacOS X looks like the following:

<config>
    <UDP bind_addr="127.0.0.1"
         mcast_port="45566"
         mcast_addr="228.10.10.10"
         etc.

However, this is also for a later version of JGroups namely JGroups 2.6 so 
there may be some slight differences.

Cheers, Robert

On 6/24/08 11:37 AM, "Anthony J. Biacco" <[EMAIL PROTECTED]> wrote:

They're the default ones from the bin distribution, I copied them over from the 
dist to my config directory and I haven't changed them at all. (I hadn't 
changed the default 2.10.9 ones either I was using)

# ls -l /opt/sequoia/config
total 56
-rw-r--r-- 1 sequoia sequoiagroup 14866 Jul 31  2007 appia.xml
drwxr-xr-x 2 sequoia sequoiagroup  4096 Jun 10 12:47 controller
-rw-r--r-- 1 sequoia sequoiagroup  3066 Jun 24 11:38 
controller_default.properties
-rw-r--r-- 1 sequoia sequoiagroup   246 Jun 24 11:38 hedera_appia.properties
-rw-r--r-- 1 sequoia sequoiagroup   297 Jun 24 11:38 hedera_jgroups.properties
-rw-r--r-- 1 sequoia sequoiagroup   269 Jul 31  2007 java.policy
-rw-r--r-- 1 sequoia sequoiagroup  8418 Jun 24 11:38 log4j.properties
-rw-r--r-- 1 sequoia sequoiagroup  2172 Jul 31  2007 sequencer.xml
drwxr-xr-x 2 sequoia sequoiagroup  4096 Jun 18 10:34 virtualdatabase

 [EMAIL PROTECTED] config]# ls -l 
/usr/local/src/sequoia/sequoia-2.10.10-bin/config
total 56
-rw-r--r-- 1 root root 14866 Jun 24 11:38 appia.xml
drwxr-xr-x 2 root root  4096 Jun 24 11:38 controller
-rw-r--r-- 1 root root  3066 Jun 24 11:38 controller_default.properties
-rw-r--r-- 1 root root   246 Jun 24 11:38 hedera_appia.properties
-rw-r--r-- 1 root root   297 Jun 24 11:38 hedera_jgroups.properties
-rw-r--r-- 1 root root   269 Jun 24 11:38 java.policy
-rw-r--r-- 1 root root  8418 Jun 24 11:38 log4j.properties
-rw-r--r-- 1 root root  2172 Jun 24 11:38 sequencer.xml
drwxr-xr-x 2 root root  4096 Jun 24 11:38 virtualdatabase


-Tony

---------------------------
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]><mailto:[EMAIL PROTECTED]>
http://www.formatdynamics.com 
<http://www.formatdynamics.com/><http://www.formatdynamics.com/>


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hodges
Sent: Tuesday, June 24, 2008 12:29 PM
To: Sequoia general mailing list
Subject: Re: [Sequoia] controller errors after attempted bin upgrade to 2.10.10

Hi Anthony,

Can you post your hedera_jgroups.properties and whichever JGroups config file 
(e.g., sequence.xml) it is referencing?  This looks like a JGroups stack 
configuration problem.

Thanks, Robert


On 6/24/08 11:23 AM, "Anthony J. Biacco" <[EMAIL PROTECTED]> wrote:
Tried to upgrade from 2.10.9 to 2.10.10 today, but I'm receiving the
following errors.
Any help is appreciated. Upgrade steps taken are below log messages

Caused by: java.lang.Exception: problem creating sockets
(bind_addr=/192.168.5.1, mcast_addr=null)
        at org.jgroups.protocols.UDP.start(UDP.java:372)
        at
org.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:571)
        ... 71 more
Caused by: java.net.BindException: Cannot assign requested address
        at java.net.PlainDatagramSocketImpl.bind0(Native Method)
        at
java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82)
        at java.net.DatagramSocket.bind(DatagramSocket.java:368)
        at java.net.DatagramSocket.<init>(DatagramSocket.java:210)
        at java.net.DatagramSocket.<init>(DatagramSocket.java:261)
        at
org.jgroups.protocols.UDP.createEphemeralDatagramSocket(UDP.java:574)
        at org.jgroups.protocols.UDP.createSockets(UDP.java:436)
        at org.jgroups.protocols.UDP.start(UDP.java:367)
        ... 72 more

-Tony
---------------------------
Manager, IT Operations
Format Dynamics, Inc.
303-573-1800x27
[EMAIL PROTECTED]
http://www.formatdynamics.com



_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia



--
Robert Hodges, CTO, Continuent, Inc.
Email:  [EMAIL PROTECTED]
Mobile:  +1-510-501-3728  Skype:  hodgesrm
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to