[Ace-users] Re: [tao-users] SSL problem
ciju john
john_c at ociweb.com
Thu Aug 16 15:36:09 CDT 2007
On 8/16/07, Vikram Karandikar <softking at gmail.com> wrote:
> ACE_VERSION: 5.5.8
> TAO_VERSION: 1.5.8
>
> HOST MACHINE
> $ uname -a
> SunOS ipms-x4200-1 5.10 Generic_118855-33 i86pc i386 i86pc
>
> i am passing following paramaters to my orb
>
> char *options[] = {
> "-ORBSvcConfDirective", "static Server_Strategy_Factory
> \"-ORBConcurrency thread-per-connection\"" ,
> "-ORBSvcConfDirective", "static Client_Strategy_Factory
> \"-ORBTransportMuxStrategy EXCLUSIVE\"" ,
> "-ORBSvcConfDirective", "static Advanced_Resource_Factory
> \"-ORBProtocolFactory SSLIOP_Factory\"" };
>
> but when i execute the file it gives me following errors.
> $ ./obj/bin/ipmsquerymgr
> TAO (7027|1) Unable to load protocol <SSLIOP_Factory>, No such file or
> directory
> terminate called after throwing an instance of 'CORBA::INITIALIZE'
> Abort
>
> can any help me with this?
As the message says you need to load & configure the SSLIOP_Factory
service. Refer to $TAO_ROOT orbsvcs/tests/Security/Secure_Invocation
for an example on how to.
HTH,
Ciju
>
> --
> "Even if a snake is not poisonous, it should pretend to be venomous."
> Chanakya quotes (Indian politician, strategist and writer, 350 BC-275 BC)
>
> - Vikram Karandikar
> _______________________________________________
> tao-users mailing list
> tao-users at mail.cse.wustl.edu
> http://mail.cse.wustl.edu/mailman/listinfo/tao-users
>
More information about the Ace-users
mailing list