Hello All.<br>&nbsp;<br>In my system, corba client works within apache.<br>And sometimes, CORBA.ORB_init() returns None with below error message.<br>&nbsp;<br>=============================================================<br>orb = CORBA.ORB_init(argv, CORBA.ORB_ID)<br>
obj = orb.resolve_initial_references(Constants.NAME_SERVICE)<br>&nbsp;&nbsp;&nbsp;&nbsp; AttributeError: &#39;NoneType&#39; object has no attribute &#39;resolve_initial_references&#39;<br>=============================================================<br>
&nbsp;<br>When I restart apache, It works well few hours.<br>&nbsp;<br>I guess using omniORB within Apache has a problem.<br>&nbsp;<br>Is there anybody who can explain clear reason?<br>&nbsp;<br>Best regards<br>Dan