Discussion:
[omniORB] Connection is closed ERROR!
janarbek
2007-10-05 15:26:38 UTC
Permalink
Dear all,

I have client, server and controller. Controller manages number of clients. I am testing omniORB performance.

But, I got following error when I am running my application.Does anyone has any idea? What is the general cause of this error?


omniORB: From endpoint: giop:192.168.6.1:1094, Detected GIOP 1.2 protocol
error in input message. giopImpl12.cc:286. Connection is closed



---------------------------------
Tonight's top picks. What will you watch tonight? Preview the hottest shows on Yahoo! TV.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20071005/9258b0d6/attachment.htm
Duncan Grisby
2007-10-11 16:23:49 UTC
Permalink
Post by janarbek
I have client, server and controller. Controller manages number of
clients. I am testing omniORB performance.
But, I got following error when I am running my application.Does
anyone has any idea? What is the general cause of this error?
omniORB: From endpoint: giop:192.168.6.1:1094, Detected GIOP 1.2 protocol
error in input message. giopImpl12.cc:286. Connection is closed
It might be a bug in omniORB or a network problem. More likely, you are
hitting the maximum message size, which is 2MB by default. If you are
sending large messages, try increasing the limit by setting the
giopMaxMsgSize parameter.

If that doesn't help, get a trace from traceLevel 25. That should show
lots of details about what's happening.

Cheers,

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Continue reading on narkive:
Loading...