[erlang-questions] Newbie Orber-ssl question

Niclas Eklund nick@REDACTED
Mon Jun 2 15:25:51 CEST 2008


Hello!

Add this option {orber_debug_level, 10} to the corba:orb_init(..) function
to get more detailed debug information and send the result.

Best regards,

Niclas (Erlang/OTP)

On Mon, 2 Jun 2008, Sant Parkash Singh wrote:

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





More information about the erlang-questions mailing list