[erlang-questions] Newbie Orber-ssl question

Sant Parkash Singh spkhaira@REDACTED
Mon Jun 2 14:52:52 CEST 2008


Hello all,

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).

I am trying to initialize Orber with security on windows machine (XP). For
this I followed the steps mentioned in Orber User Guide ...
but facing some problems ...

I am trying the following commands from Erlang shell -

1) mnesia:start().

ok

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"}]).

ok

3) orber:install([node()], [{ifr_storage_type, ram_copies}]).

ok

4) orber:start().

{error,"Unable to start Orber. Is the listen port vacant?"}

=INFO REPORT==== 2-Jun-2008::17:58:57 ===
    application: orber
    exited: {shutdown,{orber,start,[normal,[]]}}
    type: temporary



Can anyone please help me with this?
Many thanks in advance.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080602/1ccf2c13/attachment.htm>


More information about the erlang-questions mailing list