Problem getting started with Orber

Lars Thorsen lars@REDACTED
Fri Apr 16 13:50:12 CEST 1999


Hi Luke,
i think the problem is that the Orber application isn't running.

You must first install Orber, the most simple installation is to run
Orber just in one Erlang node. 

That installation is done as follows.

First create a mnesia database schema:

mnesia:create_schema([]).

Then install orber (creates some tables in the database):

orber:install([]).

Then every time you start your erlang node, you have to start Orber
prior to
the applications that use it:

orber:start().


This badarg message you get comes from the gen_server module when the
called process doesn't respond (it could be better i agree). The process
in this case is the request number server 
which just gives a unique number for the outgoing IIOP requests. This
explains that all your
outgoing IIOP calls failed.


Regards Lars Thorsen

===============================================================
Ericsson Utvecklings AB
Open Telecom Platform

---------------------------------------------------------------
E-mail:			lars@REDACTED
Phone: 			+46 8 719 93 01    
Fax: 			+46 8 719 91 01
Office address:		Götalandsvägen 218, 
			S-126 25 Stockholm
===============================================================



More information about the erlang-questions mailing list