Java Socket program not working on Ubuntu


Recommended Posts

At one point I had a Digital Ocean server running Ubuntu 13 that my friend set up for me. I have since created a new server on my own with Ubuntu 14 and I have run into an issue.

 

I don't know if the problem is my program or Ubuntu settings that I didn't properly set.

 

I have created my own chat software with a client and server program.  On my old server, a client could connect to the server program running on my web server just fine.

 

Now when I connect, it connects to the server, but the user list does not update and I can't send messages.  The server program runs perfectly on my local Windows machine.

 

Also, my server was using some Java install (not OpenJDK) so I installed OpenJDK and it did work, one time. Then the problem occurred again after I restarted the server program

 

- I have also restarted my webserver but it did nothing

-The program is not in my public_html folder

- I have run it with root and sudo and it does not help

 

Client Download

http://shayconcepts.com/software.php#cipherclient

 

Server Download

http://shayconcepts.com/software.php#cipherservercmd

 

What could be wrong??

:(

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.