PDA

View Full Version : Zones not connecting...


mgellan
04-23-2015, 01:19 PM
Hi there:

I've been running my Dev server on Windows but since I plan on hosting my beta and prod servers on Amazon EC2 I'd like to run on LINUX. Setting up under Windoze was no problem at all, but I keep running into the same problem with LINUX and it's driving me a little nuts. This is on a working PEQ database from the Windows server, the only problem I ran into with that was the BannedIPs table came across as lowercase, but recreating the table solved that.

Basically everything goes smoothly until I run ./eqlaunch zone and no zones connect, it just sits there, no logging is produced, nothing til I ^C it.

I run ./zone by itself and see the following:

[Error] Worldserver Connection Failed :: worldserver.Connect()
[Zone Server] Entering sleep mode

or

[Error] Worldserver Connection Failed :: worldserver.Connect()
[Error] Zone Bootup failed :: Zone::Bootup

The Worldserver just starts up normally and hums along but no zone connects.

Any idea what could be the problem? Any additional logging I can turn on to see whats happening? Thanks!

Regards,
Mg

mgellan
04-23-2015, 02:19 PM
Fixed, http://www.eqemulator.org/forums/showthread.php?t=37817 was very helpful.

The problem was I had the wrong address set instead of localhost in:

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>

Poor reading comprehension obviously :)

Regards,
Mg