This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj-4.2-20060819 and azureus-2.5.0.0
- From: Andrew Haley <aph at redhat dot com>
- To: Hanno Meyer-Thurow <h dot mth at web dot de>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 23 Aug 2006 20:11:36 +0100
- Subject: Re: gcj-4.2-20060819 and azureus-2.5.0.0
- References: <20060823205949.bc4ca07c.h.mth@web.de>
Ah, a SecurityManager problem. We've had a working SecurityManager in
gcj for a couple of weeks now. Congratulations! Our first bug
report...
Hanno Meyer-Thurow writes:
> I installed gcj-4.2-20060819 and azureus-2.5.0.0. When I start azureus
> I see these debug messages. That does not happen with sun-jdk-1.5.0_08.
> Anyone any ideas?
> ...12 more
> Caused by: java.lang.IllegalArgumentException: Unexpected ':' (Host: 0 Port: 0:0:0:0:0:0:1:58000)
That looks like an IPv6 adddress. Hmm...
It ought to be possible to enable a security manager and call
java.net.NetworkInterface.getInetAddresses. That would be a simple
test.
Andrew.