Error="get service-profile error: rpc error: code = NotFound desc = object does not exist"

Estou tentando usar o chirpstack-simulator para fazer um teste de estresse na rede e como comporta o sistema com muitos dispositivos; no entanto, quando eu executo o programa com o seguinte comando “./build/chirpstack-simulator -c chirpstack-simulator.toml” retorna o seguinte erro:

time=“2020-07-17T21:25:17Z” level=info msg=“starting ChirpStack Simulator” docs=“https://www.chirpstack.io/” version=dd1550f
time=“2020-07-17T21:25:17Z” level=info msg=“as: connecting api client” insecure=true server=“127.0.0.1:8080”
time=“2020-07-17T21:25:17Z” level=info msg=“as: connecting to mqtt broker” server=“tcp://127.0.0.1:1883”
time=“2020-07-17T21:25:17Z” level=info msg=“ns: connecting to mqtt broker” server=“tcp://127.0.0.1:1883”
time=“2020-07-17T21:25:17Z” level=info msg=“starting Prometheus endpoint server” bind=“0.0.0.0:9000”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: starting simulation” i=0
time=“2020-07-17T21:25:17Z” level=info msg=“simulation: setting up”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: retrieving service-profile” service_profile_id=1f32476e-a112-4f00-bcc7-4aab4bfefa1d
time=“2020-07-17T21:25:17Z” level=error msg=“simulator: init simulation error” error=“get service-profile error: rpc error: code = NotFound desc = object does not exist”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: simulation completed”
time=“2020-07-17T21:25:17Z” level=info msg=“simulation: cleaning up”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: tear-down application integration”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: tear-down devices”
time=“2020-07-17T21:25:17Z” level=info msg=“simulator: tear-down application”
time=“2020-07-17T21:25:17Z” level=error msg=“simulator: tear-down simulation error” error=“delete application error: rpc error: code = NotFound desc = object does not exist”

Alguém saberia como resolver o problema?

Forum language is english. Write your messages in english, respect other forum members please.