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

next in thread | previous in thread | raw e-mail | index | archive | help
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=true
>-Dopenexchange.propfile=$OX/etc/groupware/system.properties
>-DappName=sessiondApp -Djava.library.path=$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=8049<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?

Make localhost point to the IP that's assigned to the jail instead of 127.0.0.1

-Glenn


>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"




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