Skip to main content
Summary This article clarifies an issue with the orbix_ws demo when running in a CFR-based Orbix domain.
Article Number 37036
Environment Orbix 6.3.5 Windows
Question/Problem Description Why is there a delay when starting the client or server in the orbix_ws demo?

Between the following two log lines there is a delay of multiple seconds when the processes start up:
... 13:13:50.0000000 [...] (IT_BUS.FOUNDATION.AFC.STATIC:0) I - Registering types factory for http://schemas.iona.com/routing
... 13:14:19.0000000 [...] (IT_BUS.FOUNDATION.AFC:0) I - BinaryBuffer::allocate resize, size:77
Clarifying Information
Error Message
Defect/Enhancement Number ORB-2197,
Cause
Resolution This is a known issues and is currently being investigated under the defect number ORB-2197.
Workaround Enabling CFR caching reduces startup time of the orbix_ws demo.

In etc/domains/cfr-<domain-name>.cfg ensure the following configuration variables are set to true

iona_services
{
     config_rep
     {
          plugins:config_rep:enable_caching = "true";
          plugins:config_rep:populate_cache_at_startup = "true";
...
     };
};

Further details can be found in the "Orbix Configuration Reference" under "plugins:config_rep":
http://supportline.microfocus.com/productdoc.aspx
Notes This issue does not occur in a file based Orbix domain.
Attachment
Created date: 21 December 2012
Last Modified: 12 February 2013
Last Published: 21 December 2012
First Published date: 21 December 2012

#KnowledgeDocs
#Orbix