Re: Compiling project using apache mina fails

Patrick Schäfer <[email protected]>
Newsgroups gmane.comp.gcc.java.devel
Message-ID <[email protected]>
>>
> If I had a way to look at what was happening I'd just have a look.
thank you for helping again!

> I don't know what class the Socket belongs to.  At the call to
> Socket.getLocalSocketAddress, do something like
>
>  println(socket)
>  println(socket.getClass())

those two calls result in:

println(socket) => gnu.java.nio.NIOSocket@6cff840 [addr=/ 
10.0.1.194,port=4711,localport=-1]
println(socket.getClass()) => class gnu.java.nio.NIOSocket

The foreign port and ip-address have been set correctly. but the  
localport is definitely wrong.
The connection is established on the other machine though. maybe this  
port is not stored inside NIOSocket?

thank you

Patrick
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.