Operating System - HP-UX
1834178 Members
2347 Online
110064 Solutions
New Discussion

Re: Communication problem in Java using server socket

 
Raghavendra Joshi
New Member

Communication problem in Java using server socket

The Java server socket is not replying/sending the intended message, insted it returns the following message:
HP OpenView OmniBack II A.04.10: INET, internal build 176, built on Tue Nov 13 00:16:33 2001.

There are two applications, one is a server which is listening to a particular port and the other is client. The client sends commands which the server interprets and returns the result in the form of string.

This application is working fine in Windows NT environment, but not giving the expected results in HP Unix.

Pls let me know what the problem is.
3 REPLIES 3
U.SivaKumar_2
Honored Contributor

Re: Communication problem in Java using server socket

Hi,
To which port your java server binds ? I think
it is 5555 used by omniback. Try the changing
the port to unused ones. check /etc/services file.

regards,
U.SivaKumar
Innovations are made when conventions are broken
Raghavendra Joshi
New Member

Re: Communication problem in Java using server socket

Thanx Shiv for the info. Indeed, i was using port number 5555 for opening server socket.

BTB, I want to know more about omniback. can you give me references where i can find details about omniback?
Sandip Ghosh
Honored Contributor

Re: Communication problem in Java using server socket

You can have a look at this page for your Java Problem.

http://h21007.www2.hp.com/dspp/tech/tech_TechDocumentDetailPage_IDX/1,1701,1618,00.html

Sandip
Good Luck!!!