-
Notifications
You must be signed in to change notification settings - Fork 11
Load tests failing to run in Ubuntu 18.04 #70
Comments
Hi @wadeking98 thank you for reaching out! I just noticed that I also missed your message in the Discord channel, sorry! Starting with your concerns about Could you please check if you are able to see an error message similar to this one in the logs of the
I also updated the main branch to ensure that this error can not occur in the future: 4331670 Please let me know if this already solves your problem. |
Hi @PaulWen, docker-compose version: v2.15.1 The errors are slightly different this time, both the holder and the verifier agents fail to start up Holder agent:
Verifier Agent:
It seems to me like there's some issue connecting to the ledger, although I can confirm that von-network is running as expected. |
Hi @wadeking98, do you see 4 |
I'm using the aries load generator in Ubuntu 18.04. I've ran the script
scripts/install-vm.sh
andsetup/manage.sh start
and I'm using the default.env
file. When I runsetup/manage.sh start
all the containers start up, however, the grafana interface shows no test data results. When I inspect theload-generator-1
withsudo docker logs load-generator-1
, it shows the following error message:so I inspected the
issuer-verifier-nginx
container and I found the following error message:These addresses belong to the issuer-verifier agents. so this much mean that the endpoints aren't active for some reason. This is the log output for
agents_issuer-verifier-acapy_1
The logs on the other issuer-verifier agents are either blank or just contain the top two lines.
I noticed that the holder agents seem to startup fine and the only real difference between the two is that the holder agents use sqlite wallet storage, while the issuer-verifiers use postgres storage. I inspected the data base container
issuer-verifier-wallet-db
and it shows the following error:It's saying that wallet_db doesn't exist which is strange because if I connect to it using psql I can connect to the database and view tables:
I'm not really sure what is going on here, is this a timing issue? Maybe the agents are starting up before postgres makes a
wallet_db
database? Any help would be appreciatedThe text was updated successfully, but these errors were encountered: