Forums WoW Modding Support Archives Azerothcore Discord Archives [DiscordArchive] Any errors output by your auth/world services?

[DiscordArchive] Any errors output by your auth/world services?

[DiscordArchive] Any errors output by your auth/world services?

rektbyfaith
Administrator
0
09-18-2024, 02:20 AM
#1
Archived author: jamjar • Posted: 2024-09-18T02:20:46.914000+00:00
Original source

Any errors output by your auth/world services?
rektbyfaith
09-18-2024, 02:20 AM #1

Archived author: jamjar • Posted: 2024-09-18T02:20:46.914000+00:00
Original source

Any errors output by your auth/world services?

rektbyfaith
Administrator
0
09-18-2024, 02:27 AM
#2
Archived author: Brandolf • Posted: 2024-09-18T02:27:04.347000+00:00
Original source

Oh, yep. Looks like I have an authentication error. I'll have to figure this out and see if that resolves it all.
rektbyfaith
09-18-2024, 02:27 AM #2

Archived author: Brandolf • Posted: 2024-09-18T02:27:04.347000+00:00
Original source

Oh, yep. Looks like I have an authentication error. I'll have to figure this out and see if that resolves it all.

rektbyfaith
Administrator
0
09-18-2024, 02:27 AM
#3
Archived author: jamjar • Posted: 2024-09-18T02:27:58.563000+00:00
Original source

I am still struggling as well. My worldserver service is constantly restarting, I think it is having some error but haven't been able to narrow it down yet as it exits fast

My issue is that numerous character related tables do not exist

```
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 347, sql: "UPDATE characters SET chosenTitle = 0 WHERE guid = ?"
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 349, sql: "DELETE FROM characters WHERE guid = ?"
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 350, sql: "DELETE FROM character_action WHERE guid = ?"
Table 'acore_characters.character_action' doesn't exist
In mysql_stmt_prepare() id: 351, sql: "DELETE FROM character_aura WHERE guid = ?"
Table 'acore_characters.character_aura' doesn't exist
In mysql_stmt_prepare() id: 352, sql: "DELETE FROM character_gifts WHERE guid = ?"
Table 'acore_characters.character_gifts' doesn't exist
In mysql_stmt_prepare() id: 354, sql: "DELETE FROM character_inventory WHERE guid = ?"
Table 'acore_characters.character_inventory' doesn't exist
In mysql_stmt_prepare() id: 356, sql: "DELETE FROM character_reputation WHERE guid = ?"
Table 'acore_characters.character_reputation' doesn't exist
In mysql_stmt_prepare() id: 357, sql: "DELETE FROM character_spell WHERE guid = ?"
Table 'acore_characters.character_spell' doesn't exist
In mysql_stmt_prepare() id: 358, sql: "DELETE FROM mail WHERE receiver = ?"
Table 'acore_characters.mail' doesn't exist
```
rektbyfaith
09-18-2024, 02:27 AM #3

Archived author: jamjar • Posted: 2024-09-18T02:27:58.563000+00:00
Original source

I am still struggling as well. My worldserver service is constantly restarting, I think it is having some error but haven't been able to narrow it down yet as it exits fast

My issue is that numerous character related tables do not exist

```
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 347, sql: "UPDATE characters SET chosenTitle = 0 WHERE guid = ?"
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 349, sql: "DELETE FROM characters WHERE guid = ?"
Table 'acore_characters.characters' doesn't exist
In mysql_stmt_prepare() id: 350, sql: "DELETE FROM character_action WHERE guid = ?"
Table 'acore_characters.character_action' doesn't exist
In mysql_stmt_prepare() id: 351, sql: "DELETE FROM character_aura WHERE guid = ?"
Table 'acore_characters.character_aura' doesn't exist
In mysql_stmt_prepare() id: 352, sql: "DELETE FROM character_gifts WHERE guid = ?"
Table 'acore_characters.character_gifts' doesn't exist
In mysql_stmt_prepare() id: 354, sql: "DELETE FROM character_inventory WHERE guid = ?"
Table 'acore_characters.character_inventory' doesn't exist
In mysql_stmt_prepare() id: 356, sql: "DELETE FROM character_reputation WHERE guid = ?"
Table 'acore_characters.character_reputation' doesn't exist
In mysql_stmt_prepare() id: 357, sql: "DELETE FROM character_spell WHERE guid = ?"
Table 'acore_characters.character_spell' doesn't exist
In mysql_stmt_prepare() id: 358, sql: "DELETE FROM mail WHERE receiver = ?"
Table 'acore_characters.mail' doesn't exist
```

rektbyfaith
Administrator
0
09-18-2024, 02:45 AM
#4
Archived author: Brandolf • Posted: 2024-09-18T02:45:20.374000+00:00
Original source

I'm trying to understand why I am getting this in the logs of the authserver.server:
```
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Scheduled restart job, restart counter is at 6.
Sep 17 20:50:57 wowserver systemd[1]: Stopped AzerothCore Authserver.
Sep 17 20:50:57 wowserver systemd[1]: Started AzerothCore Authserver.
Sep 17 20:50:57 wowserver systemd[6541]: authserver.service: Failed to determine user credentials: No such process
Sep 17 20:50:57 wowserver systemd[6541]: authserver.service: Failed at step USER spawning /home/azerothuser/azerothcore/acore.sh: No such process
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Main process exited, code=exited, status=217/USER
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Failed with result 'exit-code'.
```
rektbyfaith
09-18-2024, 02:45 AM #4

Archived author: Brandolf • Posted: 2024-09-18T02:45:20.374000+00:00
Original source

I'm trying to understand why I am getting this in the logs of the authserver.server:
```
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Scheduled restart job, restart counter is at 6.
Sep 17 20:50:57 wowserver systemd[1]: Stopped AzerothCore Authserver.
Sep 17 20:50:57 wowserver systemd[1]: Started AzerothCore Authserver.
Sep 17 20:50:57 wowserver systemd[6541]: authserver.service: Failed to determine user credentials: No such process
Sep 17 20:50:57 wowserver systemd[6541]: authserver.service: Failed at step USER spawning /home/azerothuser/azerothcore/acore.sh: No such process
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Main process exited, code=exited, status=217/USER
Sep 17 20:50:57 wowserver systemd[1]: authserver.service: Failed with result 'exit-code'.
```

rektbyfaith
Administrator
0
09-18-2024, 02:46 AM
#5
Archived author: jamjar • Posted: 2024-09-18T02:46:04.772000+00:00
Original source

Is your user named `azerothuser`?
rektbyfaith
09-18-2024, 02:46 AM #5

Archived author: jamjar • Posted: 2024-09-18T02:46:04.772000+00:00
Original source

Is your user named `azerothuser`?

Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)