Distributed Erlang embeded startup problem
Eranga Udesh
eudesh@REDACTED
Sat Jul 2 19:40:21 CEST 2005
After trying so many combinations, I could fix the problem by using
below settings in the sys.config
[{kernel,
[{distributed, [{omni_esme, 5000, [omni_esme@REDACTED, omni_esme@REDACTED]}]},
{net_setuptime, 15},
{start_dist_ac, true},
{sync_nodes_mandatory, []},
{sync_nodes_optional, [omni_esme@REDACTED]},
{sync_nodes_timeout, 30000}]}].
As I can understand it must have been due to delay in getting the
connection to the other node. Since the sync_nodes_timeout was 5000
and there wasn't a net_setuptime parameter, the starting node
application should have been started, before connecting to the other
node.
Please correct me if I am wrong.
- Eranga
On 7/2/05, Eranga Udesh <eudesh@REDACTED> wrote:
> Oh.... too bad. I need to find a solution soon. Anyway, that and wish
> u a wonderful vacation.
>
> - Eranga
>
>
> On 7/1/05, Bengt Kleberg <bengt.kleberg@REDACTED> wrote:
> > On 2005-07-01 10:06, Eranga Udesh wrote:
> > ...deleted
> > > Please advice.
> >
> > unfortunatly i am going on my summer vacation today. i hope somebody
> > else will be able to help you.
> >
> >
> > bengt
> >
>
More information about the erlang-questions
mailing list