Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jul 2005 01:14:13 -0600
From:      flowctrl <flowctrl@gmail.com>
To:        Glenn Dawson <glenn@antimatter.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: java in a jail
Message-ID:  <4ff8ff4a05071700144ebe2948@mail.gmail.com>
In-Reply-To: <6.1.0.6.2.20050717000230.0f41f010@cobalt.antimatter.net>
References:  <4ff8ff4a050716233835147faa@mail.gmail.com> <6.1.0.6.2.20050717000230.0f41f010@cobalt.antimatter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks Glen; I tried that, by adding a line to /etc/hosts with the
jail's IP address and localhost as the name, and removing the standard
127.0.0.1 line.  However, it made no difference to this java app.


On 7/17/05, Glenn Dawson <glenn@antimatter.net> wrote:
> At 11:38 PM 7/16/2005, flowctrl wrote:
> >Hi,
> >
> >I'm trying to setup OpenXchange in a FreeBSD 5.4 jail environment, and
> >I'm stuck.  At its core, OpenXchange is 3 java programs, and this one
> >fails to start:
> >
> >/usr/local/bin/java -server -ms20M -mx280M -Djava.awt.headless=3Dtrue
> >-Dopenexchange.propfile=3D$OX/etc/groupware/system.properties
> >-DappName=3DsessiondApp -Djava.library.path=3D$OX/lib -classpath
> >$CLASSPATH com.openexchange.sessiond.oxsessiond -P
> >
> >It produces these errors in its log file:
> >Jul 17 04:27:00 localhost openexchange: oxsessiond init (localhost:33333=
)
> >Jul 17 04:27:00 localhost openexchange: INTERNAL TLS Support: OFF
> >Jul 17 04:27:00 localhost openexchange: oxsessiond init:
> >java.net.UnknownHostException: localhost: localhost
> >
> >Inside the jail, 127.0.0.1 doesn't really exist, according to ifconfig:
> >
> >lo0: flags=3D8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
> >
> >I have the standard line in /etc/hosts:
> >127.0.0.1               localhost localhost.my.domain
> >
> >I'm guessing that the "UnknownHostException: localhost" bit indicates
> >a problem with the hostname "localhost" not working as expected.  What
> >can I do to make localhost more "normal" inside the jail?
>=20
> Make localhost point to the IP that's assigned to the jail instead of 127=
.0.0.1
>=20
> -Glenn
>=20
>=20
> >Thanks!
> >_______________________________________________
> >freebsd-questions@freebsd.org mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.=
org"
>=20
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ff8ff4a05071700144ebe2948>