Ok, I stopped loading the kernel module for IPv6 and rebooted and checked ifconfig and lsmod, but still getting the same problem
[EMAIL PROTECTED] sequoia]# bin/console.sh -i 10.10.10.10 Launching the Sequoia controller console Cannot connect to the administration port of the controller. Is a controller running at 10.10.10.10:1090 ? Initializing Controller module... Initializing VirtualDatabase Administration module... Initializing SQL Console module... Sequoia driver (Sequoia core v2.10.9) successfully loaded. and netstat shows the port listening [EMAIL PROTECTED] sequoia]# netstat -tpan | grep 1090 tcp 0 0 0.0.0.0:1090 0.0.0.0:* LISTEN 2487/java and the controller start up seems to show JMX starting. [EMAIL PROTECTED] sequoia]# bin/controller.sh java version "1.6.0_05" Java(TM) SE Runtime Environment (build 1.6.0_05-b13) Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode, sharing) 09:13:58,318 INFO controller.core.Controller Sequoia controller (2.10.9) 09:13:58,624 INFO controller.core.Controller Loading configuration file: /usr/local/sequoia/config/controller/controller.xml 09:13:58,740 INFO controller.core.Controller JMX is enabled 09:13:58,775 INFO controller.core.Controller Starting JMX server on host: 127.0.0.1 Thanks, Todd On Tue, 2008-04-15 at 17:34 +0200, Emmanuel Cecchet wrote: > Todd, > > >> Is IPv6 enabled on your machine? > >> > > > > yes, I had a problem setting up Red5 on another server that came down to > > IPv6, does Sequoia/Java in general have a problem with it? > > > Yes, it usually does. We try to force the option > -Djava.net.preferIPv4Stack=true but it does not always work. > IPv6 is not supported at all in Sequoia but even if you don't use it, > sometimes just having it configured interferes with the JVM network stack. > > Keep us posted if you can disable IPv6 altogether. > Emmanuel > _______________________________________________ > Sequoia mailing list > [email protected] > https://forge.continuent.org/mailman/listinfo/sequoia _______________________________________________ Sequoia mailing list [email protected] https://forge.continuent.org/mailman/listinfo/sequoia
