Author Topic: Exception raised while sending  (Read 1090 times)

0 Members and 1 Guest are viewing this topic.

Offline malone

  • Major(1)
  • Posts: 2
Exception raised while sending
« on: April 21, 2007, 06:24:29 am »
I'm running a linux dedicated server on amd64. It's running fine but it's not listed on the lobby server or any of the others. When I start up the server I get the following

Code: [Select]
Air Pirates !
 Server IP: 127.0.0.1 Port: 23073
 ASE Port: 23196
 Connection for file server started. Port: 23083
Exception raised while sending
Registering server @ lobby.soldat.pl
Exception raised while sending
Registering server @ selfkill.com
Registering server @ ASE Master Server
Time Left: 15 minutes
Time Left: 10 minutes
Time Left: 5 minutes
...

What does the "Exception raised while sending" error mean?

All the right ports are open according to the Soldat Connection Tester and I've tried logging in as an admin and running "/lobby". Could it be trying to send my server IP as localhost 127.0.0.1? Is there a config option where I can specify my actual routable IP?

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Exception raised while sending
« Reply #1 on: April 21, 2007, 06:37:16 am »
Problem is your computer can't resolve the hostnames in lobbyservers.txt

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Exception raised while sending
« Reply #2 on: April 21, 2007, 11:39:39 am »
Problem is your computer can't resolve the hostnames in lobbyservers.txt

is there any chance you can make the error more verbose?

--
malone, can you paste the contents of /etc/resolv.conf ?

Offline malone

  • Major(1)
  • Posts: 2
Re: Exception raised while sending
« Reply #3 on: April 21, 2007, 02:13:40 pm »
Thanks for the quick response. I was running the server chroot'd and I forgot to copy across the hostname resolving libs. It's all sorted now.