Operating System - HP-UX
1832552 Members
5873 Online
110043 Solutions
New Discussion

Re: resize:time out in telnet

 
Haribaskar
Occasional Advisor

resize:time out in telnet

Hi,

"resize:time out occured" message is coming while doing telnet to a HP-UX UNIX
box from a Java application, however the telnet is succesful.

Telnet is held up for around 15 secs at the point where the message comes.

Could anyone please explain why this message comes ?

Appreciate any help that I can get.

Thanks,
Hari
1 REPLY 1
T G Manikandan
Honored Contributor

Re: resize:time out in telnet

The time out should be either from the hpux or from the java application.

check for the value given for he TMOUT variable if it times out when you connect using a telnet.

check your java code for the timeout value if you have messages during the connection from the application.

Thanks