Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Are the authserver and worldserver ports accessible? Can you ping it from your local machine and rec

[DiscordArchive] Are the authserver and worldserver ports accessible? Can you ping it from your local machine and rec

[DiscordArchive] Are the authserver and worldserver ports accessible? Can you ping it from your local machine and rec

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
02-10-2025, 07:16 PM
#1
Archived author: metallinos • Posted: 2025-02-10T19:16:54.843000+00:00
Original source

Are the authserver and worldserver ports accessible? Can you ping it from your local machine and receive a response?
rektbyfaith
02-10-2025, 07:16 PM #1

Archived author: metallinos • Posted: 2025-02-10T19:16:54.843000+00:00
Original source

Are the authserver and worldserver ports accessible? Can you ping it from your local machine and receive a response?

rektbyfaith
Administrator
0
02-10-2025, 07:20 PM
#2
Archived author: mingbip • Posted: 2025-02-10T19:20:12.221000+00:00
Original source

yep, they are reachable
[Image: image.png?ex=690c4c2c&is=690afaac&hm=106...78e25b5d2&]
rektbyfaith
02-10-2025, 07:20 PM #2

Archived author: mingbip • Posted: 2025-02-10T19:20:12.221000+00:00
Original source

yep, they are reachable
[Image: image.png?ex=690c4c2c&is=690afaac&hm=106...78e25b5d2&]

rektbyfaith
Administrator
0
02-10-2025, 07:21 PM
#3
Archived author: metallinos • Posted: 2025-02-10T19:21:03.562000+00:00
Original source

So, you can connect. Is the problem just logging in? Are you receiving any specific error that we can help you with perhaps?
rektbyfaith
02-10-2025, 07:21 PM #3

Archived author: metallinos • Posted: 2025-02-10T19:21:03.562000+00:00
Original source

So, you can connect. Is the problem just logging in? Are you receiving any specific error that we can help you with perhaps?

rektbyfaith
Administrator
0
02-10-2025, 07:24 PM
#4
Archived author: mingbip • Posted: 2025-02-10T19:24:32.029000+00:00
Original source

