[DiscordArchive] Did you configure the IP in the database?
[DiscordArchive] Did you configure the IP in the database?
Archived author: finchen • Posted: 2023-04-02T21:57:52.629000+00:00
Original source
Hi all. I have ran all the steps but the mysql database is empty. Trying to run the import container and I get an error. Where is the `dbimport` script suppose to come from?
```
$ docker-compose run ac-db-import
Container azerothcore-wotlk-ac-database-1 Running
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "./env/dist/bin/dbimport": stat ./env/dist/bin/dbimport: no such file or directory: unknown
```
reported by someone else too but replied it is "old" source (https://github.com/azerothcore/azerothco...sues/15506)
EDIT: I get it. dbimport should be built from cpp source. somehow the build did not work. retrying now
```
./acore.sh docker build
```
Archived author: emptyArray • Posted: 2023-04-02T22:06:05.772000+00:00
Original source
New problem - Realm pops up now, says "Logging Into Game Server" after I select realm, but it goes back to realm selection
Archived author: mynameismeat • Posted: 2023-04-03T01:27:50.810000+00:00
Original source
yeah. The current `docker-compose.yml` isn't idiomatic unfortunately. I have a PR in to truly make it something you can just `docker compose up -d --build`. Its still in the pipeline, though
Archived author: mynameismeat • Posted: 2023-04-03T01:28:33.609000+00:00
Original source
That would mean something is wrong with the worldserver. What did you do to get the authserver to properly authenticate?
Archived author: finchen • Posted: 2023-04-03T01:57:34.087000+00:00
Original source
thanks. I am running a full build now. `dev:build` always get stucked at 22% (authserver).
If full build does not work, I ll checkout your PR and try
Archived author: mynameismeat • Posted: 2023-04-03T01:58:07.710000+00:00
Original source
Stuck how? does it just take a long time?
Archived author: finchen • Posted: 2023-04-03T02:00:30.638000+00:00
Original source
stop outputting anything. I tried with VERBOSE=1. flooded with logs but once it gets to `[22%] built authserver` nothing happening for a couple of hours. could not find any exe (eg. dbimport) so I am assuning it did not build at all