soap is enable?
this crash is for soap !
same as static member of an already seen type
That happens to me when I mount a test server and the soap / ra ports are used by the main server.
check if those ports are being used, if so change them for others at ease.
@Winfidonarleyan did you try with disabling soap, what's happening?
I'm not sure, but maybe it helped.
If you try run 2 servers on the same host using the same soap port it crash鈥檚 can confirm that , disabling soap on extra realms stops this crash, shouldn鈥檛 we be able to use soap on the same port for multiple realms?
You can't run two soap servers on the same port, like any other service if a port is already used it will fail. Soap access is per single core running so if you run two realms on the same server, you'll need to specify different ports
@Winfidonarleyan
I said , disable soap and test
@Winfidonarleyan
I said , disable soap and test
Will you stop with that stupid edits?

Closing this
https://github.com/azerothcore/azerothcore-wotlk/issues/2061#issuecomment-514510371
Most helpful comment
You can't run two soap servers on the same port, like any other service if a port is already used it will fail. Soap access is per single core running so if you run two realms on the same server, you'll need to specify different ports