Results 1 to 3 of 3
Thread: Problem with Sever
- 01-11-2010, 02:44 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 51
- Rep Power
- 0
Problem with Sever
Hi
I am using a client server program for my project. The problem that i am having is that i run the server in the background. It runs perfectly but after some time say 10-12 days even though the program is running which I can see by using the Unix command ps- u project, there is no response from the server. Please can any one tel me what the problem is????. The command that I am using to run the server in the background is :
nohup command 2>/dev/null 1>/dev/null &
Thanks
- 01-11-2010, 03:03 PM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 11
You will have to do some elementary debugging on your own first to provide more information. Have a look at at JMX approaches to monitor the application and see if you can get some logging that can give clues as to why the program is not responding.
- 01-11-2010, 03:10 PM #3
Member
- Join Date
- Aug 2009
- Posts
- 51
- Rep Power
- 0
Hi
Thanks for the reply. I have one more question i am using a a class that implements Serializable interface. now the object of this class reads and writes object for trasporting the data from server to client and vice versa. Do i have to include a field:
private static final long serialVersionUID = 42L; in this classs
Thanks
Similar Threads
-
simple line problem / for loop problem
By helpisontheway in forum New To JavaReplies: 1Last Post: 11-17-2009, 06:12 AM -
Saving image to sever.
By dudejonne in forum New To JavaReplies: 5Last Post: 11-03-2009, 02:01 PM -
regarding client -sever
By gobinathm in forum Advanced JavaReplies: 0Last Post: 11-12-2007, 05:59 AM
Bookmarks