0
votes
2answers
12 views

Connecting to a serversocket from internet to a system connected to internet via LAN

I want to connect to a server which is connected to internet via LAN. So in the client side i need to write code like new Socket("i dont know the ip",PORT_NO) Here which ip address should i give? ...
0
votes
1answer
18 views

Hibernate & Tomcat - won't close socket

When I keep sending http requests to my webserver, it stops responding and I'm stuck in a white screen saying, 'waiting for xxx'. It goes unresponsive. Also I don't see any exception on stacktrace. I ...
0
votes
1answer
37 views

socket send and retrieve

Good day all i am new to java and i would like to know if someone can help me with this problem I have a server and it receives info from the client but my if statement to check the value that was ...
1
vote
1answer
29 views

GUI not updating as expected/control flow issue

I'm making a networked Battleship game for a school project. The GUI features a grid of JButtons that serves as the game board. When the user clicks a button, it calls the sendShot() method below. ...
-3
votes
1answer
59 views

do while didn't go to next line even though it should end

I'm recently on a socket project. When I'm debuging my code I found a problem but I can't find out why, below is my code // some code that open a socket connection and put inputstream into a ...
0
votes
1answer
38 views

Java socket connection problems

I'm trying to learn network programming for java and I am having trouble getting a simple chat program to connect between the server and the host. Here is what I'm experiencing: When I try to connect ...
0
votes
3answers
27 views

Sockets with OSGi: Bundle stopped, socket still open

I'm facing this issue working with a ServerSocket inside one of my bundles, let's just call it: FooBundle. This FooBundle has, among others, a SocketListener.java class. This class is a Thread and to ...
1
vote
1answer
71 views

My application (sever/client) is blocked after using Readline

Im trying to make a tcp connection between server and client . server is programmed on c# and cliend on java... server is working fine... my problem is in this code: try { InetAddress address = ...
1
vote
1answer
22 views

Unexpected behavior of tcp server: why adding delay increases ability to service clients?

Good day everybody! My question is about NIO based server and my situation is the following: server reads messages from 100 clients (100 client threads) which send 100 messages each. So, total ...
-4
votes
1answer
41 views

What is the fastest way to transfer an image over a socket from the client to the server? [closed]

I have to developpe a server Android application and a client Android application. The main function is to transfer an image over a IP socket. Does anyone have an example doing this? And what is the ...
0
votes
2answers
30 views

sending serialization file via sockets in java

System.out.println("Java is awesome!"); Pardon my enthusiasm; I just can't believe how powerful Java is, what with its ability to not only save objects (and load them), but also with its main ...
-1
votes
1answer
29 views

My multi threaded server is not working

Hi i am trying to make a multi threaded server client app where the server resends an upper cased version of the string sent by the client, here are my three classes: The server class: package Q2; ...
0
votes
2answers
27 views

Does SocketChannel.close() close the socket also?

I have a server program that needs to close any connections that remain when the server is shutting down. I know I need to call SocketChannel.close(). My question is if I also need to close the Socket ...
2
votes
2answers
56 views

ZeroMQ multithreading: create sockets on-demand or use a sockets object pool?

I'm building a POC leveraging ZeroMQ N-to-N pub/sub model. From our app server, when a http request is serviced, if the thread pulls data from the database, it updates a local memcache instance with ...
1
vote
0answers
29 views

Android device sends ARP request, no response

Some background: I'm part of a team that's developing an Android game for a college course. I am the person in charge of networking, and my aim is to have a game running in "client mode" submit input ...
1
vote
1answer
23 views

Java TCP socket server with PHP client?

Hey there, I am developing an TCP socket server in Java. The client(s) must connect to a webpage (in PHP) Well, here come's my trouble.. They can connect to the specified host, but the server can't ...
-3
votes
0answers
30 views

Android Java: new socket crashing app [closed]