i got errors (client side):
- This World of Warcraft account has been closed and is no longer in service. Please go to [http://www.wow-europe.com/fr/misc/banned.html] for more information.
- The information you entered is not valid. Please check the spelling of your account name and password.
If you need help recovering a forgotten or stolen password, visit [www.wow-europe.com/login-support/] for more information.
rektbyfaith
02-10-2025, 07:24 PM #4

Archived author: mingbip • Posted: 2025-02-10T19:24:32.029000+00:00
Original source

i got errors (client side):
- This World of Warcraft account has been closed and is no longer in service. Please go to [http://www.wow-europe.com/fr/misc/banned.html] for more information.
- The information you entered is not valid. Please check the spelling of your account name and password.
If you need help recovering a forgotten or stolen password, visit [www.wow-europe.com/login-support/] for more information.

rektbyfaith
Administrator
0
02-10-2025, 07:27 PM
#5
Archived author: metallinos • Posted: 2025-02-10T19:27:02.916000+00:00
Original source

I have 3 suggestions:
1. Check the authserver logs to see if you're seeing the connection attempt on your server. It may be that you're trying to connect to the wrong server and need to change your client-side realmlist, for example.
2. Are you able to connect to the database or the worldserver terminal? Check that the account username is correct.
3. Create a brand new account in the worldserver terminal ".account create newaccount newpassword" and ".account set gmlevel 3 -1" then login with newusername newpassword
rektbyfaith
02-10-2025, 07:27 PM #5

Archived author: metallinos • Posted: 2025-02-10T19:27:02.916000+00:00
Original source

I have 3 suggestions:
1. Check the authserver logs to see if you're seeing the connection attempt on your server. It may be that you're trying to connect to the wrong server and need to change your client-side realmlist, for example.
2. Are you able to connect to the database or the worldserver terminal? Check that the account username is correct.
3. Create a brand new account in the worldserver terminal ".account create newaccount newpassword" and ".account set gmlevel 3 -1" then login with newusername newpassword

rektbyfaith
Administrator
0
02-10-2025, 07:29 PM
#6
Archived author: aloehart • Posted: 2025-02-10T19:29:13.139000+00:00
Original source

I'm got a fresh Debian install, setting up a fresh server, and I'm attempting to use docker for the host. When attempting to start the containers with compose up, the ac-db-import fails with exit code 1. Checking the log it says

ERROR 1146 (42S02) at line 17 in file: '/azerothcore/data/sql/updates/db_world/2024_12_18_00.sql': Table 'acore_world.smart_scripts' doesn't exist

This is with a freshly cloned git
rektbyfaith
02-10-2025, 07:29 PM #6

Archived author: aloehart • Posted: 2025-02-10T19:29:13.139000+00:00
Original source

I'm got a fresh Debian install, setting up a fresh server, and I'm attempting to use docker for the host. When attempting to start the containers with compose up, the ac-db-import fails with exit code 1. Checking the log it says

ERROR 1146 (42S02) at line 17 in file: '/azerothcore/data/sql/updates/db_world/2024_12_18_00.sql': Table 'acore_world.smart_scripts' doesn't exist

This is with a freshly cloned git

rektbyfaith
Administrator
0
02-10-2025, 07:31 PM
#7
Archived author: metallinos • Posted: 2025-02-10T19:31:01.663000+00:00
Original source

Sounds like something is going wrong with creating the required tables. Not sure why. Try starting the database container "sudo docker compose up ac-database", connecting to the MySQL server and then checking which tables exist in the ac-world database. A screenshot would be great for further guidance!
rektbyfaith
02-10-2025, 07:31 PM #7

Archived author: metallinos • Posted: 2025-02-10T19:31:01.663000+00:00
Original source

Sounds like something is going wrong with creating the required tables. Not sure why. Try starting the database container "sudo docker compose up ac-database", connecting to the MySQL server and then checking which tables exist in the ac-world database. A screenshot would be great for further guidance!

rektbyfaith
Administrator
0
02-10-2025, 07:32 PM
#8
Archived author: aloehart • Posted: 2025-02-10T19:32:18.630000+00:00
Original source

Give me a few minutes and I'll take a look. Thanks for the help!
rektbyfaith
02-10-2025, 07:32 PM #8

Archived author: aloehart • Posted: 2025-02-10T19:32:18.630000+00:00
Original source

Give me a few minutes and I'll take a look. Thanks for the help!

rektbyfaith
Administrator
0
02-10-2025, 07:42 PM
#9
Archived author: mingbip • Posted: 2025-02-10T19:42:24.046000+00:00
Original source

yeah, client side realmlist is set correctly AFAIK. However i don't see logs in ~/azerothcore/env/dist/logs/
the folder is empty XD
let me check where are my logs

i am able to access the mysql shell and the worldserver terminal yes

i'm trying 3. as well, let's see how goes
rektbyfaith
02-10-2025, 07:42 PM #9

Archived author: mingbip • Posted: 2025-02-10T19:42:24.046000+00:00
Original source

yeah, client side realmlist is set correctly AFAIK. However i don't see logs in ~/azerothcore/env/dist/logs/
the folder is empty XD
let me check where are my logs

i am able to access the mysql shell and the worldserver terminal yes

i'm trying 3. as well, let's see how goes

rektbyfaith
Administrator
0
02-10-2025, 07:43 PM
#10
Archived author: metallinos • Posted: 2025-02-10T19:43:04.836000+00:00
Original source

Check the console directly. The loggers and the console output have different logging levels, the console will usually show more with a stock config
rektbyfaith
02-10-2025, 07:43 PM #10

Archived author: metallinos • Posted: 2025-02-10T19:43:04.836000+00:00
Original source

Check the console directly. The loggers and the console output have different logging levels, the console will usually show more with a stock config

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)