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