Discussion:
[omniORB] query regarding setting up corba environment :)
Md Hussain
2008-06-02 17:34:59 UTC
Permalink
Hey Guys,
 
I need a favour from you all, I was going thru the below mentioned tutorial link, but got stuck as it states below, plz do lemme know how do I over come this n setup n run the given example :)
 
 http://www.yolinux.com/TUTORIALS/CORBA.html

 




CORBA ORB: OmniORB
The following steps will create an operational CORBA transaction:


Server Set-up:

Start name service. (This will also define the IOR.) Edit /etc/omniORB.cfg and update with IOR generated by the omniNames CORBA name server.
Set environment variable: [OmniTest]$ export OMNIORB_CONFIG=/etc/omniORB.cfg

Start CORBA server.
Remote CORBA service "A" now makes available functions/methods "A" and "B" to CORBA clients.

CORBA usage:

Set environment variable: [OmniTest]$ export OMNIORB_CONFIG=/etc/omniORB.cfg

Run CORBA client.

 
Thanks and Regards
- Hussain

--- On Mon, 6/2/08, omniorb-list-***@omniorb-support.com <omniorb-list-***@omniorb-support.com> wrote:

From: omniorb-list-***@omniorb-support.com <omniorb-list-***@omniorb-support.com>
Subject: Welcome to the "omniORB-list" mailing list
To: ***@yahoo.com
Date: Monday, June 2, 2008, 4:57 PM

Welcome to the omniORB-***@omniorb-support.com mailing list!

To post to this list, send your email to:

omniorb-***@omniorb-support.com

General information about the mailing list is at:

http://www.omniorb-support.com/mailman/listinfo/omniorb-list

If you ever want to unsubscribe or change your options (eg, switch to
or from digest mode, change your password, etc.), visit your
subscription page at:


http://www.omniorb-support.com/mailman/options/omniorb-list/md_husen%40yahoo.com


You can also make such adjustments via email by sending a message to:

omniORB-list-***@omniorb-support.com

with the word `help' in the subject or body (don't include the
quotes), and you will get back a message with instructions.

You must know your password to change your options (including changing
the password, itself) or to unsubscribe. It is:

omniorb

Normally, Mailman will remind you of your omniorb-support.com mailing
list passwords once every month, although you can disable this if you
prefer. This reminder will also include instructions on how to
unsubscribe or change your account options. There is also a button on
your options page that will email your current password to you.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080602/74359541/attachment.htm
Duncan Grisby
2008-06-04 16:27:19 UTC
Permalink
I need a favour from you all, I was going thru the below mentioned
tutorial link, but got stuck as it states below, plz do lemme know how
do I over come this n setup n run the given example :)
You haven't said what the problem is. What exactly are you struggling
with? Have you read the first two chapters of the omniORB manual?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Md Hussain
2008-06-07 13:18:22 UTC
Permalink
On Monday 2 June, Md Hussain wrote:

> I need a favour from you all, I was going thru the below mentioned
> tutorial link, but got stuck as it states below, plz do lemme know how
> do I over come this n setup n run the given example :)

>>You haven't said what the problem is. What exactly are you struggling
>>with?  Have you read the first two chapters of the omniORB manual?

>>Duncan.
 
Dear sir,
 
sorry for incomplete mail, my query was how to start onmiNames?
and How to start corba server??
 
as i was trying to use the example given in this link : http://www.yolinux.com/TUTORIALS/CORBA.html
 
 
Thanks and Regards
- Hussain




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080607/a8cdb5a0/attachment.htm
Duncan Grisby
2008-06-09 15:36:42 UTC
Permalink
Post by Md Hussain
sorry for incomplete mail, my query was how to start onmiNames?
Run it according to the documentation. The tutorial you reference walks
you through the steps! Just follow what it tells you to do.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Md Hussain
2008-06-09 15:44:45 UTC
Permalink
> sorry for incomplete mail, my query was how to start onmiNames?

>Run it according to the documentation. The tutorial you reference walks
>you through the steps!
 
Tutorial says, start omniNames but I don't know how to start omniNames :(
 
Thanks and Regards
- Hussain




On Saturday 7 June, Md Hussain wrote:

> sorry for incomplete mail, my query was how to start onmiNames?

Run it according to the documentation. The tutorial you reference walks
you through the steps! Just follow what it tells you to do.





-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20080609/6dfcbacb/attachment.htm
Duncan Grisby
2008-06-09 15:51:00 UTC
Permalink
Post by Md Hussain
sorry for incomplete mail, my query was how to start onmiNames?
Run it according to the documentation. The tutorial you reference walks
you through the steps!
Tutorial says, start omniNames but I don't know how to start omniNames :(
You didn't read it very carefully then, did you?

A quote from the page:

-----
Generate an IOR:

* omniNames -help
* Generated in log file as defined during start-up:
omniNames -start -logdir /opt/omni/omniNamesLogdir -errlog /opt/omni/omniNamesError.txt
-----

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...