This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]