nel-all
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nel] RE: Cannot start server


From: Vianney Lecoart
Subject: Re: [Nel] RE: Cannot start server
Date: Wed, 7 Nov 2001 10:53:45 +0100

Hi,

> but when I tried to start "admin_service", I got into error again, and the
logs are:

You don't need to launch admin_service to run a shard. Anyway, look the cfg
that are in the code/nelns directories (for example
code/nelns/admin_service/admin_service.cfg)

> 01/11/07 11:29:24 AST: "localaddr.ipAddress() != "127.0.0.1""

This assert means that you don't have network card :/ (is it true?) or
there's something strange with your OS.
Remove the assert in the inet_address.cpp line 407:
    nlassert( localaddr.ipAddress() != "127.0.0.1" );

> 01/11/07 11:29:24 pctest/AS WRN: Exception will be launched: Trying to
> access to the index 1 but the variable "AESHosts" size is 1

AESHosts is not a string variable but an array of string, look
code/nelns/admin_service/admin_service.cfg
It contains the alias string "S1" and the ip of the server "localhost" for
example.

> After I have got the server running, I will go for the client on a window
> machine.

You can test the client with our nevrax server (itsalive.nevrax.org) look my
last mail.

Vianney Lecroart
---
lead network programmer / nevrax.com
icq#: 6870415
homepage: http://ace.planet-d.net
www.geekcode.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K-
w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]