Discussion:
[omniORB] CommFailure from giopStream.cc:874(0, NO, COMM_FAILURE_UnMarshalArguments)
Gundogi, Sashidher
2008-04-28 12:44:12 UTC
Permalink
Dear all,

I am using omniORB 4.1.2 and I am trying to connect the client from
different machine and I am encountering below problem. Could any body
know solution for this problem.

omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server close connection from
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:37098
omniORB: AsyncInvoker: thread id = 3 has exited. Total threads = 5
omniORB: Orderly connection shutdown:
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:29651
omniORB: throw giopStream::CommFailure from
giopImpl12.cc:1370(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server close connection from
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:29651
omniORB: Error in network receive (start of message):
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:37099
omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)

thanks
Sashi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080428/1d81f5d9/attachment.htm
Gundogi, Sashidher
2008-04-29 13:53:58 UTC
Permalink
Dear Mr.Vishnu,

Thank you for your mail. Object implementation client is running on same
machine and object request client is running on different machine.

The Object implementation client is connecting to the naming server and
it is creating IORs for my objects and then it is also loosing the
connection with orb naming with below error.

omniORB: Error in network receive (start of message):
giop:tcp:[::ffff:(my ip)]:4677
omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Orderly connection shutdown: giop:tcp:[::ffff:(my ip)]:4678
omniORB: throw giopStream::CommFailure from
giopImpl12.cc:1370(0,NO,COMM_FAILURE_UnMarshalArguments)

Could you please let me know why I am getting above error.

thanks,
sashi

________________________________

From: vishnu vardhan [mailto:***@gmail.com]
Sent: Tuesday, April 29, 2008 9:46 AM
To: Gundogi, Sashidher
Subject: Re: [omniORB] CommFailure from giopStream.cc:874(0, NO,
COMM_FAILURE_UnMarshalArguments)


Diffrent machine means diffrent client machine?.


On 4/28/08, Gundogi, Sashidher <***@siemens.com> wrote:

Dear all,

I am using omniORB 4.1.2 and I am trying to connect the client
from different machine and I am encountering below problem. Could any
body know solution for this problem.

omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server close connection from
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:37098
omniORB: AsyncInvoker: thread id = 3 has exited. Total threads =
5
omniORB: Orderly connection shutdown:
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:29651
omniORB: throw giopStream::CommFailure from
giopImpl12.cc:1370(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server close connection from
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:29651
omniORB: Error in network receive (start of message):
giop:tcp:[::ffff:xxx.xx.xxx.xxx]:37099
omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)

thanks
Sashi


_______________________________________________
omniORB-list mailing list

http://www.omniorb-support.com/mailman/listinfo/omniorb-list
--
Regards,
Vishnu vardhan reddy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080429/b8764977/attachment.htm
Duncan Grisby
2008-04-30 01:51:26 UTC
Permalink
Post by Gundogi, Sashidher
The Object implementation client is connecting to the naming server and
it is creating IORs for my objects and then it is also loosing the
connection with orb naming with below error.
giop:tcp:[::ffff:(my ip)]:4677
omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Orderly connection shutdown: giop:tcp:[::ffff:(my ip)]:4678
omniORB: throw giopStream::CommFailure from
giopImpl12.cc:1370(0,NO,COMM_FAILURE_UnMarshalArguments)
That is not an error. It is just the server noticing a client going
away. The exception is handled internally inside omniORB, and is not
propagated to application code.

What are the symptoms of the actual problem you are seeing?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...