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


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.


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