0
votes
2answers
70 views

port forwading to make a server on my computer

I tried to make a chat program with java. i succeed when i use the ip of 127.0.0.1 to connect. Socket socket = new Socket("127.0.0.1",5005); it all worked great on my computer and the program even ...
1
vote
1answer
216 views

Too many open files on socket

I have a big problem and that is that my company's production application which I unfortunately can't shutdown and restart ( I am unsure how, and I don't want to do any mistake) is spitting out a lot ...
0
votes
1answer
172 views

Why does it take so long for Eclipse to connect to a JUnitRunner process when IPv6 is enabled?

When IPv6 is enabled on my computer, half a minute passed between starting a new JUnit process and the test tree appearing in the JUnit view. When I disable IPv6, the tests appear immediately. What ...
0
votes
3answers
303 views

How to enable ports on a wireless network for java socket programming

Background: I have written a java server-client program. The server accepts incoming connections on port 2175 and writes responses on 2176 which the client listens on for the response. I am sending ...
0
votes
0answers
415 views

Java - SocketException: Address family not supported by protocol family: connect

My Java connections seem to be failing a lot at the moment. When I run one piece of software with cmd open I get the above exception and sometimes class files don't load for web based Java programs. ...