I'm getting the following error and have no idea what is causing it ? 05-20 10:58:59.425: I/System.out(26617): Network connection available 05-20 10:58:59.430: D/AndroidRuntime(26617): Shutting ...
0
votes
4answers
52 views

InputDataStream.available() is always 0 Java Socket Client

Why does this part of my client code is always zero ? InputStream inputStream = clientSocket.getInputStream(); int readCount = inputStream.available(); // >> IS ALWAYS ZERO byte[] recvBytes = ...
0
votes
0answers
27 views

Create RTMP connection using socket programming

I need to create RTMP client using java socket programming. I read this documents and 1 . I have performed handshaking successfully through java socket programming. Now next step is to send ...
0
votes
0answers
33 views

Issue with ObjectInputStream via Socket connection [closed]

I'm doing my first experimentation with Java Sockets. For a learning exercise, I'm creating a networked Battleships game. One machine is set up to fire a shot first. When that user clicks a button ...
-1
votes
0answers
22 views

Java socket timing out when constructing it with a SOCKS proxy server

I'm trying to create a socket with a proxy in my client. When I don't construct the socket with a proxy server, the connection successfully established, but when I DO construct the socket instance ...
1
vote
0answers
26 views

Handle client disconnecting/closing the socket

I am writing a Chrome packaged application and using the chrome.sockets API. The backend is written in Java. When I close the socket in my Chrome app and check the status, it says it has disconnected ...
1
vote
2answers
45 views

Java socket - simple program doesn't work

I've spent lot of time to find out where is the problem but with no success. Server is launching correctly, but when I launch Client I get "Unexpected Error" exception. I've changed ports too with no ...
3
votes
1answer
68 views

High Performance Messaging between Java Client and Java 'Back End'

I have a basic Java Messaging application that sends JAVA objects to a remote server for processing. I leverage Spring support on both sides of the wire and use ActiveMQ as my JMS provider. It works ...
0
votes
0answers
21 views

ObjectInputStream Blocking socket external ip madness

When I initialize my objectinputstreams, after I have initialized and flushed by objectoutputstreams, I get this: Client: java.net.SocketTimeoutException: Read timed out at ...
1
vote
2answers
36 views

readline() doesn't read from socket

s = new Socket(InetAddress.getByName(address), port); Thread.sleep(250); DataOutputStream outToServer = new DataOutputStream(s.getOutputStream()); BufferedReader inFromServer = new ...
-2
votes
1answer
38 views

Android send data via socket [closed]

I would like to send a simple date through tcp. I working with threads, but I dont know why but when i try to run my code that is stop imediatelly here is that. I have already set the permissons as ...
-1
votes
0answers
18 views

Getting problems with client-server updates (LAG)

Hi folks I'm new here and it will be hard to explain myself any way I'll try. I have been a developing games/android app/ desktop and web applications by 2 years now I'm still a bachelor student so ...
-2
votes
0answers
31 views

Java How to kill Socket connection attempt

I am using sockets in my Java application, and it may be the case that the server is not online, I have found out that strange bugs are happening. Since there is no Java implementation which forces a ...
0
votes
1answer
25 views

java socket sending and receiving

since hours I am thinking about how I should use Java Sockets to send and receive data. I hope you can help me finding a good way to do it. I have build a Server/Client structure where the client ...
0
votes
1answer
28 views

How to handle BufferedReader.readLine() goes to air and not return any value or exception in java? [duplicate]

I am reading a file through socket communication . connection made. while reading end of the file application hanged, it doesn't return any value/exception/null.still waiting for input. How to ...
0
votes
1answer
41 views

Java: how to check if BufferedReder is Empty?(code included)

Im practicing some stuff for my java networking exam and I cant seem to figure this out. I wrote a simple server program that is suppose to ask my client program a question and then wait fro a reply ...
0
votes
2answers
33 views

Client is blocked after unmarshalling xml from socket using JAXB

I'm trying to send some xml from a Client to a Server and have the Server send back a message to the Client after receiving the data. If it is just sending xml then it runs smoothly, but when the ...
0
votes
2answers
51 views

