Operating System - HP-UX
1827293 Members
2075 Online
109717 Solutions
New Discussion

Application log message/error

 
mohan singh
Frequent Advisor

Application log message/error

Hi Guru,

I have a application running on HP-UX 11.0 , There is a message /error comes in application log very frequently.
20/08/2004 08:08:13 283 : 2: ClientConnection::writeReplyCommand: : IOException: Broken pipe


can any help me to identify this message and cause , It will be nice if solution is given.
thanks
Best Regards
Mohan
2 REPLIES 2
Dave Olker
Neighborhood Moderator

Re: Application log message/error

Hi Mohan,

It sounds like you have an application that is trying to perform an I/O over a network connection and the connection is going away underneath the application and so the application is getting a SIG_PIPE (broken pipe) error. This indicates that the underlying network connection is gone.

One way to avoid getting the message would be to mask off SIG_PIPE to something like SIG_IGN (ignore). Another way to stop getting the error message would be to determine why the network connection used by this application is going away while the application appears to still need it.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
mohan singh
Frequent Advisor

Re: Application log message/error

Hi Deve,

Thanks for help, But I still want to confirm , we can say that it is a network problem , network connection is failing. To avoide getting messege log mean , keeping unware from the problem.


Regards

Mohan