Hello all,<br><br>I am very new to Erlang and want to write clients in Erlang for my C++ CORBA servers which are working on SSLIOP (SSL over IIOP).<br><br>I am trying to initialize Orber with security on windows machine (XP). For this I followed the steps mentioned in Orber User Guide ...<br>
but facing some problems ...<br><br>I am trying the following commands from Erlang shell - <br><br>1) mnesia:start().<br><br>ok<br><br>2) corba:orb_init([{domain, "MyRAMSingleNodeORB"}, {secure,ssl}, {ssl_server_verify,0}, {ssl_client_cacertfile,"C:/WINDOWS/AvayaCerts/ProactiveContactCA.pem"}, {ssl_client_certfile,"C:/WINDOWS/AvayaCerts/corbaServer_cert.pem"}, {ssl_client_keyfile,"C:/WINDOWS/AvayaCerts/corbaServer_key.pem"}, {ssl_server_certfile,"C:/WINDOWS/AvayaCerts/corbaServer_cert.pem"}, {ssl_server_cacertfile, "C:/WINDOWS/AvayaCerts/ProactiveContactCA.pem"}, {ssl_server_keyfile, "C:/WINDOWS/AvayaCerts/corbaServer_key.pem"}]).     <br>
<br>ok<br><br>3) orber:install([node()], [{ifr_storage_type, ram_copies}]).<br><br>ok<br><br>4) orber:start().<br><br>{error,"Unable to start Orber. Is the listen port vacant?"}<br><br>=INFO REPORT==== 2-Jun-2008::17:58:57 ===<br>
    application: orber<br>    exited: {shutdown,{orber,start,[normal,[]]}}<br>    type: temporary<br><br><br><br>Can anyone please help me with this? <br>Many thanks in advance.<br>