OK, so it looks like your network settings are OK, at least with
regard to 127.0.0.1 which was the address in the error message. When
Geronimo is not running, can you try "telnet 127.0.0.1 1099" and see
if you get anything? If so, I guess it means that something is
already claiming that port on the machine. If not, can you
temporarily disable the firewall on the machine and try starting
Geronimo again?
Thanks,
Aaron
On 5/20/06, Nirav Mehta <[EMAIL PROTECTED]> wrote:
Hi Aaron,
/etc/hosts :
127.0.0.1 localhost.localdomain localhost localhost
ifconfig -a :
eth0 Link encap:Ethernet HWaddr 00:0B:6A:17:58:DF
inet6 addr: fe80::20b:6aff:fe17:58df/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:81884 errors:0 dropped:0 overruns:0 frame:0
TX packets:90649 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:46025517 (43.8 MiB) TX bytes:10162430 (9.6 MiB)
Interrupt:11 Base address:0xee00
eth0:1 Link encap:Ethernet HWaddr 00:0B:6A:17:58:DF
inet addr: 192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Interrupt:11 Base address:0xee00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:3114 errors:0 dropped:0 overruns:0 frame:0
TX packets:3114 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2061197 (1.9 MiB) TX bytes:2061197 ( 1.9 MiB)
sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Thanks,
Nirav.