EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   Which SQL scripts do we need for the latest Git version? (https://www.eqemulator.org/forums/showthread.php?t=38523)

sofakng 07-23-2014 09:58 PM

Which SQL scripts do we need for the latest Git version?
 
I'm reading the tutorials on how to setup a Linux server but they all refer to subversion revisions, etc.

However, I've compiled/installed the latest revision from Git and have run the latest PEQ script. Do I need to run any other SQL scripts from the svn or git directories?

The problem I'm having is that my zone server keeps stopping and starting over, and over again.

Kingly_Krab 07-23-2014 10:00 PM

If you have the latest PEQ Daily Dump database, no. The git directory is current sql files to update tables to allow server operators to update their source and database without deleting account, item, or other server-specific information.

Scorpious2k 07-23-2014 10:28 PM

Quote:

Originally Posted by sofakng (Post 232172)
The problem I'm having is that my zone server keeps stopping and starting over, and over again.

Are you getting an error message in your log files?

sofakng 07-24-2014 07:22 AM

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.


sofakng 07-24-2014 07:47 AM

I think I fixed it.

My eqemu_config.xml had
Code:

<launcher>
<!-- <exe>zone</exe> -->
</launcher>

I uncommented it and changed to bin/zone and it's working now.


All times are GMT -4. The time now is 05:57 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.