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: Hanno Meyer-Thurow <h dot mth at web dot de>
- To: gbenson at redhat dot com
- Cc: java at gcc dot gnu dot org
- Date: Sat, 9 Sep 2006 10:39:05 +0200
- Subject: Re: gcj-4.2-20060819 and azureus-2.5.0.0
Hi Gary, hi list,
with the changes from [1] I get this error now:
Caused by: java.lang.IllegalArgumentException: Ambiguous hostport part
at java.net.SocketPermission.maybeBracketIPv6Address(libgcj.so.8)
at java.net.SocketPermission.<init>(libgcj.so.8)
at java.lang.SecurityManager.checkConnect(libgcj.so.8)
at java.net.NetworkInterface.getInetAddresses(libgcj.so.8)
Old error:
Caused by: java.lang.IllegalArgumentException: Unexpected ':' (Host: 0 Port: 0:0:0:0:0:0:1:58000)
The first colon is at index 1 and for that throws this.
Please fix, thanks! :)
Hanno
[1] http://gcc.gnu.org/ml/java-patches/2006-q3/msg00349.html