Thanks!
Here is a snippet from world server:
Code:
[Debug] [WORLD__ZONE] New TCP connection from 127.0.0.1:59296
[Debug] [WORLD__CONSOLE] New launcher from 127.0.0.1:59296
[Debug] [WORLD__LAUNCH] Adding pending launcher 1
[Debug] [WORLD__LAUNCH] Launcher Identified itself as 'zone'. Loading zone list.
[Debug] [WORLD__LAUNCH] Removing pending launcher 1. Adding zone to active list.
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (1 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (2 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (2 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (3 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (3 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STARTED (4 starts)
[Debug] [WORLD__LAUNCH] zone: dynamic_01 reported state STOPPED (4 starts)
...and here is the zone server:
Code:
[Debug] Starting Log: logs/eqemu_debug_launch_3323.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [COMMON__THREADS] Starting TCPConnectionLoop with thread ID -1622632704
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has gone down. Restart timer started.