hiteshkumar ubharani

Greenhorn
+ Follow
since Dec 15, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by hiteshkumar ubharani

but the question still remains, how to address different port for initializing socket, as my port 900 is occupied.
18 years ago
I have found the command its netstat again for mac, but still wondering what next
18 years ago
hi i am new to client server programming, also java, and I tried using a new external tool called tnameserver in ecllipse, and when i tried running this tool I got an error as follows:

Feb 4, 2007 8:35:45 PM com.sun.corba.se.impl.transport.SocketOrChannelAcceptorImpl initialize
SEVERE: "IOP00410216: (COMM_FAILURE) Unable to create listener thread on the specified port: 900" and much more continued

my professor says that
Possible causes are:
1) You are using a Linux/Unix or Mac machine. These Operating system prohibit non-root opening a socket on any port < 1024.
2) You already have another application listening on port 900. If you
are using Windows, "netstat -nao" will show you which one it is. If you
are using some other OS, you'll have to find the command yourself

please help.
18 years ago