Simple socket-level program - client/server

The following is a simple socket-level program. Once a connection is established, the server speaks for as long as he/she wants provided that the message does not end in a period - then the client can ...
0
votes
1answer
17 views

Android TCP Client/Server not passing messages properly (Only first received)

I have created two android applications, a client and a server, utilizing TCP to communicate across devices. On the server, I have this code to listen for TCP communication: private class StartServer ...
0
votes
3answers
40 views

Read Data from a Java Socket

I have a Socket listening on some x port. I can send the data to the socket from my client app but unable to get any response from the server socket. BufferedReader bis = new BufferedReader(new ...
1
vote
0answers
59 views

Reading and writing JSON streams

I am trying to read and write JSON directly to and from a socket stream using the gson library. I have a base class that all messages are derived from: abstract class MessageBase { public String ...
1
vote
1answer
51 views

Game server turn timer

I'm making a Java multi-player turn-based game and I want to limit the time that each player have to make their move, the game is composed of game sessions or rooms and each room have 4 players. The ...
0
votes
1answer
37 views

Trying to send xml in utf-8 over socket in Android

I have an Android app that sends xml files to a server. If I set the encoding of the xml header to utf-8 it all works until there is a weird character like a japanese symbol for example, in this case ...
0
votes
1answer
27 views

TCP NTP Java Socket Program

I have this code about a Server-Client NTP project I'm working on... I initialize the socket but I get java.net.SocketException: Socket is not connected this error. Any clues? Can anyone please ...
0
votes
2answers
34 views

Server-Client NTP project - NullPointerException/SocketException issues

I have this code about a Server-Client NTP project I'm working on... and I get a "java.lang.NullPointerException" when I run it... -NullPointerException fixed... I initialize the socket but I get ...
0
votes
1answer
28 views

communicate with java server through python client

I'm trying to adjust the sample java code for an API to work with a python script. I know the java code works and can do a socket connection in python but can't figure out how to convert the string in ...
-2
votes
1answer
16 views

NTP project in java [closed]

I'm sort of making a Network Time Protocol (NTP) project in java and I'm asked to make at least 3 clients connect to a server and get time with fixed delay and stuff. My question is how can i make a ...
0
votes
2answers
31 views

Desktop TCP Streaming (java)

I want to stream desktop screen captures using sockets. I don't know the exact way to do this, so I went with AWT's robot :) Robot robot = new Robot(); BufferedImage image = ...
5
votes
1answer
70 views

Prevent an app from binding to a socket that is already bound

How to prevent a Java app from binding to a socket that another process is already bound to on Windows? I have an issue where I have a Java application that is listening on port 80. The application ...
0
votes
2answers
26 views

Send text to serversocket after connecting to it

I have a problem that I can't send text to ChatServer. My code: ... try { socket.connect(address); System.out.println("Successfully connected to server!"); Thread ...
0
votes
0answers
42 views

Communication between client (android emulator) and server (app on pc) via java.net.Socket

I'm writing an simple client-server application, but I have a problem with connecting the client, which is the AVD and server - simple app on PC. When first starts the avd it works ok but when I close ...
0
votes
0answers
19 views

Deploy Server Client Multiplayer to heroku

I have a simple Server - Client Tic Tac Toe game which run in console, I successfully run this code on my local host what I need now is to deploy the server code on server like Heroku for example , or ...
1
vote
3answers
38 views

Networking - Using sockets and sometimes getting ghost numbers

I created a Java networking program and every once in a while when I run (it doesn't happen all the time) it I get a ghost number, my sockets receive a number something like -16956754 (its always the ...
0
votes
2answers
34 views

Communication without IP Address

I want to ask about algorithm or method. I have case like this: I have application, I install it into 2 PC (different network), I want PC "A" can send data and read response from and to PC "B" but ...

1 2 3 4 5 86